Skip to content
Snippets Groups Projects
Commit caa6a32d authored by Nick Kralevich's avatar Nick Kralevich
Browse files

initial inputflinger domain

Add a placeholder domain for inputflinger.
Mark it initially unconfined and enforcing.

Change-Id: I433fd9e1954486136cb8abb084b4e19bb7fc2f19
parent 96c266c3
No related branches found
No related tags found
No related merge requests found
...@@ -145,6 +145,7 @@ ...@@ -145,6 +145,7 @@
/system/bin/hostapd u:object_r:hostapd_exec:s0 /system/bin/hostapd u:object_r:hostapd_exec:s0
/system/bin/clatd u:object_r:clatd_exec:s0 /system/bin/clatd u:object_r:clatd_exec:s0
/system/bin/lmkd u:object_r:lmkd_exec:s0 /system/bin/lmkd u:object_r:lmkd_exec:s0
/system/bin/inputflinger u:object_r:inputflinger_exec:s0
############################# #############################
# Vendor files # Vendor files
# #
......
# inputflinger
type inputflinger, domain;
type inputflinger_exec, exec_type, file_type;
init_daemon_domain(inputflinger)
binder_use(inputflinger)
binder_service(inputflinger)
unconfined_domain(inputflinger)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment