diff options
| author | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2025-11-18 18:38:59 +0530 |
|---|---|---|
| committer | Yi Zhao <yi.zhao@windriver.com> | 2025-11-19 15:13:24 +0800 |
| commit | c6398215c07c88f873dd388a7290726ad00ca46a (patch) | |
| tree | 858513308864cbaa868506aa75ab021302b69afa | |
| parent | 989459702255bdfa06449d99f3f06221bb3199bd (diff) | |
| download | meta-selinux-c6398215c07c88f873dd388a7290726ad00ca46a.tar.gz | |
The code referenced no longer exists [1]. It was refactored later to
change the way modules are loaded [2].
Remove reference to the code, comment and creation of directory as it
can be set to something else as well.
[1] https://github.com/SELinuxProject/selinux/commit/565ea9832e841075e362db4d188cc7ebb0d4c35e
[2] https://github.com/SELinuxProject/selinux/commit/2ff279e21e4715ac49e094b5fae8bc8e84b9e417
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
| -rw-r--r-- | recipes-security/selinux/policycoreutils_3.9.bb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes-security/selinux/policycoreutils_3.9.bb b/recipes-security/selinux/policycoreutils_3.9.bb index 443e18b..c2a3871 100644 --- a/recipes-security/selinux/policycoreutils_3.9.bb +++ b/recipes-security/selinux/policycoreutils_3.9.bb | |||
| @@ -171,10 +171,4 @@ do_install:append:class-target() { | |||
| 171 | install -d ${D}${sysconfdir}/pam.d/ | 171 | install -d ${D}${sysconfdir}/pam.d/ |
| 172 | install -m 0644 ${UNPACKDIR}/pam.d/* ${D}${sysconfdir}/pam.d/ | 172 | install -m 0644 ${UNPACKDIR}/pam.d/* ${D}${sysconfdir}/pam.d/ |
| 173 | fi | 173 | fi |
| 174 | |||
| 175 | # /var/lib/selinux is involved by seobject.py: | ||
| 176 | # + dirname = "/var/lib/selinux" | ||
| 177 | # and it's required for running command: | ||
| 178 | # $ semanage permissive [OPTS] | ||
| 179 | install -d ${D}${localstatedir}/lib/selinux | ||
| 180 | } | 174 | } |
