meta-selinux/recipes-core
Yi Zhao f156bc995b initscripts: restore security contexts after running populate-volatile.sh
Some directories are created by populate-volatile.sh. We need to restore
their security contexts.

Before the patch:
$ ls -dZ /tmp /var/tmp /var/lock /var/run
system_u:object_r:root_t /tmp
system_u:object_r:var_t /var/lock
system_u:object_r:var_t /var/run
system_u:object_r:var_t /var/tmp

After the patch:
$ ls -dZ /tmp /var/tmp /var/lock /var/run
system_u:object_r:tmp_t /tmp
system_u:object_r:var_lock_t /var/lock
system_u:object_r:var_run_t /var/run
system_u:object_r:tmp_t /var/tmp

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
2021-03-03 13:55:58 -05:00
..
busybox clean up getVar() usage 2020-04-03 08:48:01 -04:00
coreutils Refactor to conform to YP Compat requirements 2017-09-14 08:29:01 -05:00
dbus Refactor to conform to YP Compat requirements 2017-09-14 08:29:01 -05:00
eudev eudev: remove udev-cache and sync the initscript to latest oe-core version 2020-04-07 09:28:04 -04:00
glib-2.0 glib-2.0: fix configure error for meson build 2019-06-15 23:11:05 -04:00
initscripts initscripts: restore security contexts after running populate-volatile.sh 2021-03-03 13:55:58 -05:00
libcgroup libcgroup: replace _virtclass-native with _class-native 2018-08-14 08:03:38 -04:00
systemd systemd: create /var/lib/systemd/backlight in advance 2018-05-08 10:30:56 -04:00
sysvinit sysvinit: sync bbappend to 2.96 2019-12-19 11:03:51 -05:00
util-linux util-linux: drop obsolete patch 2019-08-29 13:52:53 -04:00