summaryrefslogtreecommitdiff
path: root/udev_node.c
AgeCommit message (Collapse)Author
2006-08-18selinux: init once in the daemon, not in every event processHarald Hoyer
2006-06-14don't remove symlinks if they are already thereKay Sievers
Consecutive "add" events will not remove and recreate the same symlinks anymore. No longer valid links, like after changing a filesystem label, will still be removed.
2006-04-15udevtest: don't try to delete symlinksKay Sievers
2006-04-15apply format char to variables exported by ENVKay Sievers
2006-04-12remove old symlinks before creating current onesKay Sievers
This will prevent incorrect symlinks when a filesystem label is changed and the event is triggered again from sysfs.
2006-04-05merge device event handling and make database content available on "remove"Kay Sievers