## libmtp: An Initiatior implementation of the Media Transfer Protocol (MTP).
###########################################################
##
## Role access for libmtp.
##
##
##
## Role allowed access.
##
##
##
##
## User domain for the role.
##
##
#
interface(`libmtp_role',`
gen_require(`
attribute_role libmtp_roles;
type libmtp_t, libmtp_exec_t;
')
roleattribute $1 libmtp_roles;
domtrans_pattern($2, libmtp_exec_t, libmtp_t)
allow $2 libmtp_t:process { ptrace signal_perms };
ps_process_pattern($2, libmtp_t)
')