summaryrefslogtreecommitdiff
path: root/src/shared/capability.c
Commit message (Expand)AuthorAgeFilesLines
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-307/+0
* fix gcc warnings about uninitialized variablesHarald Hoyer2015-03-271-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-5/+0
* shared/capabilities: simplify assertions about bitsZbigniew Jędrzejewski-Szmek2015-02-041-4/+4
* shared/capability: don't be too frugal on space for capsTom Gundersen2015-02-041-1/+5
* shared/capability: go frugal on space for capsZbigniew Jędrzejewski-Szmek2015-02-011-2/+3
* Fix dropping of all capabilitiesZbigniew Jędrzejewski-Szmek2015-02-011-16/+16
* coredump: drop caps while we are processing the coredumpLennart Poettering2015-01-291-14/+16
* capability: use /proc/sys/kernel/cap_last_capDavid Herrmann2014-12-291-0/+14
* bus-proxy: cloning smack labelPrzemyslaw Kedzierski2014-12-091-0/+18
* treewide: another round of simplificationsMichal Schmidt2014-11-281-24/+12
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-7/+7
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-281-4/+2
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-1/+1
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-1/+1
* shared: fix typoRonny Chevalier2014-10-311-2/+2
* bus-proxy: drop priviliges if we canLennart Poettering2014-06-041-4/+6
* shared: capability - don't loop over the cap bits if they are all unsetTom Gundersen2014-06-031-4/+4
* shared: allow drop_priviliges to drop all privsTom Gundersen2014-06-031-9/+11
* timesyncd: split privilege dropping code out of timesyncd so that we can make...Lennart Poettering2014-06-011-1/+70
* timesyncd: run timesyncd as unpriviliged user "systemd-timesync" (but still w...Lennart Poettering2014-05-181-1/+2
* Introduce cleanup functions for cap_freeZbigniew Jędrzejewski-Szmek2014-01-021-18/+6
* bus: rename message "serial" to "cookie"Lennart Poettering2013-12-251-1/+1
* __thread --> thread_local for C11 compatShawn Landden2013-12-171-2/+2
* util: rename write_one_line_file() to write_string_file()Lennart Poettering2013-04-031-1/+1
* honor SELinux labels, when creating and writing config filesHarald Hoyer2013-02-141-0/+1
* capabilities: when dropping capabilities system-wide also drop them from user...Lennart Poettering2012-05-291-0/+51
* main: add configuration option to alter capability bounding set for PID 1Lennart Poettering2012-05-241-1/+88
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-121-4/+4
* util: move all to shared/ and split external dependencies in separate interna...Kay Sievers2012-04-101-0/+86