selinux-policy/refpolicy/policy/modules/system/corecommands.te

30 lines
495 B
Plaintext
Raw Normal View History

2005-04-20 19:07:16 +00:00
policy_module(corecommands,1.0)
2005-04-14 20:18:17 +00:00
#
# bin_t is the type of files in the system bin directories.
#
type bin_t;
2005-06-13 17:35:46 +00:00
files_file_type(bin_t)
2005-04-14 20:18:17 +00:00
#
# sbin_t is the type of files in the system sbin directories.
#
type sbin_t;
2005-06-13 17:35:46 +00:00
files_file_type(sbin_t)
2005-04-14 20:18:17 +00:00
#
# ls_exec_t is the type of the ls program.
#
2005-05-04 21:44:51 +00:00
type ls_exec_t;
2005-06-13 17:35:46 +00:00
files_file_type(ls_exec_t)
2005-04-14 20:18:17 +00:00
#
# shell_exec_t is the type of user shells such as /bin/bash.
#
type shell_exec_t;
2005-06-13 17:35:46 +00:00
files_file_type(shell_exec_t)
2005-04-14 20:18:17 +00:00
type chroot_exec_t;
2005-06-13 17:35:46 +00:00
files_file_type(chroot_exec_t)