Skip to content
Snippets Groups Projects
  • Tri Vo's avatar
    Label system_server's dependencies in sysfs. · 1960215c
    Tri Vo authored
    New types:
    sysfs_android_usb
    sysfs_ipv4
    sysfs_power
    sysfs_rtc
    sysfs_switch
    sysfs_wakeup_reasons
    
    Labeled:
    /sys/class/android_usb, /sys/devices/virtual/android_usb ->sysfs_android_usb
    /sys/class/rtc -> sysfs_rtc
    /sys/class/switch, /sys/devices/virtual/switch -> sysfs_switch
    /sys/power/state, /sys/power/wakeup_count -> sysfs_power
    /sys/kernel/ipv4 -> sysfs_ipv4
    /sys/kernel/wakeup_reasons -> sysfs_wakeup_reasons
    
    Removed access to sysfs and sysfs_type from system_server and added
    appropriate access to new types.
    
    Bug: 65643247
    Test: sailfish boots without violation from system_server or to new labels.
    Change-Id: I27250fd537d76c8226defa138d84fe2a4ce2d5d5
    1960215c