diff options
| author | Bruno Martins <bgcngm@gmail.com> | 2018-10-09 15:48:02 +0200 |
|---|---|---|
| committer | firebird11 <hbgassel@gmail.com> | 2019-01-12 14:33:12 +0100 |
| commit | 9bcbbce6488880058bdebbeb3a5ae54ad1d00706 (patch) | |
| tree | edd3cf48177a47db3a69a7aa99bdaea9395f4095 | |
| parent | faca6dd84461af4180ac070f73bc670b1c9a0d3f (diff) | |
g3-common: rootdir: Remove /tombstones symlink creation
* This is now blocked by core SELinux policies, but we don't really care
enough to add a specific rule for it. Simply drop the symlink creation.
Change-Id: Ic328d060b8b318a111b2940f077c2435e1e8ed2a
| -rw-r--r-- | rootdir/etc/init.g3.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rootdir/etc/init.g3.rc b/rootdir/etc/init.g3.rc index ea8f288..f36a794 100644 --- a/rootdir/etc/init.g3.rc +++ b/rootdir/etc/init.g3.rc @@ -7,7 +7,6 @@ on early-init chmod 0755 /sys/kernel/debug mkdir /firmware 0771 system system - symlink /data/tombstones /tombstones # increase read ahead cache size write /sys/block/mmcblk0/bdi/read_ahead_kb 512 |
