policycoreutils: remove reference to obsolete code

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] 565ea9832e
[2] 2ff279e21e

Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
This commit is contained in:
Anuj Mittal 2025-11-18 18:38:59 +05:30 committed by Yi Zhao
parent 9894597022
commit c6398215c0

View File

@ -171,10 +171,4 @@ do_install:append:class-target() {
install -d ${D}${sysconfdir}/pam.d/ install -d ${D}${sysconfdir}/pam.d/
install -m 0644 ${UNPACKDIR}/pam.d/* ${D}${sysconfdir}/pam.d/ install -m 0644 ${UNPACKDIR}/pam.d/* ${D}${sysconfdir}/pam.d/
fi fi
# /var/lib/selinux is involved by seobject.py:
# + dirname = "/var/lib/selinux"
# and it's required for running command:
# $ semanage permissive [OPTS]
install -d ${D}${localstatedir}/lib/selinux
} }