Merge "te_macros: drop unused macros"
am: 2b33112a3c
Change-Id: I08987ae7229ebbbbcf980be4aaef2eb8fb7e24da
This commit is contained in:
commit
98ff70cc7c
1 changed files with 0 additions and 16 deletions
16
te_macros
16
te_macros
|
@ -232,22 +232,6 @@ allow $1 selinuxfs:file rw_file_perms;
|
|||
allow $1 kernel:security check_context;
|
||||
')
|
||||
|
||||
#####################################
|
||||
# selinux_setenforce(domain)
|
||||
# Allow domain to set SELinux to enforcing.
|
||||
define(`selinux_setenforce', `
|
||||
allow $1 selinuxfs:file rw_file_perms;
|
||||
allow $1 kernel:security setenforce;
|
||||
')
|
||||
|
||||
#####################################
|
||||
# selinux_setbool(domain)
|
||||
# Allow domain to set SELinux booleans.
|
||||
define(`selinux_setbool', `
|
||||
allow $1 selinuxfs:file rw_file_perms;
|
||||
allow $1 kernel:security setbool;
|
||||
')
|
||||
|
||||
#####################################
|
||||
# create_pty(domain)
|
||||
# Allow domain to create and use a pty, isolated from any other domain ptys.
|
||||
|
|
Loading…
Reference in a new issue