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

53 lines
1.7 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-09-16 19:36:10 +00:00
/etc/pki(/.*)? context_template(system_u:object_r:cert_t,s0)
2005-05-10 19:51:00 +00:00
#
# /opt
#
2005-09-16 19:36:10 +00:00
/opt/(.*)?/man(/.*)? context_template(system_u:object_r:man_t,s0)
/srv/([^/]*/)?rsync(/.*)? context_template(system_u:object_r:ftpd_anon_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)
/usr/share/ghostscript/fonts(/.*)? context_template(system_u:object_r:fonts_t,s0)
/usr/share/locale(/.*)? context_template(system_u:object_r:locale_t,s0)
/usr/share/man(/.*)? context_template(system_u:object_r:man_t,s0)
/usr/share/zoneinfo(/.*)? context_template(system_u:object_r:locale_t,s0)
2005-05-10 19:51:00 +00:00
2005-09-16 13:36:26 +00:00
/usr/share/ssl/certs(/.*)? context_template(system_u:object_r:cert_t,s0)
/usr/share/ssl/private(/.*)? context_template(system_u:object_r:cert_t,s0)
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-09-16 13:36:26 +00:00
/var/cache/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
/var/spool/texmf(/.*)? context_template(system_u:object_r:tetex_data_t,s0)