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:
dhacker29 2013-08-20 00:10:41 -05:00 committed by roynatech2544
commit 94ca3b4cde

View file

@ -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