diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-03-09 01:48:35 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-03-09 01:48:35 +0000 |
commit | 0b832a429ecd6081aa9faa0eb262303b019d87ea (patch) | |
tree | c39bb9eaa7bc30cec17f3a3bdef0cf5ed27c6a75 /profiles/features | |
parent | 80e87db4d9ed551615eb2d0309bf370e79500716 (diff) |
gentoo auto-resync : 09:03:2025 - 01:48:35
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/selinux/make.defaults | 3 | ||||
-rw-r--r-- | profiles/features/selinux/package.use.mask | 12 |
2 files changed, 8 insertions, 7 deletions
diff --git a/profiles/features/selinux/make.defaults b/profiles/features/selinux/make.defaults index e5a1534aaee8..d7e8ef2aaf75 100644 --- a/profiles/features/selinux/make.defaults +++ b/profiles/features/selinux/make.defaults @@ -11,7 +11,8 @@ USE="selinux" FEATURES="selinux sesandbox sfperms -pid-sandbox" -POLICY_TYPES="strict targeted" +# Build all policy types by default +POLICY_TYPES="strict targeted mcs mls" PORTAGE_T="portage_t" PORTAGE_FETCH_T="portage_fetch_t" PORTAGE_SANDBOX_T="portage_sandbox_t" diff --git a/profiles/features/selinux/package.use.mask b/profiles/features/selinux/package.use.mask index c632ae715dc5..e4ca8cc41d6b 100644 --- a/profiles/features/selinux/package.use.mask +++ b/profiles/features/selinux/package.use.mask @@ -3,9 +3,9 @@ # Brian Dolbec <dolsen@gentoo.org> (2014-09-17) # mask pypy for several utilities due to incompatibility with libselinux -sys-apps/portage python_targets_pypy3 -app-portage/elicense python_targets_pypy3 -app-portage/elogv python_targets_pypy3 -app-portage/gentoolkit python_targets_pypy3 -app-portage/smart-live-rebuild python_targets_pypy3 -app-portage/gentoopm python_targets_pypy3 +sys-apps/portage python_targets_pypy3 python_targets_pypy3_11 +app-portage/elicense python_targets_pypy3 python_targets_pypy3_11 +app-portage/elogv python_targets_pypy3 python_targets_pypy3_11 +app-portage/gentoolkit python_targets_pypy3 python_targets_pypy3_11 +app-portage/smart-live-rebuild python_targets_pypy3 python_targets_pypy3_11 +app-portage/gentoopm python_targets_pypy3 python_targets_pypy3_11 |