Blame strict/domains/program/sudo.te
|
Chris PeBenito |
0fbfa5 |
#DESC sudo - execute a command as another user
|
|
Chris PeBenito |
0fbfa5 |
#
|
|
Chris PeBenito |
0fbfa5 |
# Authors: Dan Walsh, Russell Coker
|
|
Chris PeBenito |
0fbfa5 |
# Maintained by Dan Walsh <dwalsh@redhat.com>
|
|
Chris PeBenito |
0fbfa5 |
#
|
|
Chris PeBenito |
0fbfa5 |
|
|
Chris PeBenito |
0fbfa5 |
# Type for the sudo executable.
|
|
Chris PeBenito |
0fbfa5 |
type sudo_exec_t, file_type, sysadmfile, exec_type;
|
|
Chris PeBenito |
0fbfa5 |
|
|
Chris PeBenito |
0fbfa5 |
# Everything else is in the sudo_domain macro in
|
|
Chris PeBenito |
0fbfa5 |
# macros/program/sudo_macros.te.
|