diff options
author | intervigilium <intervigil@gmail.com> | 2017-12-31 12:05:16 +0000 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-07 11:07:17 +0200 |
commit | 7475ae1ef98f1769a8a6894a55c285cb11132e5c (patch) | |
tree | ddd110c5a705615889b7da9fd17a94ac950b4b10 /rootdir/ueventd.qcom.rc | |
parent | c0bf6c0f64820b6660716779b01225a509116e9c (diff) |
shinano-common: Replace QCOM group identifiers with oem_XXXX
* config.fs doesn't give the ability to add AIDs to Android init such
that they can can actually be used in init scripts.
* Replace instances of qcom_diag, rfs, rfs_shared with the appropriate
IDs (2950, 3012, 3013)
Change-Id: Ided896c4ee051a9bc19fd61ae6e03624f2d54cf3
Diffstat (limited to 'rootdir/ueventd.qcom.rc')
-rw-r--r-- | rootdir/ueventd.qcom.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/ueventd.qcom.rc b/rootdir/ueventd.qcom.rc index 7200364..bfb831d 100644 --- a/rootdir/ueventd.qcom.rc +++ b/rootdir/ueventd.qcom.rc @@ -27,7 +27,7 @@ # # the DIAG device node is not world writable/readable. -/dev/diag 0660 system qcom_diag +/dev/diag 0660 system oem_2950 /dev/genlock 0666 system system /dev/kgsl 0666 system system |