Merge "Revert "Allow hal_face to write to /data/vendor/camera_calibration/*."" am: f4362c08c7
am: 199db0ceb1
Change-Id: Icce34a06c681b8d3717061c31d142622acbfd979
This commit is contained in:
commit
1710bbd6fe
5 changed files with 0 additions and 14 deletions
|
@ -5,7 +5,6 @@
|
|||
(typeattribute new_objects)
|
||||
(typeattributeset new_objects
|
||||
( new_objects
|
||||
camera_calibration_vendor_data_file
|
||||
ctl_apexd_prop
|
||||
device_config_sys_traced_prop
|
||||
runtime_apex_dir
|
||||
|
|
|
@ -540,9 +540,6 @@
|
|||
/data/vendor_de/[0-9]+/facedata(/.*)? u:object_r:face_vendor_data_file:s0
|
||||
/data/vendor_ce/[0-9]+/facedata(/.*)? u:object_r:face_vendor_data_file:s0
|
||||
|
||||
# Directory for (auto)calibration file(s)
|
||||
/data/vendor/camera_calibration(/.*)? u:object_r:camera_calibration_vendor_data_file:s0
|
||||
|
||||
# Iris vendor data file
|
||||
/data/vendor_de/[0-9]+/irisdata(/.*)? u:object_r:iris_vendor_data_file:s0
|
||||
|
||||
|
|
|
@ -406,8 +406,6 @@ type app_fuse_file, file_type, data_file_type, core_data_file_type, mlstrustedob
|
|||
type face_vendor_data_file, file_type, data_file_type;
|
||||
# Type for iris template file
|
||||
type iris_vendor_data_file, file_type, data_file_type;
|
||||
# Type for calibration template file
|
||||
type camera_calibration_vendor_data_file, file_type, data_file_type;
|
||||
|
||||
# Socket types
|
||||
type adbd_socket, file_type, coredomain_socket;
|
||||
|
|
|
@ -10,7 +10,3 @@ allow hal_face ion_device:chr_file r_file_perms;
|
|||
# Allow read/write access to the face template directory.
|
||||
allow hal_face face_vendor_data_file:file create_file_perms;
|
||||
allow hal_face face_vendor_data_file:dir rw_dir_perms;
|
||||
|
||||
# Allow writing new camera calibrations
|
||||
allow hal_face camera_calibration_vendor_data_file:dir rw_dir_perms;
|
||||
allow hal_face camera_calibration_vendor_data_file:file create_file_perms;
|
||||
|
|
4
vendor/hal_camera_default.te
vendored
4
vendor/hal_camera_default.te
vendored
|
@ -9,7 +9,3 @@ allow hal_camera_default fwk_sensor_hwservice:hwservice_manager find;
|
|||
# For collecting bugreports.
|
||||
allow hal_camera_default dumpstate:fd use;
|
||||
allow hal_camera_default dumpstate:fifo_file write;
|
||||
|
||||
# Allow reading camera calibrations
|
||||
allow hal_camera_default camera_calibration_vendor_data_file:dir search;
|
||||
allow hal_camera_default camera_calibration_vendor_data_file:file r_file_perms;
|
||||
|
|
Loading…
Reference in a new issue