summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-04core: add new RestrictNamespaces= unit file settingLennart Poettering15-23/+534
2016-11-04kernel-install: use exit instead of return (#4565)Yu Watanabe1-2/+2
2016-11-04man: update kernel-install(8) to match reality (#4563)Zbigniew Jędrzejewski-Szmek1-4/+5
2016-11-03Merge pull request #4548 from keszybz/seccomp-helpZbigniew Jędrzejewski-Szmek7-62/+151
2016-11-03doc: clarify NoNewPrivileges (#4562)Kees Cook1-4/+4
2016-11-03build-sys: link test-seccomp against seccomp libs (#4560)Martin Pitt1-1/+2
2016-11-03analyze: fix build w/o seccompZbigniew Jędrzejewski-Szmek1-0/+8
2016-11-03Merge pull request #4510 from keszybz/tree-wide-cleanupsLennart Poettering91-331/+336
2016-11-03Revert "sd-bus: use PRIu64 instead of casting" (#4556)Zbigniew Jędrzejewski-Szmek1-2/+4
2016-11-03hwdb update for 232 (#4557)Lennart Poettering4-2256/+6651
2016-11-03final NEWS update for 232 (#4558)Lennart Poettering1-2/+2
2016-11-03seccomp-util, analyze: export comments as a help stringZbigniew Jędrzejewski-Szmek4-19/+23
2016-11-03seccomp-util: move @default to the first positionZbigniew Jędrzejewski-Szmek2-19/+20
2016-11-03analyze: add syscall-filter verbZbigniew Jędrzejewski-Szmek5-25/+101
2016-11-03Merge pull request #4543 from endocode/djalal/fix-dynamicuser-supplementary-g...Djalal Harouni6-13/+47
2016-11-03test: test DynamicUser= with SupplementaryGroups=Djalal Harouni3-0/+10
2016-11-03test: test DynamicUser= with a fixed userDjalal Harouni4-0/+25
2016-11-03core: intialize user aux groups and SupplementaryGroups= when DynamicUser= is...Djalal Harouni1-13/+12
2016-11-02Merge pull request #4547 from keszybz/two-testsuite-tweaksLennart Poettering2-4/+13
2016-11-02Merge pull request #4546 from keszybz/xsprintf-revertLennart Poettering8-26/+36
2016-11-02parse_hwdb: add import fallback for python2Zbigniew Jędrzejewski-Szmek1-2/+8
2016-11-02udev/udev-watch: calculate the real buffer sizes neededZbigniew Jędrzejewski-Szmek2-5/+5
2016-11-02Do not raise in switch root if paths are too longZbigniew Jędrzejewski-Szmek1-7/+18
2016-11-02sd-bus: use PRIu64 instead of castingZbigniew Jędrzejewski-Szmek1-4/+2
2016-11-02Revert some uses of xsprintfZbigniew Jędrzejewski-Szmek4-10/+11
2016-11-02Merge pull request #4481 from poettering/perpetualZbigniew Jędrzejewski-Szmek15-110/+213
2016-11-02Merge pull request #4542 from poettering/v232prepZbigniew Jędrzejewski-Szmek4-3/+56
2016-11-02core: make a constant table actually constantLennart Poettering1-8/+8
2016-11-02core: don't hit an assert when printing status messages about units with over...Lennart Poettering1-1/+2
2016-11-02man: fix two typos (is → are) (#4544)Lucas Werkmeister1-2/+2
2016-11-02Merge pull request #4456 from keszybz/stored-fdsLennart Poettering6-51/+71
2016-11-02systemctl: fix incorrect "need reload" on cat (#4535)Lucas Werkmeister1-1/+1
2016-11-02Merge pull request #4483 from poettering/exec-orderLennart Poettering6-63/+127
2016-11-02build-sys: bump package and library version in preparation for v232Lennart Poettering2-3/+3
2016-11-02add two additional entries to NEWSLennart Poettering1-0/+9
2016-11-02NEWS: add contributor list to news fileLennart Poettering2-0/+44
2016-11-02pid1: fix fd memleak when we hit FileDescriptorStoreMax limitZbigniew Jędrzejewski-Szmek1-9/+9
2016-11-02core: change mount_synthesize_root() return to intLennart Poettering1-6/+8
2016-11-02networkd: flush DNSSL/RDNSS lists when we lose carrierLennart Poettering3-3/+14
2016-11-02netword: minor memory leak fixLennart Poettering1-2/+2
2016-11-02nspawn: if we set up a loopback device, try to mount it with "discard"Lennart Poettering1-2/+12
2016-11-02systemctl: tweak the "systemctl list-units" output a bitLennart Poettering1-14/+19
2016-11-02systemctl: properly turn off color after active columnLennart Poettering1-2/+2
2016-11-02sysctl: minor simplificationLennart Poettering1-2/+2
2016-11-02sysctl: no need to check for eof twiceLennart Poettering1-1/+1
2016-11-02sysctl: when failing to process a config line, show line nrLennart Poettering1-2/+5
2016-11-02sysctl: split out condition check into its own functionLennart Poettering1-12/+20
2016-11-02sysctl: do not fail systemd-sysctl.service if /proc/sys is mounted read-onlyLennart Poettering1-5/+12
2016-11-02unit: unify some code with new unit_new_for_name() callLennart Poettering7-42/+28
2016-11-02core: make the root mount perpetual tooLennart Poettering2-15/+69