mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Bug: 62837579 Test: place test files in /persist/elabel, check that they are copied to /data/misc/elabel on boot Change-Id: Id29e7c7c01ed54bf4d2f488cfa6dba51046bc5bf Merged-In: Id29e7c7c01ed54bf4d2f488cfa6dba51046bc5bf
13 lines
360 B
Plaintext
13 lines
360 B
Plaintext
# /system/bin/init.elabel.sh
|
|
#
|
|
# write data from /persist/elabel to /data/misc/elabel for use by
|
|
# settings app
|
|
#
|
|
init_daemon_domain(init_elabel)
|
|
|
|
allow init_elabel shell_exec:file rx_file_perms;
|
|
allow init_elabel toolbox_exec:file rx_file_perms;
|
|
|
|
allow init_elabel elabel_data_file:dir rw_dir_perms;
|
|
allow init_elabel elabel_data_file:file create_file_perms;
|