From 4378ba7c8440070068098cc81fd3e4380ab87a4a Mon Sep 17 00:00:00 2001 From: Florian Mayer Date: Thu, 12 Apr 2018 13:54:15 +0100 Subject: [PATCH] Make traced_probes mlstrustedsubject. Denials: 04-12 12:42:47.795 903 903 W traced_probes: type=1400 audit(0.0:5684): avc: denied { search } for name="1376" dev="proc" ino=204553 scontext=u:r:traced_probes:s0 tcontext=u:r:untrusted_app_27:s0:c512,c768 tclass=dir permissive=0 04-12 12:42:47.795 903 903 W traced_probes: type=1400 audit(0.0:5685): avc: denied { search } for name="1402" dev="proc" ino=204554 scontext=u:r:traced_probes:s0 tcontext=u:r:platform_app:s0:c512,c768 tclass=dir permissive=0 04-12 12:42:47.801 903 903 W traced_probes: type=1400 audit(0.0:5686): avc: denied { search } for name="1496" dev="proc" ino=204557 scontext=u:r:traced_probes:s0 tcontext=u:r:untrusted_app:s0:c85,c256,c512,c768 tclass=dir permissive=0 04-12 12:42:47.805 903 903 W traced_probes: type=1400 audit(0.0:5687): avc: denied { search } for name="1758" dev="proc" ino=204563 scontext=u:r:traced_probes:s0 tcontext=u:r:priv_app:s0:c512,c768 tclass=dir permissive=0 Bug: 77955286 Change-Id: If0985d3ddd7d14c2b139be1c842c9c8df99b90db Merged-In: If0985d3ddd7d14c2b139be1c842c9c8df99b90db --- public/traced_probes.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/traced_probes.te b/public/traced_probes.te index e77c81166..3e587c8ef 100644 --- a/public/traced_probes.te +++ b/public/traced_probes.te @@ -1 +1 @@ -type traced_probes, domain, coredomain; +type traced_probes, domain, coredomain, mlstrustedsubject;