mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_rosemary
synced 2026-01-27 13:35:09 +00:00
rosemary: sepolicy: Correctly label non-vendor data types
* Data outside /data/vendor must have the core_data_file_type attribute. Test: build (this is a build time test) Bug: 34980020 Change-Id: I372c80da64abc26d8dd1478d208074de25d88357
This commit is contained in:
committed by
Matsvei Niaverau
parent
a21878ca31
commit
b9edb74e6a
2
sepolicy/vendor/file.te
vendored
2
sepolicy/vendor/file.te
vendored
@@ -2,7 +2,7 @@
|
||||
type persist_camera_data_file, data_file_type, file_type;
|
||||
|
||||
# Fingerprint
|
||||
type vendor_fingerprint_data_file, data_file_type, file_type;
|
||||
type vendor_fingerprint_data_file, core_data_file_type, data_file_type, file_type;
|
||||
type vendor_fingerprint_device, dev_type;
|
||||
type sysfs_fingerprint, fs_type, sysfs_type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user