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]
|
||||
Description=mount android parts
|
||||
After=systemd-udev-settle.service local-fs.target
|
||||
After=systemd-remount-fs.service local-fs.target
|
||||
Before=lxc-android.service
|
||||
Wants=systemd-udev-settle.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ ACTION=="add", KERNEL=="log_radio", SYMLINK+="alog/radio"
|
|||
ACTION=="add", KERNEL=="log_events", SYMLINK+="alog/events"
|
||||
|
||||
# system devices
|
||||
ACTION=="add", KERNEL=="binder", MODE="0666"
|
||||
#in device specific rules file ACTION=="add", KERNEL=="binder", MODE="0666"
|
||||
|
||||
# graphics devices
|
||||
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"
|
||||
|
||||
# misc devices
|
||||
ACTION=="add", KERNEL=="alarm", OWNER="system", GROUP="users", MODE="0660"
|
||||
ACTION=="add", KERNEL=="uhid", OWNER="system", GROUP="system", MODE="0660"
|
||||
ACTION=="add", KERNEL=="alarm", OWNER="aid_system", GROUP="users", 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"
|
||||
|
||||
# memory
|
||||
ACTION=="add", KERNEL=="ashmem", OWNER="system", GROUP="system", MODE="0666"
|
||||
ACTION=="add", KERNEL=="ashmem", OWNER="aid_system", GROUP="aid_system", MODE="0666"
|
||||
|
||||
# rfkill
|
||||
ACTION=="add", KERNEL=="rfkill", GROUP="aid_input", MODE="0660"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue