Skip to content
Snippets Groups Projects
Commit 08f01a33 authored by Nick Kralevich's avatar Nick Kralevich
Browse files

debuggerd.te: Fix relabelto policy denial

In 0c9708b2, we removed relabelto
from unconfined.te.  This broke debuggerd.  Fixed.

type=1400 audit(1373668537.550:5): avc:  denied  { relabelto } for  pid=44 comm="debuggerd" name="tombstones" dev="mtdblock1" ino=71 scontext=u:r:debuggerd:s0 tcontext=u:object_r:tombstone_data_file:s0 tclass=dir

Change-Id: Ic025cbc030d6e776d9d87b1df3240fdc5f0b53d5
parent 5bfdf340
No related branches found
No related tags found
No related merge requests found
...@@ -5,3 +5,5 @@ type debuggerd_exec, exec_type, file_type; ...@@ -5,3 +5,5 @@ type debuggerd_exec, exec_type, file_type;
init_daemon_domain(debuggerd) init_daemon_domain(debuggerd)
unconfined_domain(debuggerd) unconfined_domain(debuggerd)
relabelto_domain(debuggerd)
allow debuggerd tombstone_data_file:dir relabelto;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment