Chris PeBenito 17de1b7
Chris PeBenito 5dbda55
policy_module(corecommands,1.3.14)
Chris PeBenito 17de1b7
Chris PeBenito 17de1b7
########################################
Chris PeBenito 17de1b7
#
Chris PeBenito 17de1b7
# Declarations
Chris PeBenito 17de1b7
#
Chris PeBenito 17de1b7
Chris PeBenito 17de1b7
#
Chris PeBenito 17de1b7
# Types with the exec_type attribute are executable files.
Chris PeBenito 17de1b7
#
Chris PeBenito 17de1b7
attribute exec_type;
Chris PeBenito 17de1b7
Chris PeBenito 17de1b7
#
Chris PeBenito 17de1b7
# bin_t is the type of files in the system bin directories.
Chris PeBenito 17de1b7
#
Chris PeBenito 17de1b7
type bin_t;
Chris PeBenito 17de1b7
corecmd_executable_file(bin_t)
Chris PeBenito 17de1b7
Chris PeBenito 17de1b7
#
Chris PeBenito 17de1b7
# sbin_t is the type of files in the system sbin directories.
Chris PeBenito 17de1b7
#
Chris PeBenito 17de1b7
type sbin_t;
Chris PeBenito 17de1b7
corecmd_executable_file(sbin_t)
Chris PeBenito 17de1b7
Chris PeBenito 17de1b7
#
Chris PeBenito 17de1b7
# ls_exec_t is the type of the ls program.
Chris PeBenito 17de1b7
#
Chris PeBenito 17de1b7
type ls_exec_t;
Chris PeBenito 17de1b7
corecmd_executable_file(ls_exec_t)
Chris PeBenito 17de1b7
Chris PeBenito 17de1b7
#
Chris PeBenito 17de1b7
# shell_exec_t is the type of user shells such as /bin/bash.
Chris PeBenito 17de1b7
#
Chris PeBenito 17de1b7
type shell_exec_t;
Chris PeBenito 17de1b7
corecmd_executable_file(shell_exec_t)
Chris PeBenito 17de1b7
Chris PeBenito 17de1b7
type chroot_exec_t;
Chris PeBenito 17de1b7
corecmd_executable_file(chroot_exec_t)