]> git.ipfire.org Git - people/stevee/selinux-policy.git/blob - refpolicy/policy/modules/system/corecommands.te
targeted and redhat cleanups
[people/stevee/selinux-policy.git] / refpolicy / policy / modules / system / corecommands.te
1
2 policy_module(corecommands,1.0)
3
4 ########################################
5 #
6 # Declarations
7 #
8
9 #
10 # bin_t is the type of files in the system bin directories.
11 #
12 type bin_t;
13 files_type(bin_t)
14
15 #
16 # sbin_t is the type of files in the system sbin directories.
17 #
18 type sbin_t;
19 files_type(sbin_t)
20
21 #
22 # ls_exec_t is the type of the ls program.
23 #
24 type ls_exec_t;
25 files_type(ls_exec_t)
26
27 #
28 # shell_exec_t is the type of user shells such as /bin/bash.
29 #
30 type shell_exec_t;
31 files_type(shell_exec_t)
32
33 type chroot_exec_t;
34 files_type(chroot_exec_t)