Files
device_google_wahoo/sepolicy/public/init_elabel.te
Nick Kralevich 187047b279 Add system_file_type
This file resides on /system, so must be annotated with the
system_file_type attribute.

Test: Policy compiles.
Change-Id: Ic834caefe1417465ac842ddce909e968511f45b2
2018-09-27 17:37:57 -07:00

8 lines
215 B
Plaintext

# /system/bin/init.elabel.sh
#
# write data from /persist/elabel to /data/misc/elabel for use by
# settings app
#
type init_elabel, domain, coredomain;
type init_elabel_exec, system_file_type, exec_type, file_type;