mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-07-24 23:25:34 -04:00
Initial commit, long overdue
This commit is contained in:
commit
c0083c1519
292 changed files with 951990 additions and 0 deletions
22
Patches/OLD/SEPolicy-Fixes-3.patch
Normal file
22
Patches/OLD/SEPolicy-Fixes-3.patch
Normal file
|
@ -0,0 +1,22 @@
|
|||
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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue