Fixing some missing groups
This commit is contained in:
parent
b8b5c7ef2c
commit
022623e2c9
2 changed files with 5 additions and 6 deletions
|
|
@ -1,8 +1,7 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=mount android parts
|
Description=mount android parts
|
||||||
After=systemd-udev-settle.service local-fs.target
|
After=systemd-remount-fs.service local-fs.target
|
||||||
Before=lxc-android.service
|
Before=lxc-android.service
|
||||||
Wants=systemd-udev-settle.service
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ ACTION=="add", KERNEL=="log_radio", SYMLINK+="alog/radio"
|
||||||
ACTION=="add", KERNEL=="log_events", SYMLINK+="alog/events"
|
ACTION=="add", KERNEL=="log_events", SYMLINK+="alog/events"
|
||||||
|
|
||||||
# system devices
|
# system devices
|
||||||
ACTION=="add", KERNEL=="binder", MODE="0666"
|
#in device specific rules file ACTION=="add", KERNEL=="binder", MODE="0666"
|
||||||
|
|
||||||
# graphics devices
|
# graphics devices
|
||||||
SUBSYSTEM=="graphics", KERNEL=="*", SYMLINK+="graphics/%k"
|
SUBSYSTEM=="graphics", KERNEL=="*", SYMLINK+="graphics/%k"
|
||||||
|
|
@ -15,12 +15,12 @@ SUBSYSTEM=="graphics", KERNEL=="*", SYMLINK+="graphics/%k"
|
||||||
ACTION=="add", KERNEL=="event[0-9]*", GROUP="aid_input", MODE="0660"
|
ACTION=="add", KERNEL=="event[0-9]*", GROUP="aid_input", MODE="0660"
|
||||||
|
|
||||||
# misc devices
|
# misc devices
|
||||||
ACTION=="add", KERNEL=="alarm", OWNER="system", GROUP="users", MODE="0660"
|
ACTION=="add", KERNEL=="alarm", OWNER="aid_system", GROUP="users", MODE="0660"
|
||||||
ACTION=="add", KERNEL=="uhid", OWNER="system", GROUP="system", MODE="0660"
|
ACTION=="add", KERNEL=="uhid", OWNER="aid_system", GROUP="aid_system", MODE="0660"
|
||||||
ACTION=="add", KERNEL=="mtp_usb", OWNER="root", GROUP="plugdev", MODE="0660"
|
ACTION=="add", KERNEL=="mtp_usb", OWNER="root", GROUP="plugdev", MODE="0660"
|
||||||
|
|
||||||
# memory
|
# memory
|
||||||
ACTION=="add", KERNEL=="ashmem", OWNER="system", GROUP="system", MODE="0666"
|
ACTION=="add", KERNEL=="ashmem", OWNER="aid_system", GROUP="aid_system", MODE="0666"
|
||||||
|
|
||||||
# rfkill
|
# rfkill
|
||||||
ACTION=="add", KERNEL=="rfkill", GROUP="aid_input", MODE="0660"
|
ACTION=="add", KERNEL=="rfkill", GROUP="aid_input", MODE="0660"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue