sdm845-common: Make SELinux great again!

Change-Id: Id479e031b584b24f79377aa244add20903a42b02
This commit is contained in:
LuK1337
2019-09-09 21:49:32 +02:00
parent 1a7873d15d
commit b7127606f9
12 changed files with 24 additions and 13 deletions

View File

@@ -1,9 +1,12 @@
type hal_fod_sdm845, coredomain, domain;
hal_server_domain(hal_fod_sdm845, hal_lineage_fod)
type hal_fod_sdm845_exec, exec_type, file_type;
type hal_fod_sdm845_exec, system_file_type, exec_type, file_type;
init_daemon_domain(hal_fod_sdm845)
# Allow access to the HALs
hal_client_domain(hal_fod_sdm845, hal_fingerprint)
# Allow binder communication with hal_display_default
binder_call(hal_fod_sdm845, hal_display_default)