Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-08 | Merge pull request #4536 from poettering/seccomp-namespaces | Zbigniew Jędrzejewski-Szmek | |
core: add new RestrictNamespaces= unit file setting Merging, not rebasing, because this touches many files and there were tree-wide cleanups in the mean time. | |||
2016-11-05 | Drop FOREACH_WORD_QUOTED | Zbigniew Jędrzejewski-Szmek | |
2016-11-04 | core: add new RestrictNamespaces= unit file setting | Lennart Poettering | |
This new setting permits restricting whether namespaces may be created and managed by processes started by a unit. It installs a seccomp filter blocking certain invocations of unshare(), clone() and setns(). RestrictNamespaces=no is the default, and does not restrict namespaces in any way. RestrictNamespaces=yes takes away the ability to create or manage any kind of namspace. "RestrictNamespaces=mnt ipc" restricts the creation of namespaces so that only mount and IPC namespaces may be created/managed, but no other kind of namespaces. This setting should be improve security quite a bit as in particular user namespacing was a major source of CVEs in the kernel in the past, and is accessible to unprivileged processes. With this setting the entire attack surface may be removed for system services that do not make use of namespaces. | |||
2016-11-02 | update TODO | Lennart Poettering | |
2016-10-20 | update TODO | Lennart Poettering | |
2016-10-12 | update TODO | Lennart Poettering | |
2016-10-11 | Merge pull request #4067 from poettering/invocation-id | Zbigniew Jędrzejewski-Szmek | |
Add an "invocation ID" concept to the service manager | |||
2016-10-10 | update TODO | Lennart Poettering | |
2016-10-07 | update TODO | Lennart Poettering | |
2016-10-06 | update TODO | Lennart Poettering | |
2016-10-03 | NEWS: add another batch of entries | Zbigniew Jędrzejewski-Szmek | |
2016-10-01 | core: complain if Before= dep on .device is declared | Zbigniew Jędrzejewski-Szmek | |
[Unit] Before=foobar.device [Service] ExecStart=/bin/true Type=oneshot $ systemd-analyze verify before-device.service before-device.service: Dependency Before=foobar.device ignored (.device units cannot be delayed) | |||
2016-09-28 | coredump,catalog: give better notice when a core file is truncated | Zbigniew Jędrzejewski-Szmek | |
coredump had code to check if copy_bytes() hit the max_bytes limit, and refuse further processing in that case. But in 84ee0960443, the return convention for copy_bytes() was changed from -EFBIG to 1 for the case when the limit is hit, so the condition check in coredump couldn't ever trigger. But it seems that *do* want to process such truncated cores [1]. So change the code to detect truncation properly, but instead of returning an error, give a nice log entry. [1] https://github.com/systemd/systemd/issues/3883#issuecomment-239106337 Should fix (or at least alleviate) #3883. | |||
2016-09-25 | Update TODO | Lennart Poettering | |
2016-09-15 | TODO: update networkd TODO | Susant Sahani | |
2016-09-13 | TODO: remove duplicated item | Zbigniew Jędrzejewski-Szmek | |
2016-09-13 | Always use unicode ellipsis when ellipsizing | Zbigniew Jędrzejewski-Szmek | |
We were already unconditionally using the unicode character when the input string was not pure ASCII, leading to different behaviour in depending on the input string. systemd[1]: Starting printit.service. python3[19962]: foooooooooooooooooooooooooooooooooooo…oooo python3[19964]: fooąęoooooooooooooooooooooooooooooooo…oooo python3[19966]: fooąęoooooooooooooooooooooooooooooooo…ąęąę python3[19968]: fooąęoooooooooooooooooąęąęąęąęąęąęąęą…ąęąę systemd[1]: Started printit.service. | |||
2016-09-13 | TODO: remove strerror entry | Zbigniew Jędrzejewski-Szmek | |
I believe the remaining call sites are legitimate uses which cannot be easily replaced with %m. | |||
2016-08-31 | machinectl: split OS field in two; print ip addresses (#4058) | Seraphime Kirkovski | |
This splits the OS field in two : one for the distribution name and one for the the version id. Dashes are written for missing fields. This also prints ip addresses of known machines. The `--max-addresses` option specifies how much ip addresses we want to see. The default is 1. When more than one address is written for a machine, a `,` follows it. If there are more ips than `--max-addresses`, `...` follows the last address. | |||
2016-08-22 | update TODO | Lennart Poettering | |
2016-08-06 | Merge pull request #3884 from poettering/private-users | Zbigniew Jędrzejewski-Szmek | |
2016-08-04 | update TODO | Lennart Poettering | |
2016-08-03 | update TODO | Lennart Poettering | |
2016-07-22 | update TODO | Lennart Poettering | |
2016-07-21 | update TODO | Lennart Poettering | |
2016-07-11 | treewide: fix typos and remove accidental repetition of words | Torstein Husebø | |
2016-07-01 | calendarspec: allow ranges in date and time specifications | Douglas Christman | |
Resolves #3042 | |||
2016-07-01 | update TODO | Lennart Poettering | |
2016-06-24 | update | Lennart Poettering | |
2016-06-24 | systemctl: Create new unit files with "edit --force" (#3584) | Doug Christman | |
2016-06-16 | update TODO | Lennart Poettering | |
2016-06-14 | update TODO | Lennart Poettering | |
2016-06-13 | update TODO | Lennart Poettering | |
2016-06-10 | update TODO | Lennart Poettering | |
2016-06-10 | update TODO | Lennart Poettering | |
2016-05-30 | update TODO | Lennart Poettering | |
2016-05-12 | update TODO | Lennart Poettering | |
2016-05-09 | update TODO | Lennart Poettering | |
2016-05-06 | NEWS: bring NEWS a bit up-to-date | Lennart Poettering | |
2016-05-05 | Merge pull request #3190 from poettering/logind-fixes | Zbigniew Jędrzejewski-Szmek | |
2016-05-05 | update TODO | Lennart Poettering | |
2016-05-05 | update TODO | Lennart Poettering | |
2016-05-03 | Merge pull request #3173 from poettering/dnssec-incapdns-fix | Zbigniew Jędrzejewski-Szmek | |
Dnssec incapdns fix | |||
2016-05-02 | update TODO | Lennart Poettering | |
2016-05-02 | update TODO | Lennart Poettering | |
2016-04-29 | update TODO | Lennart Poettering | |
2016-04-29 | update TODO a bit | Lennart Poettering | |
2016-04-22 | update TODO | Lennart Poettering | |
2016-04-21 | tree-wide: use mdash instead of a two minuses | Zbigniew Jędrzejewski-Szmek | |
2016-04-12 | update TODO | Lennart Poettering | |