diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2004-10-18 20:51:13 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 22:02:46 -0700 |
commit | 9cd1b46a138dbdd6c3fad2e23f88e34740b3a054 (patch) | |
tree | f833f5c2529e8cc86465168bf896f3d8d52701aa /udev.8.in | |
parent | 1da6b0d0a71960f49e1ecf8bd9f1bc9e14c2b90e (diff) | |
download | systemd-9cd1b46a138dbdd6c3fad2e23f88e34740b3a054.tar.gz systemd-9cd1b46a138dbdd6c3fad2e23f88e34740b3a054.tar.bz2 systemd-9cd1b46a138dbdd6c3fad2e23f88e34740b3a054.zip |
[PATCH] $local user
We once implemented the devfsd feature to set the owner of a device node
to the "local" user. This was before we had the dev.d/ scripts. We discussed
a similar issue with D-BUS recently and this should be better handled depending
on the distributions way to do such a thing.
I'm for removing this here as this can be easily covered by a dev.d/
script.
Here is the patch if nobody objects :)
Diffstat (limited to 'udev.8.in')
-rw-r--r-- | udev.8.in | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -335,17 +335,6 @@ video*:root:video:0660 dsp1:::0666 .fi .P -The value -.I $local -can be used instead of a specific username. In that case, udev will determine -the current local user at the time of device node creation and substitute -that username as the owner of the new device node. This is useful, for -example, to let hot-plugged devices, such as cameras, be owned by the user at -the current console. Note that if no user is currently logged in, or if udev -otherwise fails to determine a current user, the -.I default_owner -value is used in lieu. -.P A number of different fields in the above configuration files support a simple form of shell style pattern matching. It supports the following pattern characters: .TP |