summaryrefslogtreecommitdiffstats
path: root/msm8916
Commit message (Collapse)AuthorAgeFilesLines
* sepolicy: Label persist partition for all SoCsMichael Bestas2019-04-011-0/+1
| | | | Change-Id: I8db3acb9a1b958ec59c7f14c6ee16ea466548cc7
* sepolicy: Correctly label display.qservice per SoCMichael Bestas2019-02-262-0/+2
| | | | | | | * msm8952/msm8976/msm8992/msm8994 use it as vndservice * apq8084/msm8226/msm8909/msm8916/msm8960/msm8974 use it as service Change-Id: Ia600a777afa0ad164e31d52bcb3a644c52c22450
* msm8916: Label the FRP partitionRicardo Cerqueira2018-05-211-0/+1
| | | | | | * Partial cherry-pick of commit 3aaeeceb270dc6c8af8dd9a95fa8b9e33097ff50 Change-Id: Ifa500ca57dc71831074a39fb5b05246c12cd0d4c
* Escape '.' characterMichael Bestas2018-04-211-13/+13
| | | | Change-Id: I3d3c1c2d0c04f8dc77037cbf47ce7b1452fe8c33
* Use set_prop() macro for property setsMichael Bestas2018-01-211-3/+1
| | | | Change-Id: Id67a05f8ed718cad5856613c2700f4ce1e404cf0
* Add SELinux support for factory reset protectionShaheda Begum2016-10-181-0/+1
| | | | | | | Map factory reset protection into SELinux sepolicy/file_contexts Change-Id: Ibd3198cc38e0446e1862b178f8d4c5ae8f8dc0c9 CRs-Fixed: 1078078
* file_contexts: Adding context to block devicesRavi Kumar Siddojigari2016-10-131-0/+4
| | | | | | | Adding context to boot, recovery, cache and frp block device CRs-fixed: 904364 Change-Id: Ia487dc4f07d5af3111c969d2e1d649abe43aac6b
* sepolicy:Allow mediaserver to access media.msm8939hw property.Vasantha Balla2016-08-051-0/+29
| | | | | | | | Mediaserver should be able to access media.msm8939hw property to load target specific media codecs xml file on 8939. Change-Id: I768fa046b1ba684f1dab90b1897bdf781bc53db1 CRs-Fixed: 1049110
* sepolicy: Allow init.qcom.sh script to media setprop'sParas Nagda2016-08-053-0/+89
| | | | | | | Define media.msm8939hw to choose target specific media_codecs.xml Change-Id: If9d5ba16a8efbf1fe79e189277481f74392f0fbd CRs-Fixed: 1049110
* Add sepolicies for logdumpd module.padarshr2016-07-281-0/+1
| | | | | | | | This change will add selinux rules to logdumpd module. It allows logdumpd to read logd (to get logcat logs), and write to 'logdump' partition. Change-Id: I7be2cb1f663286dcb132c40d1109c28e09fda52d
* Use 'misc_block_device' instead of 'misc_partition'padarshr2016-06-211-1/+1
| | | | | | | | | Map misc partition to the selabel - misc_block_device instead of misc_partition. Uncrypt module will now have access to misc partition. CRs-Fixed: 1022226 Change-Id: Ida1b97914b279f790d46ee6df5d717bc972b1097
* file_contexts: Marking /dev/block/mmcblk0 as root_block_deviceAvijit Kanti Das2015-09-091-2/+2
| | | | | | | Changing the context of /dev/block/mmcblk0 from mmc_block_device to root_block_device Change-Id: Ia80ebc7ba58b9feadaf910fb83a19197d7eb2da8
* sepolicy : correct modem block path in the file_context for msm8916.Ravi Kumar Siddojigari2015-07-291-7/+8
| | | | | | | modemtst1,modemtst2,fsg,fsc will fail to mount with read/write access. Change-Id: If33dc4ccf4d57529280dbf750d0bdd0218de3efd
* sepolicy : move modem blks secontext to target specific folders.Ravi Kumar Siddojigari2015-07-151-0/+38
| | | | | | | moving the modem and userdata paratition secontext definition to target specific folder. Change-Id: I34db8a036029218db542a4a6d5216f83e38f0671
* Replacing permissions with macrosAvijit Kanti Das2015-06-261-1/+0
| | | | | | | | Replacing all the permissions with macros Allow all domians except untrusted_app to access diag_device Restrict untrusted_app to access diag_device Change-Id: Ibad902746f25a23f10840fae3c0bac65b2ff74e0
* sepolicy: Update policy for secure componentsDinesh K Garg2014-11-141-2/+1
| | | | | | | | | | | Playready stores license under /data/data/app_ms. All TZ apps including Playready would create their own directory under /data/misc/qsee. To get test apps working with older dir structure, userdebug mode build would have permision to create directory under /data/data. Test apps based on newer targets must move to new structure. Also add policies for secureUI. Change-Id: Ibc4412ca9e8e065d54263bb46333bd223dfb553d
* seandroid: Restructuring sepolicy codebaseAvijit Kanti Das2014-08-231-0/+2
Seandroid codebase is restructured using this gerrit All the sepolicies which are common acress all the chipsets needs to be kept inside common folder. And all the other policies which are specific to target, should be kept inside the folder with the chipset name i.e, all the policies specific to 8084 should be inside apq8084 folder. Change-Id: I14734e2d3b9d6a0846a2c99e942c8da9495fa6ab