debuggerd.te: Fix relabelto policy denial

In 0c9708b2af, 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
This commit is contained in:
Nick Kralevich 2013-07-12 15:38:41 -07:00
parent 5bfdf340e4
commit 08f01a335d

View file

@ -5,3 +5,5 @@ type debuggerd_exec, exec_type, file_type;
init_daemon_domain(debuggerd)
unconfined_domain(debuggerd)
relabelto_domain(debuggerd)
allow debuggerd tombstone_data_file:dir relabelto;