Skip to content
Snippets Groups Projects
  • Tim Kryger's avatar
    b7e1f2dd
    Fix selinux denials during bugreport · b7e1f2dd
    Tim Kryger authored
    
    avc: denied { read } for pid=1704 comm="top" name="stat" dev="proc" ino=4026532297 scontext=u:r:dumpstate:s0 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0
    avc: denied { read } for pid=1636 comm="dumpstate" name="lcd-backlight" dev="sysfs" ino=16592 scontext=u:r:dumpstate:s0 tcontext=u:object_r:sysfs_leds:s0 tclass=lnk_file permissive=0
    avc: denied { call } for pid=2230 comm="dumpsys" scontext=u:r:dumpstate:s0 tcontext=u:r:installd:s0 tclass=binder permissive=0
    avc: denied { create } for pid=1700 comm="ip" scontext=u:r:dumpstate:s0 tcontext=u:r:dumpstate:s0 tclass=netlink_xfrm_socket permissive=0
    
    Bug: 62410287
    Bug: 35350306
    Change-Id: I65be3678c64214ebeb544e0e155bce88b21adf02
    Signed-off-by: default avatarTim Kryger <tkryger@google.com>
    b7e1f2dd
    History
    Fix selinux denials during bugreport
    Tim Kryger authored
    
    avc: denied { read } for pid=1704 comm="top" name="stat" dev="proc" ino=4026532297 scontext=u:r:dumpstate:s0 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0
    avc: denied { read } for pid=1636 comm="dumpstate" name="lcd-backlight" dev="sysfs" ino=16592 scontext=u:r:dumpstate:s0 tcontext=u:object_r:sysfs_leds:s0 tclass=lnk_file permissive=0
    avc: denied { call } for pid=2230 comm="dumpsys" scontext=u:r:dumpstate:s0 tcontext=u:r:installd:s0 tclass=binder permissive=0
    avc: denied { create } for pid=1700 comm="ip" scontext=u:r:dumpstate:s0 tcontext=u:r:dumpstate:s0 tclass=netlink_xfrm_socket permissive=0
    
    Bug: 62410287
    Bug: 35350306
    Change-Id: I65be3678c64214ebeb544e0e155bce88b21adf02
    Signed-off-by: default avatarTim Kryger <tkryger@google.com>