summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: add new RestrictNamespaces= unit file settingLennart Poettering2016-11-0412-0/+497
* kernel-install: use exit instead of return (#4565)Yu Watanabe2016-11-041-2/+2
* Merge pull request #4548 from keszybz/seccomp-helpZbigniew Jędrzejewski-Szmek2016-11-043-57/+122
|\
| * analyze: fix build w/o seccompZbigniew Jędrzejewski-Szmek2016-11-031-0/+8
| * seccomp-util, analyze: export comments as a help stringZbigniew Jędrzejewski-Szmek2016-11-033-16/+20
| * seccomp-util: move @default to the first positionZbigniew Jędrzejewski-Szmek2016-11-032-19/+20
| * analyze: add syscall-filter verbZbigniew Jędrzejewski-Szmek2016-11-031-23/+75
* | Merge pull request #4510 from keszybz/tree-wide-cleanupsLennart Poettering2016-11-0390-331/+320
|\ \
| * | nspawn: use the return value from asprintf instead of checking the pointerZbigniew Jędrzejewski-Szmek2016-10-231-13/+7
| * | test-copy: wrap assignments in function call in parenthesesZbigniew Jędrzejewski-Szmek2016-10-231-6/+6
| * | tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-2388-194/+199
| * | nss-systemd: remove useless defineZbigniew Jędrzejewski-Szmek2016-10-231-8/+0
| * | tree-wide: use startswith return value to avoid hardcoded offsetZbigniew Jędrzejewski-Szmek2016-10-223-114/+112
* | | Revert "sd-bus: use PRIu64 instead of casting" (#4556)v232Zbigniew Jędrzejewski-Szmek2016-11-031-2/+4
* | | test: test DynamicUser= with SupplementaryGroups=Djalal Harouni2016-11-031-0/+1
* | | test: test DynamicUser= with a fixed userDjalal Harouni2016-11-031-0/+6
* | | core: intialize user aux groups and SupplementaryGroups= when DynamicUser= is...Djalal Harouni2016-11-031-13/+12
* | | Merge pull request #4547 from keszybz/two-testsuite-tweaksLennart Poettering2016-11-031-2/+5
|\ \ \
| * | | test-compression: allow the file to compress to be specifiedZbigniew Jędrzejewski-Szmek2016-10-311-2/+5
* | | | udev/udev-watch: calculate the real buffer sizes neededZbigniew Jędrzejewski-Szmek2016-11-032-5/+5
* | | | Do not raise in switch root if paths are too longZbigniew Jędrzejewski-Szmek2016-11-031-7/+18
* | | | sd-bus: use PRIu64 instead of castingZbigniew Jędrzejewski-Szmek2016-11-031-4/+2
* | | | Revert some uses of xsprintfZbigniew Jędrzejewski-Szmek2016-11-034-10/+11
| |_|/ |/| |
* | | Merge pull request #4481 from poettering/perpetualZbigniew Jędrzejewski-Szmek2016-11-0315-110/+213
|\ \ \
| * | | core: change mount_synthesize_root() return to intLennart Poettering2016-11-021-6/+8
| * | | networkd: flush DNSSL/RDNSS lists when we lose carrierLennart Poettering2016-11-023-3/+14
| * | | netword: minor memory leak fixLennart Poettering2016-11-021-2/+2
| * | | nspawn: if we set up a loopback device, try to mount it with "discard"Lennart Poettering2016-11-021-2/+12
| * | | systemctl: tweak the "systemctl list-units" output a bitLennart Poettering2016-11-021-14/+19
| * | | systemctl: properly turn off color after active columnLennart Poettering2016-11-021-2/+2
| * | | sysctl: minor simplificationLennart Poettering2016-11-021-2/+2
| * | | sysctl: no need to check for eof twiceLennart Poettering2016-11-021-1/+1
| * | | sysctl: when failing to process a config line, show line nrLennart Poettering2016-11-021-2/+5
| * | | sysctl: split out condition check into its own functionLennart Poettering2016-11-021-12/+20
| * | | sysctl: do not fail systemd-sysctl.service if /proc/sys is mounted read-onlyLennart Poettering2016-11-021-5/+12
| * | | unit: unify some code with new unit_new_for_name() callLennart Poettering2016-11-027-42/+28
| * | | core: make the root mount perpetual tooLennart Poettering2016-11-022-15/+69
| * | | core: rework the "no_gc" unit flag to become a more generic "perpetual" flagLennart Poettering2016-11-025-19/+36
* | | | core: make a constant table actually constantLennart Poettering2016-11-031-8/+8
* | | | core: don't hit an assert when printing status messages about units with over...Lennart Poettering2016-11-031-1/+2
* | | | Merge pull request #4456 from keszybz/stored-fdsLennart Poettering2016-11-023-27/+42
|\ \ \ \
| * | | | pid1: fix fd memleak when we hit FileDescriptorStoreMax limitZbigniew Jędrzejewski-Szmek2016-11-021-9/+9
| * | | | core: when restarting services, don't close fdsZbigniew Jędrzejewski-Szmek2016-11-023-10/+20
| * | | | pid1: nicely log when doing operation on stored fdsZbigniew Jędrzejewski-Szmek2016-10-291-1/+6
| * | | | pid1: only log about added fd if it was really addedZbigniew Jędrzejewski-Szmek2016-10-291-7/+7
* | | | | systemctl: fix incorrect "need reload" on cat (#4535)Lucas Werkmeister2016-11-021-1/+1
* | | | | Merge pull request #4483 from poettering/exec-orderLennart Poettering2016-11-024-35/+88
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | tests: make sure tests pass when invoked in "sudo"Lennart Poettering2016-11-021-1/+1
| * | | | execute: apply seccomp filters after changing selinux/aa/smack contextsLennart Poettering2016-11-021-31/+39
| * | | | seccomp: add two new syscall groupsLennart Poettering2016-11-022-0/+36