diff options
author | Ziyan <jaraidaniel@gmail.com> | 2014-11-28 01:12:00 +0100 |
---|---|---|
committer | Ziyan <jaraidaniel@gmail.com> | 2014-12-13 00:39:23 +0100 |
commit | 68b7f3c40c78d60ffc654e82ce433def7028721a (patch) | |
tree | 2a94f157198efa552df45bb6b3752589135695d9 /rootdir | |
parent | 3bac8da83f338f01ebe877313714ff665931c594 (diff) | |
download | device_samsung_tuna-68b7f3c40c78d60ffc654e82ce433def7028721a.zip device_samsung_tuna-68b7f3c40c78d60ffc654e82ce433def7028721a.tar.gz device_samsung_tuna-68b7f3c40c78d60ffc654e82ce433def7028721a.tar.bz2 |
tuna: drop restorecons from init.tuna.rc file
Recent changes have obsoleted the need to call
restorecon on any of /data files and dirs. This
patch drops those restorecons from the file.
Diffstat (limited to 'rootdir')
-rwxr-xr-x | rootdir/init.tuna.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rootdir/init.tuna.rc b/rootdir/init.tuna.rc index 79e20d1..a2cb446 100755 --- a/rootdir/init.tuna.rc +++ b/rootdir/init.tuna.rc @@ -34,7 +34,6 @@ on post-fs-data # camera calibration mkdir /data/misc/camera 0770 media media mkdir /data/misc/camera/R5_MVEN003_LD2_ND0_IR0_SH0_FL1_SVEN003_DCCID1044 0770 media media - restorecon /data/misc/camera mkdir /data/radio 0775 radio radio mkdir /data/radio/log 0775 radio radio |