summaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2004-12-18 11:34:17 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:17:47 -0700
commit8b36cc0f179ee35176016ab67ae53078df4110fa (patch)
treec61be5ec5a18ee0f9050c2f0b2917e0ed06f1853 /FAQ
parent3ac0326962c93f381bec325583e26f47fb7d4833 (diff)
[PATCH] complete removal of explicit udev permissions config file
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ4
1 files changed, 0 insertions, 4 deletions
diff --git a/FAQ b/FAQ
index 45337bf635..bd9d63a4d5 100644
--- a/FAQ
+++ b/FAQ
@@ -72,10 +72,6 @@ A: udev is entirely in userspace. If the kernel supports a greater number
Q: Will udev support symlinks?
A: Yes, It now does. Multiple symlinks per device node too.
-Q: How will udev support changes to device permissions?
-A: On shutdown, udev will save the state of existing device permissions to
- its database, and then used the on the next boot time.
-
Q: How will udev handle the /dev filesystem?
A: /dev can be a ramfs, or a backing filesystem. udev does not care what
kind of filesystem it runs on.