10 lines
327 B
Plaintext
10 lines
327 B
Plaintext
|
# ==============================================
|
||
|
# Common SEPolicy Rule
|
||
|
# ==============================================
|
||
|
|
||
|
# Date : WK16.33
|
||
|
# Purpose: Allow to access ged for gralloc_extra functions
|
||
|
allow drmserver proc_ged:file rw_file_perms;
|
||
|
|
||
|
# get prop to judge use 64-bit or not
|
||
|
get_prop(drmserver, vendor_mtk_prefer64_prop)
|