rootdir: Change ownership of /data/vendor/tombstones to system
Change ownershiip of /data/vendor/tombstones to system Change-Id: Ia8583c48c80fc97d68df912f0672ff0cd2cb6510 Signed-off-by: DennySPb <dennyspb@gmail.com>
This commit is contained in:
parent
3762cdea9b
commit
50d7c3e65e
1 changed files with 3 additions and 0 deletions
|
@ -279,6 +279,9 @@ on post-fs-data
|
||||||
#Create westalgo dir
|
#Create westalgo dir
|
||||||
mkdir /data/vendor/camera/westalgo 0770 camera camera
|
mkdir /data/vendor/camera/westalgo 0770 camera camera
|
||||||
|
|
||||||
|
# Change ownership to system
|
||||||
|
chown system system /data/vendor/tombstones
|
||||||
|
|
||||||
mkdir /data/vendor/ramdump 0771 root system
|
mkdir /data/vendor/ramdump 0771 root system
|
||||||
mkdir /data/vendor/bluetooth 0770 bluetooth bluetooth
|
mkdir /data/vendor/bluetooth 0770 bluetooth bluetooth
|
||||||
mkdir /data/vendor/ramdump/bluetooth 0770 bluetooth bluetooth
|
mkdir /data/vendor/ramdump/bluetooth 0770 bluetooth bluetooth
|
||||||
|
|
Loading…
Reference in a new issue