summaryrefslogtreecommitdiffstats
path: root/recipes-security/refpolicy/refpolicy-minimum_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-security/refpolicy/refpolicy-minimum_git.bb')
-rw-r--r--recipes-security/refpolicy/refpolicy-minimum_git.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-security/refpolicy/refpolicy-minimum_git.bb b/recipes-security/refpolicy/refpolicy-minimum_git.bb
index 3b3ca15..dc06ccf 100644
--- a/recipes-security/refpolicy/refpolicy-minimum_git.bb
+++ b/recipes-security/refpolicy/refpolicy-minimum_git.bb
@@ -11,6 +11,10 @@ Pretty much everything runs as initrc_t or unconfined_t so all of the \
11domains are unconfined. \ 11domains are unconfined. \
12" 12"
13 13
14SRC_URI += " \
15 file://0001-refpolicy-minimum-make-sysadmin-module-optional.patch \
16 "
17
14POLICY_NAME = "minimum" 18POLICY_NAME = "minimum"
15 19
16CORE_POLICY_MODULES = "unconfined \ 20CORE_POLICY_MODULES = "unconfined \
@@ -30,7 +34,7 @@ CORE_POLICY_MODULES = "unconfined \
30 locallogin \ 34 locallogin \
31 " 35 "
32#systemd dependent policy modules 36#systemd dependent policy modules
33CORE_POLICY_MODULES += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'clock systemd udev fstools', '', d)}" 37CORE_POLICY_MODULES += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'clock systemd udev fstools dbus', '', d)}"
34 38
35# nscd caches libc-issued requests to the name service. 39# nscd caches libc-issued requests to the name service.
36# Without nscd.pp, commands want to use these caches will be blocked. 40# Without nscd.pp, commands want to use these caches will be blocked.