msm8976-common: Allow init to write in debugfs

avc: denied { write } for name="tracing_on" dev="debugfs" ino=3203 scontext=u:r:init:s0 tcontext=u:object_r:debugfs:s0 tclass=file permissive=0

Change-Id: Ic4150d4a932e33124d760fce360c1ac042ed1387
This commit is contained in:
Arne Coucheron 2017-01-14 01:53:53 +01:00 committed by LuK1337
parent d08ada9a36
commit 7863596495
1 changed files with 1 additions and 0 deletions

1
sepolicy/init.te Normal file
View File

@ -0,0 +1 @@
allow init debugfs:file write;