summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles')
-rw-r--r--profiles/features/prefix/make.defaults6
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