gentoo init script system uses tmpfs for state data

This commit is contained in:
Chris PeBenito 2009-07-30 08:33:43 -04:00
parent efa0acccea
commit cfdbf366cb

View File

@ -1,5 +1,5 @@
policy_module(init, 1.13.2)
policy_module(init, 1.13.3)
gen_require(`
class passwd rootok;
@ -417,10 +417,8 @@ ifdef(`distro_gentoo',`
dev_create_generic_dirs(initrc_t)
dev_delete_generic_dirs(initrc_t)
# needed until baselayout is fixed to have the
# restorecon on /dev to again be immediately after
# mounting tmpfs on /dev
fs_tmpfs_filetrans(initrc_t, initrc_state_t, file)
# openrc uses tmpfs for its state data
fs_tmpfs_filetrans(initrc_t, initrc_state_t, { dir file fifo_file lnk_file })
# init scripts touch this
clock_dontaudit_write_adjtime(initrc_t)