Chris PeBenito 0fbfa5
#DESC Userhelper - SELinux utility to run a shell with a new role
Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
# Authors:  Dan Walsh (Red Hat)
Chris PeBenito 0fbfa5
# Maintained by Dan Walsh <dwalsh@redhat.com>
Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
Chris PeBenito 0fbfa5
#################################
Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
# Rules for the userhelper_t domain.
Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
# userhelper_exec_t is the type of the userhelper executable.
Chris PeBenito 0fbfa5
# userhelper_conf_t is the type of the userhelper configuration files.
Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
type userhelper_exec_t, file_type, exec_type, sysadmfile;
Chris PeBenito 0fbfa5
type userhelper_conf_t, file_type, sysadmfile;
Chris PeBenito 0fbfa5
Chris PeBenito 0fbfa5
# Everything else is in the userhelper_domain macro in
Chris PeBenito 0fbfa5
# macros/program/userhelper_macros.te.
Chris PeBenito 0fbfa5
Chris PeBenito 0fbfa5
ifdef(`xdm.te', `
Chris PeBenito 0fbfa5
dontaudit xdm_t userhelper_conf_t:dir search;
Chris PeBenito 0fbfa5
')