15 lines
331 B
Plaintext
15 lines
331 B
Plaintext
#DESC Su - Run shells with substitute user and group
|
|
#
|
|
# Domains for the su program.
|
|
# X-Debian-Packages: login
|
|
|
|
#
|
|
# su_exec_t is the type of the su executable.
|
|
#
|
|
type su_exec_t, file_type, sysadmfile;
|
|
|
|
allow sysadm_su_t user_home_dir_type:dir search;
|
|
|
|
# Everything else is in the su_domain macro in
|
|
# macros/program/su_macros.te.
|