summaryrefslogtreecommitdiff
path: root/src/udev/udev-node.c
AgeCommit message (Expand)Author
2015-03-27Remove hardcoded path /run and configure using --with-rootrundir=David Cortarello
2015-01-25Assorted format fixesZbigniew Jędrzejewski-Szmek
2014-12-01treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-10-31src/udev/udev-node.c: fix selinux labelAnthony G. Basile
2014-10-25selinux: clean up selinux label function namingLennart Poettering
2014-10-25smack: rework smack APIs a bitLennart Poettering
2014-10-25mac: rename all calls that apply a label mac_{selinux|smack}_apply_xyz(), and...Lennart Poettering
2014-10-25mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho
2014-09-18src/udev/udev-node.c: replace our error handling with upstreamsAnthony G. Basile
2014-09-17libudev: util - drop util_delete_path()Tom Gundersen
2014-07-30udev: place opening { at the same line as the function declarationKay Sievers
2014-04-24src/udev: code cleanupAnthony G. Basile
2014-03-21fixed gcc warnings that call returns not checkedlhb-jr
2014-01-13src/udev: bring up to date with upstream.Anthony G. Basile
2014-01-09smack: minimize ifdef use, and move all labeling to smack-util.cKay Sievers
2014-01-09security: rework selinux, smack, ima, apparmor detection logicLennart Poettering
2014-01-09udev: add SECLABEL{selinux}= supportKay Sievers
2014-01-09udev: reset Linux Security Module labels if no custom rules are givenKay Sievers
2014-01-09udev: support custom Linux Security Module labels for device nodesKay Sievers
2013-07-07Import strxcpyx from upstreamAnthony G. Basile
2013-04-02udev: updateAnthony G. Basile
2013-01-28Set device node permissions only at "add" eventsIan Stakenvicius
2012-11-18Fix unused result warningsKacper Kowalik (Xarthisius)
2012-11-12use the same email address everywhereKay Sievers
2012-10-08udev: remove SYMLINK "unique" optionKay Sievers
2012-08-10udev: export udev_device_new_from_device_id()Kay Sievers
2012-07-15udev: get rid of TEST_PREFIX and use unshare() to fake /sys, /dev, /runKay Sievers
2012-07-09udev: never touch device nodes with symlink requestsKay Sievers
2012-07-03mount-setup: don't complain if we try to fix the label of a dir beneath a mou...Lennart Poettering
2012-06-05udev: remove remaining selinux labeling for file in /runKay Sievers
2012-05-31mkdir: append _label to all mkdir() calls that explicitly set the selinux con...Kay Sievers
2012-04-17selinux: unify systemd and udev codeKay Sievers
2012-04-17udev: replace util_create_path() with mkdir_parents()Kay Sievers
2012-04-16udev: remove configuration options for /dev, /sys, /run directoriesKay Sievers
2012-04-10udev: fix gcc warnings showing up after adding $(AM_CFLAGS)Kay Sievers
2012-04-08udev: switch to systemd logging functionsKay Sievers
2012-04-04move imported udev into placeKay Sievers