selinux-policy/policy/modules/apps/cdrecord.te
2007-09-28 13:58:24 +00:00

22 lines
383 B
Plaintext

policy_module(cdrecord,1.3.0)
########################################
#
# Declarations
#
ifdef(`strict_policy',`
## <desc>
## <p>
## Allow cdrecord to read various content.
## nfs, samba, removable devices, user temp
## and untrusted content files
## </p>
## </desc>
gen_tunable(cdrecord_read_content,false)
')
type cdrecord_exec_t;
application_executable_file(cdrecord_exec_t)