Skip to content
Snippets Groups Projects
  1. Jan 31, 2018
    • Joel Galenson's avatar
      Track priv_app SELinux denial. · 2218696a
      Joel Galenson authored
      This should fix presubmit tests.
      
      Bug: 72749888
      Test: Built policy.
      Change-Id: I588bba52d26bcc7d93ebb16e28458d9125f73108
      2218696a
    • Treehugger Robot's avatar
      Merge "Clean up bug_map." · 31f2ec19
      Treehugger Robot authored
      31f2ec19
    • Joel Galenson's avatar
      Disallow most domains from getting dac_override and dac_read_search. · 60575233
      Joel Galenson authored
      Instead of getting these permissions, it is better to add the process
      to a group or change the permissions of the files it tries to access.
      
      Test: Built the policy for many devices.
      Change-Id: If023d98bcc479bebbedeedf525965ffb17a0e331
      60575233
    • Bowgo Tsai's avatar
      Using a python script to build sepolicy · 3506ad3f
      Bowgo Tsai authored
      Current sepolicy CIL files are built by several command-line tools
      in Android.mk. This change extracts some of the build logic into a
      python script to relief the effort in Android.mk.
      
      The first command is `build_sepolicy build_cil`. It's possible to add
      more sub-commands under the build_sepolicy script in the future.
      
      Bug: 64240127
      Test: build and boot a device
      Test: checks the content of $OUT/vendor/etc/selinux/vendor_sepolicy.cil
            is the same as before
      Change-Id: I0b64f1088f413172e97b579b4f7799fa392762df
      3506ad3f
    • Bowgo Tsai's avatar
      Renames nonplat_* to vendor_* · 9aa8496f
      Bowgo Tsai authored
      This change renames the non-platform sepolicy files on a DUT from
      nonplat_* to vendor_*.
      
      It also splits the versioned platform sepolicy from vendor_sepolicy.cil
      to a new file /vendor/etc/selinux/plat_pub_versioned.cil. And only keeps
      vendor customizations in vendor_sepolicy.cil.
      
      Build variable BOARD_SEPOLICY_DIRS is also renamed to
      BOARD_VENDOR_SEPOLICY_DIRS.
      
      Bug: 64240127
      Test: boot an existing device
      Change-Id: Iea87a502bc6191cfaf8a2201f29e4a2add4ba7bf
      9aa8496f
    • Treehugger Robot's avatar
    • Treehugger Robot's avatar
      Merge changes from topic "label_core_data" · fd6709c0
      Treehugger Robot authored
      * changes:
        Correctly label data types
        Test that /data is properly labeled
      fd6709c0
    • Siarhei Vishniakou's avatar
      Allow input system access to /dev/v4l-touchX · 36a3df44
      Siarhei Vishniakou authored
      Bug: 62940136
      Test: read /dev/v4l-touchX from inputflinger
      
      Change-Id: Ifcece4192c567e0cbaba1b7ad40d25c8f34f8e40
      36a3df44
  2. Jan 30, 2018
  3. Jan 29, 2018
  4. Jan 28, 2018
  5. Jan 26, 2018
  6. Jan 25, 2018
Loading