aboutsummaryrefslogtreecommitdiffstats
path: root/bootanim.te
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/marshmallow-release', tag ↵Adnan Begovic2015-10-151-0/+1
|\ | | | | | | | | | | | | | | 'android-6.0.0_r1' into HEAD Android 6.0.0 release 1 Change-Id: Iccee3137d91fb86555abe4596e356cc6c2a2ce47
| * Restrict service_manager find and list access.dcashman2014-12-151-3/+1
| | | | | | | | | | | | | | | | | | All domains are currently granted list and find service_manager permissions, but this is not necessary. Pare the permissions which did not trigger any of the auditallow reporting. Bug: 18106000 Change-Id: Ie0ce8de2af8af2cbe4ce388a2dcf4534694c994a
| * resolved conflicts for merge of 0a52df50 to lmp-dev-plus-aospMike Lockwood2014-10-061-0/+3
| |\ | | | | | | | | | Change-Id: I3c6af086fc8ca3e9600c2267c439718c9a572dfb
| * \ resolved conflicts for merge of b4fcaeea to lmp-dev-plus-aospVineeta Srivastava2014-09-221-0/+1
| |\ \ | | | | | | | | | | | | Change-Id: I5946d6dc2256ba843a17c735d85df4d9ad5b07b2
| * | | Resync lmp-dev-plus-aosp with masterNick Kralevich2014-07-251-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A DO NOT MERGE change merged from lmp-dev to lmp-dev-plus-aosp. This is expected, but it's causing unnecessary merge conflicts when handling AOSP contributions. Resolve those conflicts. This is essentially a revert of bf696327246833c9aba55a645e6c433e9f321e27 for lmp-dev-plus-aosp only. Change-Id: Icc66def7113ab45176ae015f659cb442d53bce5c
* | | | SystemUI: Fix no animation during power off device issuekaiyiz2015-01-211-0/+2
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | No permissions for system to operate bootanim. Add call and transfer permissions for bootanim and mediaserver. Add permissions for system_server to operate bootanim. CRs-Fixed: 763988 Change-Id: I5d92de38767cd61175b3e29319f60e0987cdf154
* | | Give bootanimation access to /dev/snd files so it can use tinyalsaMike Lockwood2014-10-021-0/+3
| |/ |/| | | | | | | | | Bug: 17674304 Change-Id: Ide32833809bca8d3ed8ddc898748e25d7a692319
* | sepolicy for oem cutomizationVineeta Srivastava2014-09-221-0/+1
|/ | | | | | | Added read permissions for bootanimation Bug: 16635599 Change-Id: Ib5d0ba5a6d1144ff831f4f0eda092879f853c376
* DO NOT MERGE: Remove service_manager audit_allows.Riley Spahn2014-07-181-4/+0
| | | | | | | Remove the audit_allow rules from lmp-dev because we will not be tightening any further so these logs will not be useful. Change-Id: Ibd0e4bf4e8f4f5438c3dbb9114addaadac9ef8c9
* Add access control for each service_manager action.Riley Spahn2014-07-151-0/+4
| | | | | | | | | | | | Add SELinux MAC for the service manager actions list and find. Add the list and find verbs to the service_manager class. Add policy requirements for service_manager to enforce policies to binder_use macro. (cherry picked from commit b8511e0d98880a683c276589ab7d8d7666b7f8c1) Change-Id: I980d4a8acf6a0c6e99a3a7905961eb5564b1be15
* reconcile aosp (3a8c5dc05fb7696dd81b8a7c1b2524224154e8ea) after branching. ↵Ed Heyl2014-07-141-0/+3
| | | | | | Please do not merge. Change-Id: Ic8ee83ed6ffef02bddd17e1175416fc2481db7b2
* Make bootanim domain enforcing.Stephen Smalley2013-12-131-1/+0
| | | | | Change-Id: I9d87c35cc8d4ffffab4f7c28f3d3d43f85b10123 Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
* Define a domain for the bootanim service.Stephen Smalley2013-12-121-0/+11
Leave the domain permissive initially until it gets more testing. Change-Id: I9d88d76d1ffdc79a2eff4545d37a9e615482df50 Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>