83 lines
2.5 KiB
Plaintext
83 lines
2.5 KiB
Plaintext
#
|
|
# /emul
|
|
#
|
|
ifdef(`distro_gentoo',`
|
|
/emul/linux/x86/usr/(X11R6/)?lib/X11/locale(/.*)? gen_context(system_u:object_r:locale_t,s0)
|
|
')
|
|
|
|
#
|
|
# /etc
|
|
#
|
|
/etc/avahi/etc/localtime -- gen_context(system_u:object_r:locale_t,s0)
|
|
/etc/localtime -- gen_context(system_u:object_r:locale_t,s0)
|
|
/etc/pki(/.*)? gen_context(system_u:object_r:cert_t,s0)
|
|
|
|
#
|
|
# /opt
|
|
#
|
|
/opt/(.*/)?man(/.*)? gen_context(system_u:object_r:man_t,s0)
|
|
|
|
#
|
|
# /srv
|
|
#
|
|
/srv/([^/]*/)?ftp(/.*)? gen_context(system_u:object_r:public_content_t,s0)
|
|
/srv/([^/]*/)?rsync(/.*)? gen_context(system_u:object_r:public_content_t,s0)
|
|
|
|
#
|
|
# /usr
|
|
#
|
|
/usr/lib/locale(/.*)? gen_context(system_u:object_r:locale_t,s0)
|
|
|
|
/usr/lib(64)?/perl5/man(/.*)? gen_context(system_u:object_r:man_t,s0)
|
|
|
|
/usr/local/man(/.*)? gen_context(system_u:object_r:man_t,s0)
|
|
|
|
/usr/local/share/fonts(/.*)? gen_context(system_u:object_r:fonts_t,s0)
|
|
|
|
/usr/man(/.*)? gen_context(system_u:object_r:man_t,s0)
|
|
|
|
/usr/share/fonts(/.*)? gen_context(system_u:object_r:fonts_t,s0)
|
|
/usr/share/ghostscript/fonts(/.*)? gen_context(system_u:object_r:fonts_t,s0)
|
|
/usr/share/locale(/.*)? gen_context(system_u:object_r:locale_t,s0)
|
|
/usr/share/man(/.*)? gen_context(system_u:object_r:man_t,s0)
|
|
/usr/share/X11/locale(/.*)? gen_context(system_u:object_r:locale_t,s0)
|
|
/usr/share/zoneinfo(/.*)? gen_context(system_u:object_r:locale_t,s0)
|
|
|
|
/usr/share/ssl/certs(/.*)? gen_context(system_u:object_r:cert_t,s0)
|
|
/usr/share/ssl/private(/.*)? gen_context(system_u:object_r:cert_t,s0)
|
|
|
|
/usr/X11R6/lib/X11/fonts(/.*)? gen_context(system_u:object_r:fonts_t,s0)
|
|
|
|
/usr/X11R6/man(/.*)? gen_context(system_u:object_r:man_t,s0)
|
|
|
|
ifdef(`distro_gentoo',`
|
|
/usr/share/misc/(pci|usb)\.ids -- gen_context(system_u:object_r:hwdata_t,s0)
|
|
')
|
|
|
|
ifdef(`distro_redhat',`
|
|
/usr/share/hwdata(/.*)? gen_context(system_u:object_r:hwdata_t,s0)
|
|
')
|
|
|
|
#
|
|
# /var
|
|
#
|
|
/var/ftp(/.*)? gen_context(system_u:object_r:public_content_t,s0)
|
|
|
|
/var/lib/texmf(/.*)? gen_context(system_u:object_r:tetex_data_t,s0)
|
|
|
|
/var/cache/fontconfig(/.*)? gen_context(system_u:object_r:fonts_t,s0)
|
|
/var/cache/fonts(/.*)? gen_context(system_u:object_r:tetex_data_t,s0)
|
|
/var/cache/man(/.*)? gen_context(system_u:object_r:man_t,s0)
|
|
|
|
/var/spool/texmf(/.*)? gen_context(system_u:object_r:tetex_data_t,s0)
|
|
|
|
ifdef(`distro_debian',`
|
|
/var/lib/msttcorefonts(/.*)? gen_context(system_u:object_r:fonts_t,s0)
|
|
/var/lib/usbutils(/.*)? gen_context(system_u:object_r:hwdata_t,s0)
|
|
')
|
|
|
|
ifdef(`distro_redhat',`
|
|
/var/empty/sshd/etc/localtime -- gen_context(system_u:object_r:locale_t,s0)
|
|
/var/spool/postfix/etc/localtime -- gen_context(system_u:object_r:locale_t,s0)
|
|
')
|