[ALPS04416069] add sepolicy for streaming playback
[Detail] add ioctl sepolicy extension for mediaserver and platform_app MTK-Commit-Id: 3991f29fab0fcb0f710c2f2ca0d0a902982b963a Change-Id: I49a787c2451b2655a343a73e7f9cf678f1f0bdc1 CR-Id: ALPS04416069 Feature: [Module]Video Driver
This commit is contained in:
parent
46302b2c36
commit
99aeb78cbb
@ -316,6 +316,12 @@ allow mediaserver camera_mfb_device:chr_file rw_file_perms;
|
||||
# Purpose : Allow permgr access
|
||||
allow mediaserver proc_perfmgr:dir {read search};
|
||||
allow mediaserver proc_perfmgr:file {open read ioctl};
|
||||
allowxperm mediaserver proc_perfmgr:file ioctl {
|
||||
GED_BRIDGE_IO_BOOST_GPU_FREQ
|
||||
GED_BRIDGE_IO_IOCTLCMD_0F
|
||||
GED_BRIDGE_IO_LOG_BUF_WRITE
|
||||
GED_BRIDGE_IO_IOCTLCMD_10
|
||||
};
|
||||
|
||||
# Date : WK18.18
|
||||
# Operation : Migration
|
||||
|
@ -109,3 +109,5 @@ get_prop(platform_app, mobile_log_prop)
|
||||
|
||||
get_prop(platform_app, vendor_connsysfw_prop)
|
||||
|
||||
allow platform_app proc_ged:file ioctl;
|
||||
allowxperm platform_app proc_ged:file ioctl { GED_BRIDGE_IO_GE_ALLOC };
|
||||
|
Loading…
x
Reference in New Issue
Block a user