mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
am 92218d70
: Merge "Camera: modify /persist/camera_calibration permission" into jb-mr2-dev
* commit '92218d70cb4bdab407292f2922286c0d50ba8392': Camera: modify /persist/camera_calibration permission
This commit is contained in:
commit
a98d916a1a
1 changed files with 3 additions and 0 deletions
|
@ -180,6 +180,9 @@ on post-fs-data
|
|||
mkdir /persist/sensors
|
||||
chmod 775 /persist/sensors
|
||||
|
||||
# Modify from 777 (for camera calibration) to 775
|
||||
chmod 775 /persist/camera_calibration
|
||||
|
||||
#Provide the access to hostapd.conf only to root and group
|
||||
chmod 0660 /data/hostapd/hostapd.conf
|
||||
|
||||
|
|
Loading…
Reference in a new issue