summaryrefslogtreecommitdiff
path: root/src/shared/capability.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-01shared/capability: go frugal on space for capsZbigniew Jędrzejewski-Szmek1-2/+3
2015-02-01Fix dropping of all capabilitiesZbigniew Jędrzejewski-Szmek1-16/+16
2015-01-29coredump: drop caps while we are processing the coredumpLennart Poettering1-14/+16
2014-12-29capability: use /proc/sys/kernel/cap_last_capDavid Herrmann1-0/+14
2014-12-09bus-proxy: cloning smack labelPrzemyslaw Kedzierski1-0/+18
2014-11-28treewide: another round of simplificationsMichal Schmidt1-24/+12
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-7/+7
2014-11-28treewide: yet more log_*_errno + return simplificationsMichal Schmidt1-4/+2
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-1/+1
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-1/+1
2014-10-31shared: fix typoRonny Chevalier1-2/+2
2014-06-04bus-proxy: drop priviliges if we canLennart Poettering1-4/+6
2014-06-03shared: capability - don't loop over the cap bits if they are all unsetTom Gundersen1-4/+4
2014-06-03shared: allow drop_priviliges to drop all privsTom Gundersen1-9/+11
2014-06-01timesyncd: split privilege dropping code out of timesyncd so that we can make...Lennart Poettering1-1/+70
2014-05-18timesyncd: run timesyncd as unpriviliged user "systemd-timesync" (but still w...Lennart Poettering1-1/+2
2014-01-02Introduce cleanup functions for cap_freeZbigniew Jędrzejewski-Szmek1-18/+6
2013-12-25bus: rename message "serial" to "cookie"Lennart Poettering1-1/+1
2013-12-17__thread --> thread_local for C11 compatShawn Landden1-2/+2
2013-04-03util: rename write_one_line_file() to write_string_file()Lennart Poettering1-1/+1
2013-02-14honor SELinux labels, when creating and writing config filesHarald Hoyer1-0/+1
2012-05-29capabilities: when dropping capabilities system-wide also drop them from user...Lennart Poettering1-0/+51
2012-05-24main: add configuration option to alter capability bounding set for PID 1Lennart Poettering1-1/+88
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering1-4/+4
2012-04-10util: move all to shared/ and split external dependencies in separate interna...Kay Sievers1-0/+86