diff options
| author | Ricardo Cerqueira <ricardo@cyngn.com> | 2015-08-06 14:40:13 +0100 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2015-08-06 06:51:06 -0700 |
| commit | 75c4431451319f4ac1a017b3c28003c53fa6f3c2 (patch) | |
| tree | 0d5653dfbd0e8f7162210d2fdaf7e1fcbae05b01 | |
| parent | 515afd8c7b7cc7c8f318cf32c330c591340f7bea (diff) | |
init: Don't mess with dev/diag's perms
ueventd handles this _and_ 666 is too permissive.
Change-Id: I7d473bfb532513c4a1da57ec5d5f42e25b598170
Ref: CYNGNOS-702
| -rw-r--r-- | rootdir/etc/init.qcom.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 3bd40f3..9cf8223 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -180,7 +180,6 @@ on post-fs-data mkdir /data/data/media 0770 media media mkdir /data/diag_logs 0777 system system 5 - chmod 666 /dev/diag on early-boot # set RLIMIT_MEMLOCK to 64MB |
