Skip to content
  1. Apr 01, 2024
  2. Mar 29, 2024
    • Michael Bestas's avatar
      Merge tag 'LA.UM.9.14.r1-24200-LAHAINA.QSSI13.0' into... · 0aead943
      Michael Bestas authored
      Merge tag 'LA.UM.9.14.r1-24200-LAHAINA.QSSI13.0' into staging/lineage-21.0_merge-LA.UM.9.14.r1-24200-LAHAINA.QSSI13.0
      
      "LA.UM.9.14.r1-24200-LAHAINA.QSSI13.0"
      
      # By Neelu Maheshwari (3) and others
      # Via Gerrit - the friendly Code Review server (3) and others
      * tag 'LA.UM.9.14.r1-24200-LAHAINA.QSSI13.0':
        Sepolicy_vndr : Allow vendor_init to access properties.
        Sepolicy_vndr : Allow access to LED devices sysfs
        Allow dumpstate to make binder calls with rild
        sepolicy : add permissions for extcon file
        sepolicy_vndr: lahaina: Label device wakeup nodes - Label the nodes listed by SuspendSepolicyTests.sh
        Sepolicy: Add the rules to run the UAC/UVC enforced
        sepolicy_vndr: Add rule to allow graphics_composer to find qspm hal
        Allow wcnss service to access hal perf service
      
      Change-Id: Ie2224e17c0aa4b5a04b343f408d849de9e2e8638
      0aead943
  3. Mar 22, 2024
  4. Feb 26, 2024
  5. Feb 13, 2024
  6. Feb 02, 2024
  7. Jan 29, 2024
  8. Jan 25, 2024
  9. Jan 24, 2024
    • Muhammed Siju's avatar
      Allow dumpstate to make binder calls with rild · 58cd5193
      Muhammed Siju authored
      This is needed for a CTS testcase:
      SELinuxHostTest#testNoBugreportDenials
      Denial: denied { call } for scontext=u:r:dumpstate:s0
              tcontext=u:r:rild:s0 tclass=binder permissive=0
      
      Change-Id: I4a4f2319115575962f3259f1927f4e4009c01e7d
      CRs-Fixed: 3688919
      58cd5193
  10. Jan 22, 2024
    • Michael Bestas's avatar
      sdm710: Label sysfs_ssr_toggle · ae5e5f8f
      Michael Bestas authored
      Needed for ssr_setup
      
      Change-Id: If24855f5e72d904043e69893fa5590ac26b46ff5
      ae5e5f8f
    • Ivan Vecera's avatar
      sdm710: Label persist block device · ec23bda8
      Ivan Vecera authored
      Resolves:
      W e2fsck  : type=1400 audit(0.0:16): avc: denied { read write } for name="sdf7" dev="tmpfs" ino=11779 scontext=u:r:fsck:s0 tcontext=u:object_r:block_device:s0 tclass=blk_file permissive=0
      
      Change-Id: I653a088d84479a2e096e0d2bece770c1430b694f
      ec23bda8
  11. Jan 19, 2024
  12. Jan 18, 2024
  13. Jan 10, 2024
  14. Jan 09, 2024
    • Bruno Martins's avatar
      Merge tag 'LA.UM.9.14.r1-23600-LAHAINA.QSSI14.0' of... · 4aa876fa
      Bruno Martins authored
      Merge tag 'LA.UM.9.14.r1-23600-LAHAINA.QSSI14.0' of https://git.codelinaro.org/clo/la/device/qcom/sepolicy_vndr into lineage-21.0-legacy-um
      
      "LA.UM.9.14.r1-23600-LAHAINA.QSSI14.0"
      
      * tag 'LA.UM.9.14.r1-23600-LAHAINA.QSSI14.0' of https://git.codelinaro.org/clo/la/device/qcom/sepolicy_vndr:
        Revert "sepolicy: update display boot service rules"
        sepolicy: update display boot service rules
        Sepolicy_vndr : Allow creating IPA FWs
        sepolicy_vndr : bengal: Fix avc denials for wakeup nodes
        Fix avc denials
        BT: Add bluetooth support to access mediametrics service
        sepolicy rules to allow Gnss Hal to access RIL Srv for kona target
        sepolicy rules to allow Gnss Hal to access RIL Srv for holi target
        sepolicy_vndr : lahaina: Fix avc denials for wakeup nodes
        sepolicy_vndr: Suppress QMCS related denial errors in ENG builds
        sepolicy_vndr : Allow vendor_qti_init_shell to set ctl_start_prop
        sepolicy_vndr:qcc: read vendor_qcc_prop
        Aidirector sepolicy changes to run in enforced mode
        sepolicy: Add uio device node
        QGuard: add permission for black screen detector
        sepolicy_vndr: Allow system_server read vendor_persist_camera_prop
        Sepolicy rules to allow Gnss Hal to access ssgtz
        QCM6490.LA.3.1: addressing Modem & ADSP  sysfs wakeup node.
      
      Change-Id: Idc7a655385a67cead68d5802d990d8c4dd6bbc6d
      4aa876fa
  15. Jan 08, 2024
  16. Jan 03, 2024
  17. Jan 02, 2024
  18. Dec 28, 2023
  19. Dec 11, 2023
  20. Dec 09, 2023
    • Michael Bestas's avatar
      msmnile: Allow init write to discard_max_bytes · e8f23940
      Michael Bestas authored
      system/core/rootdir/init.rc
      1110:    write /dev/sys/block/by-name/userdata/queue/discard_max_bytes 134217728
      1111:    write /dev/sys/block/by-name/rootdisk/queue/discard_max_bytes 134217728
      
      Fixes: avc: denied { write } for comm="init" name="discard_max_bytes"
          dev="sysfs" ino=68814 scontext=u:r:init:s0
          tcontext=u:object_r:sysfs:s0 tclass=file permissive=0
      Change-Id: I9cab3cff6db9e660b2805c0da956d005164327d6
      e8f23940
  21. Dec 01, 2023
  22. Nov 30, 2023
  23. Nov 28, 2023
  24. Nov 25, 2023
  25. Nov 22, 2023
  26. Nov 14, 2023
  27. Nov 13, 2023
  28. Nov 10, 2023
  29. Nov 09, 2023
  30. Nov 08, 2023
    • Haseena Shaik's avatar
      Fix avc denials · 1fc1a282
      Haseena Shaik authored
       -Adding rule to fix avc denials because of sepolicy issue
      
      CRs-Fixed: 3643432
      
      Change-Id: I0fb76e38b8fdac343b2573a415b346f2096e9246
      1fc1a282
  31. Nov 02, 2023