Add initial QTI SEPolicy for Oplus

Change-Id: Ib06cada5e7031d1f95976bf48a6a8475a835c9a4
This commit is contained in:
Alexander Koskovich
2022-04-11 23:12:38 -07:00
committed by LuK1337
parent d3d75f3ddd
commit eb50d7c01c
32 changed files with 304 additions and 0 deletions

21
sepolicy/qti/vendor/file.te vendored Normal file
View File

@@ -0,0 +1,21 @@
# Alert Slider
type vendor_proc_tri_state_key, fs_type, proc_type;
# Camera
type vendor_persist_camera_file, file_type;
# Charging
type vendor_proc_wireless, fs_type, proc_type;
# Display
type vendor_proc_display, fs_type, proc_type;
# Engineering
type vendor_persist_engineer_file, file_type;
type vendor_proc_engineer, fs_type, proc_type;
# Fingerprint
type vendor_proc_fingerprint, fs_type, proc_type;
# Versioning
type vendor_proc_oplus_version, fs_type, proc_type;