diff options
| author | Alin Jerpelea <alin.jerpelea@sony.com> | 2018-09-10 13:20:05 +0200 |
|---|---|---|
| committer | celtare21 <celtare21@gmail.com> | 2019-06-14 13:58:24 +0300 |
| commit | b7b2ebcf24b969185e6940826e1a2f85baf1e67f (patch) | |
| tree | d25b6a366bbe39ca0a846ad1b11aa68e46043db8 /rootdir | |
| parent | 3132898148948a99d6abd15629a3903137e8f1a7 (diff) | |
move the bluetooth mac address to /data/vendor
This change is necessary for selinux permisisons
Change-Id: I67c3b1272ef147a440279d7f20418f1e268508d9
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
Signed-off-by: celtare21 <celtare21@gmail.com>
Diffstat (limited to 'rootdir')
| -rw-r--r-- | rootdir/etc/init.mata.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rootdir/etc/init.mata.rc b/rootdir/etc/init.mata.rc index ece40d98..35b7ad90 100644 --- a/rootdir/etc/init.mata.rc +++ b/rootdir/etc/init.mata.rc @@ -268,6 +268,9 @@ on post-fs-data chown root system /dev/sensors chmod 660 /dev/sensors + # Create directory used by bluetooth subsystem + mkdir /data/vendor/bluetooth 2770 bluetooth bluetooth + # Create netmgr log dir mkdir /data/vendor/netmgr 0770 radio radio chmod 0770 /data/vendor/netmgr |
