Age | Commit message (Expand) | Author |
2015-11-09 | treewide: apply errno.cocci | Michal Schmidt |
2015-10-27 | util-lib: move a number of fs operations into fs-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-08-04 | smack-util: revise smack-util apis and add read smack attr apis | WaLyong Cho |
2015-04-10 | shared: add formats-util.h | Ronny Chevalier |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2015-01-22 | Assorted format fixes | Zbigniew Jędrzejewski-Szmek |
2014-12-28 | tmpfiles: add new line type 'v' for creating btrfs subvolumes | Lennart Poettering |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-10-24 | udev: do NOT re-label smack | WaLyong Cho |
2014-10-23 | selinux: clean up selinux label function naming | Lennart Poettering |
2014-10-23 | smack: rework smack APIs a bit | Lennart Poettering |
2014-10-23 | mac: rename all calls that apply a label mac_{selinux|smack}_apply_xyz(), and... | Lennart Poettering |
2014-10-23 | mac: rename apis with mac_{selinux/smack}_ prefix | WaLyong Cho |
2014-09-18 | udev: node - warn if chmod/chown fails | Tom Gundersen |
2014-09-16 | libudev: util - drop util_delete_path() | Tom Gundersen |
2014-07-29 | udev: place opening { at the same line as the function declaration | Kay Sievers |
2013-12-24 | log: log_error() and friends add a newline after each line anyway, so avoid i... | Lennart Poettering |
2013-10-11 | smack: minimize ifdef use, and move all labeling to smack-util.c | Kay Sievers |
2013-10-10 | security: rework selinux, smack, ima, apparmor detection logic | Lennart Poettering |
2013-10-09 | udev: add SECLABEL{selinux}= support | Kay Sievers |
2013-10-09 | udev: reset Linux Security Module labels if no custom rules are given | Kay Sievers |
2013-10-08 | udev: support custom Linux Security Module labels for device nodes | Kay Sievers |
2013-02-13 | use streq instead of strcmp | Thomas Hindoe Paaboel Andersen |
2013-02-12 | udev: use unique names for temporary files created in /dev | Kay Sievers |
2013-01-27 | udev: set default rules permissions only at "add" events | Kay Sievers |
2013-01-09 | udev: move string copy functions to shared/ | Kay Sievers |
2013-01-04 | udev: set device node permissions only at "add" events | Kay Sievers |
2012-11-12 | use the same email address everywhere | Kay Sievers |
2012-10-08 | udev: remove SYMLINK "unique" option | Kay Sievers |
2012-08-10 | udev: export udev_device_new_from_device_id() | Kay Sievers |
2012-07-15 | udev: get rid of TEST_PREFIX and use unshare() to fake /sys, /dev, /run | Kay Sievers |
2012-07-09 | udev: never touch device nodes with symlink requests | Kay Sievers |
2012-07-03 | mount-setup: don't complain if we try to fix the label of a dir beneath a mou... | Lennart Poettering |
2012-06-05 | udev: remove remaining selinux labeling for file in /run | Kay Sievers |
2012-05-31 | mkdir: append _label to all mkdir() calls that explicitly set the selinux con... | Kay Sievers |
2012-04-17 | selinux: unify systemd and udev code | Kay Sievers |
2012-04-17 | udev: replace util_create_path() with mkdir_parents() | Kay Sievers |
2012-04-16 | udev: remove configuration options for /dev, /sys, /run directories | Kay Sievers |
2012-04-10 | udev: fix gcc warnings showing up after adding $(AM_CFLAGS) | Kay Sievers |
2012-04-08 | udev: switch to systemd logging functions | Kay Sievers |
2012-04-04 | move imported udev into place | Kay Sievers |