selinux-policy/refpolicy/policy/modules/services/portmap.fc

11 lines
434 B
Plaintext
Raw Normal View History

2005-09-08 17:12:38 +00:00
/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)
')