mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
profiles/features/prefix/make.defaults: disable user* features.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user