From a363683c5769c992fe16625ff5fb68e77c5f1dfc Mon Sep 17 00:00:00 2001 From: rpcraig <rpcraig@tycho.ncsc.mil> Date: Fri, 24 Aug 2012 08:11:09 -0400 Subject: [PATCH] Add tf_daemon labeling support. --- file_contexts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/file_contexts b/file_contexts index a6f0323d2..8876bfe96 100644 --- a/file_contexts +++ b/file_contexts @@ -72,6 +72,7 @@ /dev/socket/zygote u:object_r:zygote_socket:s0 /dev/spdif_out.* u:object_r:audio_device:s0 /dev/tegra.* u:object_r:video_device:s0 +/dev/tf_driver u:object_r:tee_device:s0 /dev/tty[0-9]* u:object_r:tty_device:s0 /dev/ttyS[0-9]* u:object_r:serial_device:s0 /dev/uinput u:object_r:input_device:s0 @@ -106,6 +107,7 @@ /system/bin/dhcpcd u:object_r:dhcp_exec:s0 /system/bin/mtpd u:object_r:mtp_exec:s0 /system/bin/pppd u:object_r:ppp_exec:s0 +/system/bin/tf_daemon u:object_r:tee_exec:s0 /system/etc/ppp(/.*)? u:object_r:ppp_system_file:s0 /system/etc/dhcpcd(/.*)? u:object_r:dhcp_system_file:s0 /system/xbin/su u:object_r:su_exec:s0 -- GitLab