This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
device_oneplus_avicii-Cheri…/sepolicy/private/keyhandler_app.te
LuK1337 c10d1efc92 sm8250-common: Adjust for recent tri state key changes
tri-state-key package has been integrated into KeyHandler app, and
KeyHandler itself no longer needs to be added to lineage-sdk overlays.

Change-Id: I13b8f05e8e0b036c9303a01ec0c7e2d99b6756f7
2021-10-20 21:34:15 +02:00

11 lines
347 B
Plaintext

type keyhandler_app, domain;
app_domain(keyhandler_app)
allow keyhandler_app self:netlink_kobject_uevent_socket { read bind setopt create };
allow keyhandler_app app_api_service:service_manager find;
allow keyhandler_app system_app_data_file:dir create_dir_perms;
allow keyhandler_app system_app_data_file:{ file lnk_file } create_file_perms;