summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* shared: split out code for adding multiple names to sd_bus_track objectLennart Poettering2016-11-163-11/+22
* Merge pull request #4658 from endocode/djalal/sandbox-various-fixes-v1Djalal Harouni2016-11-1514-40/+114
|\
| * bus-util: print RestrictNamespaces= as a stringDjalal Harouni2016-11-151-0/+18
| * test: add tests for RestrictNamespaces=Djalal Harouni2016-11-156-0/+45
| * core:gperf: pass the exec_context struct directly to parse restrict namespacesDjalal Harouni2016-11-151-1/+1
| * doc: move ProtectKernelModules= documentation near ProtectKernelTunalbes=Djalal Harouni2016-11-151-24/+24
| * core: property is RestrictNamespaces with sDjalal Harouni2016-11-151-1/+1
| * doc: note when no new privileges is impliedDjalal Harouni2016-11-151-8/+28
| * core: improve the logic that implies no new privilegesDjalal Harouni2016-11-154-11/+2
* | tests: add UNIFIED_CGROUP_HIERARCHY=[default|hybrid] (#4675)Evgeny Vereshchagin2016-11-151-3/+25
|/
* Merge pull request #4665 from teg/networkd-split-1David Herrmann2016-11-1460-127/+140
|\
| * networkd: clean up main header file a bitTom Gundersen2016-11-1427-45/+57
| * networkd: netdev - move to separate subdirectoryTom Gundersen2016-11-1333-80/+80
| * networkd-wait-online: move to separate subdirectoryTom Gundersen2016-11-136-13/+15
| * networkd: network - apply() does not need to take the manager objectTom Gundersen2016-11-133-5/+4
* | nspawn: restart the whole systemd-nspawn@.service unit on container reboot (#...Zbigniew Jędrzejewski-Szmek2016-11-141-5/+7
* | link: fix offload features initialization (#4639)Maks Naumov2016-11-141-1/+1
|/
* Merge pull request #4659 from keszybz/ctrl-alt-del-twiceMichael Biebl2016-11-121-1/+0
|\
| * build-sys: do not install ctrl-alt-del.target symlink twiceZbigniew Jędrzejewski-Szmek2016-11-121-1/+0
|/
* man: add Itanium root GUID to table (#4656)Lucas Werkmeister2016-11-111-0/+5
* systemctl: resolve symlinks when finding unit paths (#4545)Felipe Sateler2016-11-111-12/+19
* Merge pull request #4652 from mbiebl/configure-bzip2Djalal Harouni2016-11-121-54/+54
|\
| * build-sys: use lowercase consistently in AS_HELP_STRINGMichael Biebl2016-11-111-48/+48
| * build-sys: replace obsolete AC_HELP_STRING with AS_HELP_STRINGMichael Biebl2016-11-111-5/+5
| * build-sys: fix help text of bzip2 configure checkMichael Biebl2016-11-111-1/+1
* | units: disable /sys/fs/fuse/connections in private user namespaces (#4592)Zbigniew Jędrzejewski-Szmek2016-11-111-0/+1
* | tree-wide: make invocations of extract_first_word more uniform (#4627)Zbigniew Jędrzejewski-Szmek2016-11-117-72/+40
* | timesyncd: clear ADJ_MAXERROR to keep STA_UNSYNC cleared after jump adjust (#...akochetkov2016-11-111-1/+3
* | basic/virt: fix userns check on CONFIG_USER_NS=n kernel (#4651)Zbigniew Jędrzejewski-Szmek2016-11-111-1/+1
|/
* fstab-generator: add x-systemd.mount-timeout (#4603)Christian Hesse2016-11-112-3/+37
* test-nss: allow the module and names/addresses to be specified (#4258)Zbigniew Jędrzejewski-Szmek2016-11-111-53/+137
* man: update machine-id(5) with a note about privacy (#4645)Zbigniew Jędrzejewski-Szmek2016-11-111-14/+15
* Merge pull request #4647 from evverx/arch-testsuiteDjalal Harouni2016-11-111-3/+20
|\
| * tests: fix kernel/initrd searching (Arch)Evgeny Vereshchagin2016-11-111-3/+20
* | networkd: support setting dhcp client listen port (#4631)Susant Sahani2016-11-1010-16/+50
* | Merge pull request #4635 from eworm-de/resolvedZbigniew Jędrzejewski-Szmek2016-11-102-1/+5
|\ \
| * | resolved: unlink private resolv.conf on exitChristian Hesse2016-11-101-0/+4
| * | resolved: use macro for private resolve.confChristian Hesse2016-11-101-1/+1
| |/
* | man: mention start rate limiting in Restart= doc (#4637)Lucas Werkmeister2016-11-101-0/+6
* | Merge pull request #4104 from ssahani/ethtool_xlink_settingsZbigniew Jędrzejewski-Szmek2016-11-108-10/+291
|\ \
| * | Link: port to new ethtool ETHTOOL_xLINKSETTINGSSusant Sahani2016-11-108-10/+291
| |/
* | Merge pull request #4618 from grawity/signal-directionZbigniew Jędrzejewski-Szmek2016-11-101-47/+39
|\ \
| * | busctl introspect: use free_and_replace()Mantas Mikulėnas2016-11-091-43/+15
| * | busctl introspect: accept direction="out" for signalsMantas Mikulėnas2016-11-091-4/+24
* | | core:namespace: count and free failed paths inside chase_all_symlinks() (#4619)Djalal Harouni2016-11-101-14/+18
| |/ |/|
* | core: don't use the unified hierarchy for the systemd cgroup yet (#4628)Martin Pitt2016-11-091-2/+2
* | man/sd_watchdog_enabled: correct minor typos (#4632)Jonathan Boulle2016-11-091-2/+2
* | nspawn: fix condition for mounting resolv.conf (#4622)Christian Hesse2016-11-081-1/+2
* | core: on DynamicUser= make sure that protecting sensitive paths is enforced (...Djalal Harouni2016-11-083-18/+39
* | Merge pull request #4536 from poettering/seccomp-namespacesZbigniew Jędrzejewski-Szmek2016-11-0815-23/+534
|\ \