aboutsummaryrefslogtreecommitdiff
path: root/te_macros
diff options
context:
space:
mode:
Diffstat (limited to 'te_macros')
-rw-r--r--te_macros21
1 files changed, 0 insertions, 21 deletions
diff --git a/te_macros b/te_macros
index 4d18973..84af301 100644
--- a/te_macros
+++ b/te_macros
@@ -249,27 +249,6 @@ allow $1 kernel:security setbool;
')
#####################################
-# security_access_policy(domain)
-# Read only access to all policy files and
-# selinuxfs
-define(`security_access_policy', `
-allow $1 security_file:dir r_dir_perms;
-allow $1 security_file:file r_file_perms;
-')
-
-#####################################
-# mmac_manage_policy(domain)
-# Ability to manage mmac policy files,
-# trigger runtime reload, change
-# mmac enforcing mode and access logcat.
-define(`mmac_manage_policy', `
-allow $1 security_file:dir create_dir_perms;
-allow $1 security_file:file create_file_perms;
-allow $1 security_file:lnk_file { create rename unlink };
-set_prop($1, security_prop)
-')
-
-#####################################
# create_pty(domain)
# Allow domain to create and use a pty, isolated from any other domain ptys.
define(`create_pty', `