| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
| |
Recent changes have obsoleted the need to call
restorecon on any of /data files and dirs. This
patch drops those restorecons from the file.
|
| |
|
|
|
|
| |
From Android 5.0, these are present in the main init.rc file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently, we do the following sequence on every bootup:
1. mount /factory ro (fstab)
2. remount /factory as rw
3. update selinux labels on the partition
4. remount /factory as ro
By mounting /factory in rw mode from the fstab, we can avoid the second step,
simplifying the bootup sequence.
Also replaced the restorecons with one restorecon_recursive,
which does the same task in one line.
And lastly, removed some unnecessary chown/chmods - remounting
does not overwrite the permissions and the owner.
|
|
|
|
|
|
|
|
| |
Otherwise on toro you get:
D/TelephonyManager( 131): No /proc/cmdline exception=java.io.FileNotFoundException:
/proc/cmdline: open failed: EACCES (Permission denied)
Change-Id: I2685959d485be3e29a738bc6287fdd99dc52b771
|
|
|
|
|
|
|
|
|
|
| |
HUGE thank you to @stargo for figuring this out.
Conflicts:
device.mk
rootdir/init.tuna.rc
Change-Id: I88c9c8f63a85b533bfbb459b2042aedda90ac0d8
|
|
|
|
|
|
|
| |
Change-Id: Iff82f5be1b25c4806e842319fb5b333d9a8223a0
Conflicts:
device.mk
|
|
|
|
|
|
| |
Tested with ntfs and worked great.
Change-Id: I18d562db32738274d9b472305b8d6ada6f2af60f
|
|
Change-Id: I6341fd2da5941d6e6861c499aa65656b1fcd2d65
|