Merge "Add macro for framework type detection module"
This commit is contained in:
commit
70e43bc400
1 changed files with 12 additions and 0 deletions
12
generic/vendor/common/te_macros
vendored
12
generic/vendor/common/te_macros
vendored
|
@ -148,3 +148,15 @@ allow $1 $3:dir { create_dir_perms relabelto };
|
|||
# for writing files_moved so we only execute the move once
|
||||
allow $1 $3:file { create open write getattr relabelto };
|
||||
')
|
||||
|
||||
########################################
|
||||
# framework full value-add detection
|
||||
# Adds rules needed for client to use the framework detection module
|
||||
# to differentiate being an unmodified AOSP framework with baseline
|
||||
# AOSP functionality or one with modified AOSP providing full vendor
|
||||
# value-adds
|
||||
#
|
||||
# Placeholder - currently the detection mechanism does not require
|
||||
# any additional security permissions
|
||||
define(`use_vendor_fwk_detect', `
|
||||
')
|
||||
|
|
Loading…
Reference in a new issue