add missing bin_t aliases
This commit is contained in:
parent
5211b057aa
commit
c646a9f838
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue