Skip to content
Snippets Groups Projects
Commit 9cd46da0 authored by William Roberts's avatar William Roberts Committed by android-build-merger
Browse files

Merge "te_macros: drop unused macros" am: 2b33112a am: 98ff70cc

am: 006582cd

Change-Id: I8b07c10415fe02c707da926f3f19e2a584c027b3
parents f4600073 006582cd
No related branches found
No related tags found
No related merge requests found
...@@ -232,22 +232,6 @@ allow $1 selinuxfs:file rw_file_perms; ...@@ -232,22 +232,6 @@ allow $1 selinuxfs:file rw_file_perms;
allow $1 kernel:security check_context; 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) # create_pty(domain)
# Allow domain to create and use a pty, isolated from any other domain ptys. # Allow domain to create and use a pty, isolated from any other domain ptys.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment