mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: rootdir: Allow telephony access to proc/cmdline
`D/TelephonyManager( 131): No /proc/cmdline exception=java.io.FileNotFoundException: /proc/cmdline: open failed: EACCES (Permission denied)` Change-Id: I2685959d485be3e29a738bc6287fdd99dc52b771 Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
c01abf68d7
commit
94ca3b4cde
1 changed files with 3 additions and 0 deletions
|
|
@ -398,6 +398,9 @@ on boot
|
|||
chmod 0660 /sys/class/sec/switch/uart_sel
|
||||
chown system system /sys/class/sec/switch/uart_sel
|
||||
|
||||
# Prevents permission denied error for telephony
|
||||
chmod 0644 /proc/cmdline
|
||||
|
||||
on fs
|
||||
mount_all /vendor/etc/fstab.${ro.hardware}
|
||||
# We need to seperate mounting SEC_EFS partition from fstab file due to GSI image loading case
|
||||
|
|
|
|||
Loading…
Reference in a new issue