sepolicy: qti: Add rules for vendor.oplus.hardware.oplusSensor
Change-Id: I3f51f2586e0af11749bd2cdb5a744b7b2fcb283d
This commit is contained in:
9
sepolicy/qti/vendor/te_macros
vendored
9
sepolicy/qti/vendor/te_macros
vendored
@@ -1,3 +1,12 @@
|
||||
#####################################
|
||||
# vendor_hal_attribute(hal_name)
|
||||
# Add an attribute for vendor hal implementations.
|
||||
define(`vendor_hal_attribute', `
|
||||
attribute vendor_hal_$1;
|
||||
attribute vendor_hal_$1_client;
|
||||
attribute vendor_hal_$1_server;
|
||||
')
|
||||
|
||||
#####################################
|
||||
# rw_dir_file(domain, type)
|
||||
# Allow the specified domain to read directories and rw files
|
||||
|
||||
Reference in New Issue
Block a user