sys-apps/systemd: backport ProtectSystem reversion

Backport the ProtectSystem=strict reversion to prevent units from
failing when aws efs volumes are mounted.
This commit is contained in:
Andrew Jeddeloh 2017-11-29 11:13:03 -08:00
parent a63b5e039b
commit a239ffba9e
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then
# Use ~arch instead of empty keywords for compatibility with cros-workon
KEYWORDS="~amd64 ~arm64 ~arm ~x86"
else
CROS_WORKON_COMMIT="e2384cbc5e1b47719cfffd21f65c0106052a6f69" # v235-coreos
CROS_WORKON_COMMIT="116be646056745e7ae4bee25f396c36a7f0de610" # v235-coreos
KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
fi