summaryrefslogtreecommitdiff
path: root/src/shared/capability.c
AgeCommit message (Expand)Author
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-04shared/capabilities: simplify assertions about bitsZbigniew Jędrzejewski-Szmek
2015-02-04shared/capability: don't be too frugal on space for capsTom Gundersen
2015-02-01shared/capability: go frugal on space for capsZbigniew Jędrzejewski-Szmek
2015-02-01Fix dropping of all capabilitiesZbigniew Jędrzejewski-Szmek
2015-01-29coredump: drop caps while we are processing the coredumpLennart Poettering
2014-12-29capability: use /proc/sys/kernel/cap_last_capDavid Herrmann
2014-12-09bus-proxy: cloning smack labelPrzemyslaw Kedzierski
2014-11-28treewide: another round of simplificationsMichal Schmidt
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: yet more log_*_errno + return simplificationsMichal 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-31shared: fix typoRonny Chevalier
2014-06-04bus-proxy: drop priviliges if we canLennart Poettering
2014-06-03shared: capability - don't loop over the cap bits if they are all unsetTom Gundersen
2014-06-03shared: allow drop_priviliges to drop all privsTom Gundersen
2014-06-01timesyncd: split privilege dropping code out of timesyncd so that we can make...Lennart Poettering
2014-05-18timesyncd: run timesyncd as unpriviliged user "systemd-timesync" (but still w...Lennart Poettering
2014-01-02Introduce cleanup functions for cap_freeZbigniew Jędrzejewski-Szmek
2013-12-25bus: rename message "serial" to "cookie"Lennart Poettering
2013-12-17__thread --> thread_local for C11 compatShawn Landden
2013-04-03util: rename write_one_line_file() to write_string_file()Lennart Poettering
2013-02-14honor SELinux labels, when creating and writing config filesHarald Hoyer
2012-05-29capabilities: when dropping capabilities system-wide also drop them from user...Lennart Poettering
2012-05-24main: add configuration option to alter capability bounding set for PID 1Lennart Poettering
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-10util: move all to shared/ and split external dependencies in separate interna...Kay Sievers