mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
23 lines
574 B
Diff
23 lines
574 B
Diff
|
From bf7a25786c1d4f0fb9ebefee23450f71ae8f7e4d Mon Sep 17 00:00:00 2001
|
||
|
From: Tad <tad@spotco.us>
|
||
|
Date: Thu, 19 Nov 2015 21:02:28 -0500
|
||
|
Subject: [PATCH] SEPolicy Fixes
|
||
|
|
||
|
Change-Id: I41b9256b69effb64fefd352cc953661373648714
|
||
|
---
|
||
|
sepolicy/custom.te | 2 ++
|
||
|
1 file changed, 2 insertions(+)
|
||
|
create mode 100644 sepolicy/custom.te
|
||
|
|
||
|
diff --git a/sepolicy/custom.te b/sepolicy/custom.te
|
||
|
new file mode 100644
|
||
|
index 0000000..567f78d
|
||
|
--- /dev/null
|
||
|
+++ b/sepolicy/custom.te
|
||
|
@@ -0,0 +1,2 @@
|
||
|
+allow mpdecision self:capability sys_ptrace;
|
||
|
+allow untrusted_app self:file getattr;
|
||
|
--
|
||
|
2.6.2
|
||
|
|