mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
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]2ff279e21eSigned-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com> Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
This commit is contained in:
parent
9894597022
commit
c6398215c0
|
|
@ -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
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user