1f93d9bca5
Bug: 279809333
Test: build
Change-Id: If6ef4c3b02d06212923e757fb68aa74e38c68db3
(cherry picked from commit 39dd515546
)
16 lines
407 B
Text
16 lines
407 B
Text
# inputflinger
|
|
type inputflinger, domain;
|
|
type inputflinger_exec, system_file_type, exec_type, file_type;
|
|
|
|
binder_use(inputflinger)
|
|
binder_service(inputflinger)
|
|
|
|
binder_call(inputflinger, system_server)
|
|
|
|
wakelock_use(inputflinger)
|
|
|
|
allow inputflinger input_device:dir r_dir_perms;
|
|
allow inputflinger input_device:chr_file rw_file_perms;
|
|
|
|
r_dir_file(inputflinger, cgroup)
|
|
r_dir_file(inputflinger, cgroup_v2)
|