mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-common: rootdir: Do not symlink sdcard legacy path
Solves the following denial. denied { write } for pid=548 comm="init" name="storage" dev="rootfs" ino=15996 scontext=u:r:vendor_init:s0 tcontext=u:object_r:rootfs:s0 tclass=dir permissive=0 Change-Id: If246f497bd8384f0fee81469d8d29dcb528d4d4e
This commit is contained in:
parent
f851456f2d
commit
2b78290510
1 changed files with 0 additions and 4 deletions
|
@ -44,10 +44,6 @@ on early-init
|
||||||
chmod 0444 /proc/cmdline
|
chmod 0444 /proc/cmdline
|
||||||
|
|
||||||
on init
|
on init
|
||||||
# Support legacy paths
|
|
||||||
symlink /sdcard /mnt/sdcard
|
|
||||||
symlink /sdcard /storage/sdcard0
|
|
||||||
|
|
||||||
write /proc/sys/vm/page-cluster 0
|
write /proc/sys/vm/page-cluster 0
|
||||||
|
|
||||||
on fs
|
on fs
|
||||||
|
|
Loading…
Reference in a new issue