fix gentoo /opt contexts
This commit is contained in:
parent
98de871cee
commit
de222824e9
|
@ -65,19 +65,21 @@ ifdef(`distro_gentoo',`
|
|||
|
||||
ifdef(`distro_gentoo',`
|
||||
# despite the extensions, they're actually libs
|
||||
/opt/Acrobat[5-9]/Reader/intellinux/plug_ins/.*\.api gen_context(system_u:object_r:shlib_t,s0)
|
||||
/opt/Acrobat[5-9]/Reader/intellinux/SPPlugins/.*\.api gen_context(system_u:object_r:shlib_t,s0)
|
||||
/opt/Acrobat[5-9]/Reader/intellinux/plug_ins/.*\.api -- gen_context(system_u:object_r:shlib_t,s0)
|
||||
/opt/Acrobat[5-9]/Reader/intellinux/SPPlugins/.*\.api -- gen_context(system_u:object_r:shlib_t,s0)
|
||||
|
||||
/opt/netscape/plugins(/.*)? gen_context(system_u:object_r:lib_t,s0)
|
||||
/opt/netscape/plugins/.*\.so -- gen_context(system_u:object_r:shlib_t,s0)
|
||||
/opt/netscape/plugins/libflashplayer\.so -- gen_context(system_u:object_r:textrel_shlib_t,s0)
|
||||
/opt/netscape/plugins/nppdf\.so -- gen_context(system_u:object_r:textrel_shlib_t,s0)
|
||||
/opt/RealPlayer/codecs(/.*)? gen_context(system_u:object_r:lib_t,s0)
|
||||
/opt/RealPlayer/codecs/.*\.so gen_context(system_u:object_r:shlib_t,s0)
|
||||
/opt/RealPlayer/codecs/.*\.so -- gen_context(system_u:object_r:shlib_t,s0)
|
||||
/opt/RealPlayer/common(/.*)? gen_context(system_u:object_r:lib_t,s0)
|
||||
/opt/RealPlayer/common/.*\.so gen_context(system_u:object_r:shlib_t,s0)
|
||||
/opt/RealPlayer/common/.*\.so -- gen_context(system_u:object_r:shlib_t,s0)
|
||||
/opt/RealPlayer/lib(/.*)? gen_context(system_u:object_r:lib_t,s0)
|
||||
/opt/RealPlayer/lib/.*\.so gen_context(system_u:object_r:shlib_t,s0)
|
||||
/opt/RealPlayer/lib/.*\.so -- gen_context(system_u:object_r:shlib_t,s0)
|
||||
/opt/RealPlayer/mozilla(/.*)? gen_context(system_u:object_r:lib_t,s0)
|
||||
/opt/RealPlayer/mozilla/.*\.so gen_context(system_u:object_r:shlib_t,s0)
|
||||
/opt/RealPlayer/mozilla/.*\.so -- gen_context(system_u:object_r:shlib_t,s0)
|
||||
')
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue