Using "cp -a" in a container might lead to SELinux failures, since this option is a shortcut for "-dR --preserve=all". The "all" has the context, and we do not allow SELinux relabelling within containers. Splitting the "-a" to "-dR --preserve" will provide the same end results, but without the relabelling, preventing audit.log to fill up during the deploy. Closes-Bug: #1819459 Change-Id: Ic280ad8e95fcc32986987f5abaa524f171d7c13bchanges/40/643240/2
parent
b80abea3b4
commit
c55cf61c99
Loading…
Reference in new issue