add missing bin_t aliases

This commit is contained in:
Chris PeBenito 2005-11-09 22:18:15 +00:00
parent 5211b057aa
commit c646a9f838
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ policy_module(corecommands,1.0)
type bin_t;
files_type(bin_t)
ifdef(`targeted_policy',`
typealias bin_t alias { procmail_exec_t dmesg_exec_t loadkeys_exec_t };
')
#
# sbin_t is the type of files in the system sbin directories.
#