selinux-policy/refpolicy/policy/modules/services/portmap.fc
Chris PeBenito eb3cb6820a add portmap
2005-09-08 17:12:38 +00:00

11 lines
434 B
Plaintext

/sbin/portmap -- context_template(system_u:object_r:portmap_exec_t,s0)
ifdef(`distro_debian',`
/sbin/pmap_dump -- context_template(system_u:object_r:portmap_helper_exec_t,s0)
/sbin/pmap_set -- context_template(system_u:object_r:portmap_helper_exec_t,s0)
', `
/usr/sbin/pmap_dump -- context_template(system_u:object_r:portmap_helper_exec_t,s0)
/usr/sbin/pmap_set -- context_template(system_u:object_r:portmap_helper_exec_t,s0)
')