Create sepolicy for Pixel System Service
Having the dedicated domain for Pixel System Service instead of using platform_app. Test: m Bug: 274749278 Change-Id: I3ff6258f9370b59329f25a3f1275777243bc4bb1
This commit is contained in:
parent
d81adfa058
commit
9c20d62b3d
3 changed files with 13 additions and 0 deletions
6
pixelsystemservice/sepolicy/pixelsystemservice_app.te
Normal file
6
pixelsystemservice/sepolicy/pixelsystemservice_app.te
Normal file
|
@ -0,0 +1,6 @@
|
|||
type pixelsystemservice_app, domain, coredomain;
|
||||
|
||||
app_domain(pixelsystemservice_app);
|
||||
|
||||
# Standard system services
|
||||
allow pixelsystemservice_app app_api_service:service_manager find;
|
Loading…
Add table
Add a link
Reference in a new issue