From 6ff45a754da4890ea7a03dbf178396cebe970c0a Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Tue, 7 Feb 2017 21:45:21 +0800 Subject: [PATCH] Delete README.txt --- README.txt | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 README.txt diff --git a/README.txt b/README.txt deleted file mode 100644 index d04e11542..000000000 --- a/README.txt +++ /dev/null @@ -1,28 +0,0 @@ -Injects allow rules into binary SELinux kernel policies - -Injecting a rule: -$ ./sepolicy-inject -s shell -t system -c file -p read -P sepolicy - -Injecting multiple permissions: -$ ./sepolicy-inject -s shell -t system -c file -p read,write,open -P sepolicy - -Add a type_attribute to a domain: -$ ./sepolicy-inject -s su -a mlstrustedsubject -P sepolicy - -Injecting a permissive domain: -$ ./sepolicy-inject -Z shell -P sepolicy - -Change a permissive domain to non-permissive: -$ ./sepolicy-inject -z shell -P sepolicy - -Test a SELinux type exists: -$ ./sepolicy-inject -e -s shell -P sepolicy - -Test a SELinux class exists: -$ ./sepolicy-inject -e -c service_manager -P sepolicy - -Add a transition: -$ ./sepolicy-inject -s su_daemon -f device -c file -t su_device -P sepolicy - -Add a filename transition: -$ ./sepolicy-inject -s su_daemon -f device -c file -g "socket" -t su_device -P sepolicy