diff options
author | Benda Xu <heroxbd@gentoo.org> | 2016-10-24 19:50:58 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2016-10-24 19:51:41 +0900 |
commit | dbda37edb372557471ce7e062bcc0d6e7eea8a21 (patch) | |
tree | 7b9c9e25567666864a4889c8d169467d32a7421c /profiles/features/prefix | |
parent | dev-ros/geometric_shapes: bump to 0.5.2 (diff) | |
download | gentoo-dbda37edb372557471ce7e062bcc0d6e7eea8a21.tar.gz gentoo-dbda37edb372557471ce7e062bcc0d6e7eea8a21.tar.bz2 gentoo-dbda37edb372557471ce7e062bcc0d6e7eea8a21.zip |
profiles/features/prefix/make.defaults: disable user* features.
Diffstat (limited to 'profiles/features/prefix')
-rw-r--r-- | profiles/features/prefix/make.defaults | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/features/prefix/make.defaults b/profiles/features/prefix/make.defaults index 68835e0ac898..4de59fda633c 100644 --- a/profiles/features/prefix/make.defaults +++ b/profiles/features/prefix/make.defaults @@ -17,7 +17,11 @@ USE="-xattr" # # If in the future, there does exist a working sandbox implementation then it # should be enabled on a per-profile basis only. -FEATURES="${FEATURES} -sandbox" +FEATURES="${FEATURES} -sandbox -usersandbox" + +# Prefix does not have user management and the security model does not apply. +# Disable user* features by default. +FEATURES="${FEATURES} -userpriv -userfetch -usersync" # this probably already is like this, but we assure that in prefix we # have a GNU userland |