selinux-policy/policy/modules/admin/sxid.if

23 lines
421 B
Plaintext
Raw Normal View History

2006-05-01 20:36:13 +00:00
## <summary>SUID/SGID program monitoring</summary>
########################################
## <summary>
## Allow the specified domain to read
## sxid log files.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
2006-09-06 22:07:25 +00:00
## <rolecap/>
2006-05-01 20:36:13 +00:00
#
interface(`sxid_read_log',`
gen_require(`
type sxid_log_t;
')
logging_search_logs($1)
2006-12-12 20:08:08 +00:00
allow $1 sxid_log_t:file read_file_perms;
2006-05-01 20:36:13 +00:00
')