index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shared
/
capability.c
Age
Commit message (
Expand
)
Author
2014-12-29
capability: use /proc/sys/kernel/cap_last_cap
David Herrmann
2014-12-09
bus-proxy: cloning smack label
Przemyslaw Kedzierski
2014-11-28
treewide: another round of simplifications
Michal Schmidt
2014-11-28
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
treewide: yet more log_*_errno + return simplifications
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-31
shared: fix typo
Ronny Chevalier
2014-06-04
bus-proxy: drop priviliges if we can
Lennart Poettering
2014-06-03
shared: capability - don't loop over the cap bits if they are all unset
Tom Gundersen
2014-06-03
shared: allow drop_priviliges to drop all privs
Tom Gundersen
2014-06-01
timesyncd: split privilege dropping code out of timesyncd so that we can make...
Lennart Poettering
2014-05-18
timesyncd: run timesyncd as unpriviliged user "systemd-timesync" (but still w...
Lennart Poettering
2014-01-02
Introduce cleanup functions for cap_free
Zbigniew Jędrzejewski-Szmek
2013-12-25
bus: rename message "serial" to "cookie"
Lennart Poettering
2013-12-17
__thread --> thread_local for C11 compat
Shawn Landden
2013-04-03
util: rename write_one_line_file() to write_string_file()
Lennart Poettering
2013-02-14
honor SELinux labels, when creating and writing config files
Harald Hoyer
2012-05-29
capabilities: when dropping capabilities system-wide also drop them from user...
Lennart Poettering
2012-05-24
main: add configuration option to alter capability bounding set for PID 1
Lennart Poettering
2012-04-12
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-10
util: move all to shared/ and split external dependencies in separate interna...
Kay Sievers