selinux-policy/refpolicy/policy/modules/system/miscfiles.fc

55 lines
1.5 KiB
Plaintext
Raw Normal View History

2005-05-10 19:51:00 +00:00
#
# /etc
#
2005-05-18 21:02:15 +00:00
/etc/localtime -- context_template(system_u:object_r:locale_t,s0)
2005-05-10 19:51:00 +00:00
#
# /opt
#
2005-05-18 21:02:15 +00:00
/opt/.*/man(/.*)? context_template(system_u:object_r:man_t,s0)
2005-05-10 19:51:00 +00:00
#
# /usr
#
2005-05-18 21:02:15 +00:00
/usr/lib/locale(/.*)? context_template(system_u:object_r:locale_t,s0)
2005-05-10 19:51:00 +00:00
2005-05-18 21:02:15 +00:00
/usr/lib(64)?/perl5/man(/.*)? context_template(system_u:object_r:man_t,s0)
2005-05-10 19:51:00 +00:00
2005-05-18 21:02:15 +00:00
/usr/local/man(/.*)? context_template(system_u:object_r:man_t,s0)
2005-05-10 19:51:00 +00:00
2005-05-18 21:02:15 +00:00
/usr/local/share/fonts(/.*)? context_template(system_u:object_r:fonts_t,s0)
2005-05-10 19:51:00 +00:00
2005-05-18 21:02:15 +00:00
/usr/man(/.*)? context_template(system_u:object_r:man_t,s0)
2005-05-10 19:51:00 +00:00
2005-05-18 21:02:15 +00:00
/usr/share/fonts(/.*)? context_template(system_u:object_r:fonts_t,s0)
2005-05-10 19:51:00 +00:00
2005-05-18 21:02:15 +00:00
/usr/share/ghostscript/fonts(/.*)? context_template(system_u:object_r:fonts_t,s0)
2005-05-10 19:51:00 +00:00
2005-05-18 21:02:15 +00:00
/usr/share/locale(/.*)? context_template(system_u:object_r:locale_t,s0)
2005-05-10 19:51:00 +00:00
2005-05-18 21:02:15 +00:00
/usr/share/man(/.*)? context_template(system_u:object_r:man_t,s0)
2005-05-10 19:51:00 +00:00
2005-05-18 21:02:15 +00:00
/usr/share/zoneinfo(/.*)? context_template(system_u:object_r:locale_t,s0)
2005-05-10 19:51:00 +00:00
2005-05-18 21:02:15 +00:00
/usr/X11R6/lib/X11/fonts(/.*)? context_template(system_u:object_r:fonts_t,s0)
2005-05-10 19:51:00 +00:00
2005-05-18 21:02:15 +00:00
/usr/X11R6/man(/.*)? context_template(system_u:object_r:man_t,s0)
2005-05-10 19:51:00 +00:00
#
# /var
#
ifdef(`distro_debian', `
2005-05-18 21:02:15 +00:00
/var/lib/msttcorefonts(/.*)? context_template(system_u:object_r:fonts_t,s0)
2005-05-10 19:51:00 +00:00
')
2005-05-18 21:02:15 +00:00
/var/lib/texmf(/.*)? context_template(system_u:object_r:tetex_data_t,s0)
2005-05-10 19:51:00 +00:00
2005-05-18 21:02:15 +00:00
/var/cache/fonts(/.*)? context_template(system_u:object_r:tetex_data_t,s0)
2005-05-10 19:51:00 +00:00
2005-05-18 21:02:15 +00:00
/var/cache/man(/.*)? context_template(system_u:object_r:catman_t,s0)
2005-05-10 19:51:00 +00:00
2005-05-18 21:02:15 +00:00
/var/catman(/.*)? context_template(system_u:object_r:catman_t,s0)
2005-05-10 19:51:00 +00:00
2005-05-18 21:02:15 +00:00
/var/spool/texmf(/.*)? context_template(system_u:object_r:tetex_data_t,s0)