Merge "Add macro for framework type detection module"

This commit is contained in:
qctecmdr Service 2018-12-17 01:09:00 -08:00 committed by Gerrit - the friendly Code Review server
commit 70e43bc400

View file

@ -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', `
')