Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54b47105 authored by Kevin Cernekee's avatar Kevin Cernekee Committed by android-build-merger
Browse files

Merge "ueventd.rc: Document the different rule formats for /dev and /sys nodes"

am: fa432b0e

* commit 'fa432b0e':
  ueventd.rc: Document the different rule formats for /dev and /sys nodes
parents 2feb98ea fa432b0e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
subsystem adf
	devname uevent_devname

# ueventd can only set permissions on device nodes and their associated
# sysfs attributes, not on arbitrary paths.
#
# format for /dev rules: devname mode uid gid
# format for /sys rules: nodename attr mode uid gid
# shortcut: "mtd@NN" expands to "/dev/mtd/mtdNN"

/dev/null                 0666   root       root
/dev/zero                 0666   root       root
/dev/full                 0666   root       root