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

47 lines
943 B
Plaintext
Raw Normal View History

2006-01-11 18:28:57 +00:00
## <summary>List kernel modules of USB devices</summary>
########################################
## <summary>
## Execute usbmodules in the usbmodules domain.
## </summary>
## <param name="domain">
## <summary>
2006-01-11 18:28:57 +00:00
## Domain allowed access.
## </summary>
2006-01-11 18:28:57 +00:00
## </param>
#
interface(`usbmodules_domtrans',`
gen_require(`
type usbmodules_t, usbmodules_exec_t;
')
2006-12-12 20:08:08 +00:00
domtrans_pattern($1, usbmodules_exec_t, usbmodules_t)
2006-01-11 18:28:57 +00:00
')
########################################
## <summary>
## Execute usbmodules in the usbmodules domain, and
## allow the specified role the usbmodules domain,
## and use the caller's terminal.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
2006-01-11 18:28:57 +00:00
## </param>
## <param name="role">
## <summary>
## Role allowed access.
## </summary>
2006-01-11 18:28:57 +00:00
## </param>
2006-09-06 22:07:25 +00:00
## <rolecap/>
2006-01-11 18:28:57 +00:00
#
interface(`usbmodules_run',`
gen_require(`
type usbmodules_t;
')
usbmodules_domtrans($1)
role $2 types usbmodules_t;
')