diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2024-06-21 21:32:48 +0800 |
---|---|---|
committer | Joe MacDonald <joe.macdonald@siemens.com> | 2024-06-26 11:09:53 -0400 |
commit | 8784122ddeeabbdde76e1341d21adce58cacd63a (patch) | |
tree | 83f8860a78dd51c6220eb2c060b8f6460b05c577 | |
parent | 90330647da530205b2c95ea5893f266af67cce8f (diff) | |
download | meta-selinux-8784122ddeeabbdde76e1341d21adce58cacd63a.tar.gz |
packagegroup-selinux-minimal: add missing runtime dependency selinux-autorelabel
Add selinux-autorelabel to reset the SELinux label on the root
filesystem at boot time.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@siemens.com>
-rw-r--r-- | recipes-security/packagegroups/packagegroup-selinux-minimal.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-security/packagegroups/packagegroup-selinux-minimal.bb b/recipes-security/packagegroups/packagegroup-selinux-minimal.bb index 0f9abae..f06b183 100644 --- a/recipes-security/packagegroups/packagegroup-selinux-minimal.bb +++ b/recipes-security/packagegroups/packagegroup-selinux-minimal.bb | |||
@@ -19,6 +19,7 @@ RDEPENDS:${PN} = "\ | |||
19 | policycoreutils-semodule \ | 19 | policycoreutils-semodule \ |
20 | policycoreutils-sestatus \ | 20 | policycoreutils-sestatus \ |
21 | policycoreutils-setfiles \ | 21 | policycoreutils-setfiles \ |
22 | selinux-autorelabel \ | ||
22 | selinux-init \ | 23 | selinux-init \ |
23 | selinux-labeldev \ | 24 | selinux-labeldev \ |
24 | refpolicy \ | 25 | refpolicy \ |