openrc unfortunately mounts a tmpfs at /lib/rc

This commit is contained in:
Chris PeBenito 2009-07-30 08:57:15 -04:00
parent cfdbf366cb
commit 4c92f08f75

View File

@ -1,5 +1,5 @@
policy_module(libraries, 2.4.1)
policy_module(libraries, 2.4.2)
########################################
#
@ -42,6 +42,12 @@ files_type(lib_t)
type textrel_shlib_t alias texrel_shlib_t;
files_type(textrel_shlib_t)
ifdef(`distro_gentoo',`
# openrc unfortunately mounts a tmpfs
# at /lib/rc/
files_mountpoint(lib_t)
')
optional_policy(`
postgresql_loadable_module(lib_t)
postgresql_loadable_module(textrel_shlib_t)