summaryrefslogtreecommitdiffstats
path: root/src/udev/udev-node.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-3/+3
* tree-wide: replace all readdir cycles with FOREACH_DIRENT{,_ALL} (#4853)Reverend Homer2016-12-091-5/+4
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* udev/udev-watch: calculate the real buffer sizes neededZbigniew Jędrzejewski-Szmek2016-11-031-2/+2
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: use xsprintf() where applicableDaniel Mack2016-01-121-4/+7
* udev: add emacs header lineZbigniew Jędrzejewski-Szmek2015-12-071-0/+2
* treewide: apply errno.cocciMichal Schmidt2015-11-091-2/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-10/+11
* smack-util: revise smack-util apis and add read smack attr apisWaLyong Cho2015-08-041-2/+2
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-4/+0
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-221-1/+1
* tmpfiles: add new line type 'v' for creating btrfs subvolumesLennart Poettering2014-12-281-0/+1
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-5/+5
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-2/+2
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-2/+2
* udev: do NOT re-label smackWaLyong Cho2014-10-241-1/+1
* selinux: clean up selinux label function namingLennart Poettering2014-10-231-5/+6
* smack: rework smack APIs a bitLennart Poettering2014-10-231-3/+7
* mac: rename all calls that apply a label mac_{selinux|smack}_apply_xyz(), and...Lennart Poettering2014-10-231-2/+2
* mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho2014-10-231-7/+7
* udev: node - warn if chmod/chown failsTom Gundersen2014-09-181-2/+6
* libudev: util - drop util_delete_path()Tom Gundersen2014-09-161-2/+1
* udev: place opening { at the same line as the function declarationKay Sievers2014-07-291-10/+5
* log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering2013-12-241-16/+16
* smack: minimize ifdef use, and move all labeling to smack-util.cKay Sievers2013-10-111-14/+5
* security: rework selinux, smack, ima, apparmor detection logicLennart Poettering2013-10-101-2/+3
* udev: add SECLABEL{selinux}= supportKay Sievers2013-10-091-2/+4
* udev: reset Linux Security Module labels if no custom rules are givenKay Sievers2013-10-091-3/+16
* udev: support custom Linux Security Module labels for device nodesKay Sievers2013-10-081-5/+35
* use streq instead of strcmpThomas Hindoe Paaboel Andersen2013-02-131-6/+6
* udev: use unique names for temporary files created in /devKay Sievers2013-02-121-8/+5
* udev: set default rules permissions only at "add" eventsKay Sievers2013-01-271-12/+5
* udev: move string copy functions to shared/Kay Sievers2013-01-091-7/+7
* udev: set device node permissions only at "add" eventsKay Sievers2013-01-041-14/+15
* use the same email address everywhereKay Sievers2012-11-121-1/+1
* udev: remove SYMLINK "unique" optionKay Sievers2012-10-081-9/+4
* udev: export udev_device_new_from_device_id()Kay Sievers2012-08-101-1/+1
* udev: get rid of TEST_PREFIX and use unshare() to fake /sys, /dev, /runKay Sievers2012-07-151-4/+4
* udev: never touch device nodes with symlink requestsKay Sievers2012-07-091-15/+2
* mount-setup: don't complain if we try to fix the label of a dir beneath a mou...Lennart Poettering2012-07-031-2/+2
* udev: remove remaining selinux labeling for file in /runKay Sievers2012-06-051-1/+1
* mkdir: append _label to all mkdir() calls that explicitly set the selinux con...Kay Sievers2012-05-311-3/+3
* selinux: unify systemd and udev codeKay Sievers2012-04-171-7/+6
* udev: replace util_create_path() with mkdir_parents()Kay Sievers2012-04-171-3/+3
* udev: remove configuration options for /dev, /sys, /run directoriesKay Sievers2012-04-161-7/+4
* udev: fix gcc warnings showing up after adding $(AM_CFLAGS)Kay Sievers2012-04-101-5/+0
* udev: switch to systemd logging functionsKay Sievers2012-04-081-33/+23