Revert "CastAuth: SELinux rules for the MediaDrm plugin"
This reverts commit c579440a1f
.
Reason for revert: Broke continuous build
Bug: 250900568
Change-Id: I69982e605c645373c38040d4b8527180a4efcecc
This commit is contained in:
parent
bf74335744
commit
fae580c5ce
4 changed files with 0 additions and 19 deletions
3
vendor/file.te
vendored
3
vendor/file.te
vendored
|
@ -1,5 +1,2 @@
|
|||
#Pogo USB control & status
|
||||
type sysfs_pogo_usb, sysfs_type, fs_type;
|
||||
|
||||
# Cast device certificate
|
||||
type device_cert_file, file_type, vendor_persist_type;
|
||||
|
|
4
vendor/file_contexts
vendored
4
vendor/file_contexts
vendored
|
@ -9,7 +9,3 @@
|
|||
|
||||
# Privacy LED
|
||||
/vendor/bin/hw/android\.hardware\.lights-service\.tangorpro u:object_r:hal_light_default_exec:s0
|
||||
|
||||
# Cast Factory Credentials
|
||||
/vendor/bin/hw/android\.hardware\.drm-service\.castkey u:object_r:hal_drm_cast_exec:s0
|
||||
/mnt/vendor/persist/nest/cast_auth\.crt u:object_r:device_cert_file:s0
|
||||
|
|
10
vendor/hal_drm_cast.te
vendored
10
vendor/hal_drm_cast.te
vendored
|
@ -1,10 +0,0 @@
|
|||
type hal_drm_cast, domain;
|
||||
type hal_drm_cast_exec, exec_type, vendor_file_type, file_type;
|
||||
|
||||
init_daemon_domain(hal_drm_cast)
|
||||
hal_server_domain(hal_drm_cast, hal_drm)
|
||||
|
||||
allow hal_drm_cast mnt_vendor_file:dir search;
|
||||
allow hal_drm_cast persist_file:dir search;
|
||||
allow hal_drm_cast device_cert_file:file r_file_perms;
|
||||
neverallow { domain -init -vendor_init -hal_drm_cast } device_cert_file:file no_rw_file_perms;
|
2
vendor/service_contexts
vendored
2
vendor/service_contexts
vendored
|
@ -1,2 +0,0 @@
|
|||
# Cast Factory Credentials
|
||||
android.hardware.drm.IDrmFactory/castkey u:object_r:hal_drm_service:s0
|
Loading…
Add table
Add a link
Reference in a new issue