sepolicy: drop LOS FOD rules

* rip a11 fod

Change-Id: I1134fa4eb9dec691b55ff06e806a551c53cffb84
Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
This commit is contained in:
Omkar Chandorkar 2022-06-29 21:13:42 +09:00
parent 4c3e6fb69b
commit 70f7ee3ee9
No known key found for this signature in database
GPG Key ID: 95A33FD984777F70
7 changed files with 0 additions and 29 deletions

View File

@ -1,5 +1,2 @@
# FOD
/(system|system_ext|system/system_ext)/bin/hw/vendor.aospa.biometrics.fingerprint.inscreen@1.0-service u:object_r:vendor_fod_aospa_exec:s0
# Pocket Judge
/sys/kernel/pocket_judge(/.*)? u:object_r:pocket_judge_sysfs:s0

View File

@ -1,5 +1,2 @@
# FOD
vendor.aospa.biometrics.fingerprint.inscreen::IFingerprintInscreen u:object_r:vendor_fod_hwservice:s0
# Power
vendor.aospa.power::IPowerFeature u:object_r:hal_power_hwservice:s0

View File

@ -1,3 +0,0 @@
# Allow FOD HAL service to be found.
hal_client_domain(platform_app, vendor_fod)
binder_call(platform_app, vendor_fod_aospa)

View File

@ -1,6 +1,3 @@
# FOD
hal_client_domain(system_server, vendor_fod)
# Pocket Judge
allow system_server pocket_judge_sysfs:dir search;
allow system_server pocket_judge_sysfs:file rw_file_perms;

View File

@ -1,13 +0,0 @@
type vendor_fod_aospa, domain, coredomain;
type vendor_fod_aospa_exec, system_file_type, exec_type, file_type;
hal_server_domain(vendor_fod_aospa,vendor_fod);
hal_attribute_hwservice(vendor_fod, vendor_fod_hwservice);
# Allow for transition from init domain to FOD.
init_daemon_domain(vendor_fod_aospa);
# Allow binder communication with platform applications, servicemanager & system server.
binder_call(system_server, vendor_fod_aospa)
binder_call(vendor_fod_aospa, platform_app)
binder_use(vendor_fod_aospa)

View File

@ -1,3 +0,0 @@
attribute vendor_fod;
attribute vendor_fod_server;
attribute vendor_fod_client;

View File

@ -1 +0,0 @@
type vendor_fod_hwservice, hwservice_manager_type, protected_hwservice;