Age | Commit message (Expand) | Author |
2015-03-31 | nspawn: change filesystem type from "bind" to NULL in mount() syscalls | Iago López Galeiras |
2015-03-16 | core/namespace: fix path sorting | Michal Schmidt |
2015-03-13 | core: explicitly ignore failure during cleanup | Zbigniew Jędrzejewski-Szmek |
2015-03-13 | core: either ignore or handle mount failures | Zbigniew Jędrzejewski-Szmek |
2015-03-13 | Use space after a silencing (void) | Zbigniew Jędrzejewski-Szmek |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2015-02-03 | util: rework strappenda(), and rename it strjoina() | Lennart Poettering |
2015-01-01 | Type of mount(2) flags is unsigned long | Topi Miettinen |
2014-12-28 | tmpfiles: add new line type 'v' for creating btrfs subvolumes | Lennart Poettering |
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-17 | namespace: unchecked return value from library | Susant Sahani |
2014-11-13 | sd-bus: sync with kdbus upstream (ABI break) | Daniel Mack |
2014-10-23 | selinux: clean up selinux label function naming | Lennart Poettering |
2014-10-23 | mac: rename apis with mac_{selinux/smack}_ prefix | WaLyong Cho |
2014-10-17 | namespace: add missing 'const' to parameters | Lennart Poettering |
2014-10-03 | core/namespace: remove invalid check | Zbigniew Jędrzejewski-Szmek |
2014-10-03 | core/namespace: remove invalid check | Zbigniew Jędrzejewski-Szmek |
2014-09-08 | namespace: avoid posible use of uninitialized variable | Thomas Hindoe Paaboel Andersen |
2014-09-08 | namespace: add support for custom kdbus endpoint | Daniel Mack |
2014-07-27 | drop_duplicates: copy full BindMount struct | Ansgar Burchardt |
2014-07-03 | namespace: make sure /tmp, /var/tmp and /dev are writable in namespaces we se... | Lennart Poettering |
2014-07-03 | namespace: fix uninitialized memory access | Lennart Poettering |
2014-06-18 | namespace: properly label device nodes we create | Lennart Poettering |
2014-06-06 | namespace: cover /boot with ProtectSystem= again | Lennart Poettering |
2014-06-06 | namespace: beef up read-only bind mount logic | Lennart Poettering |
2014-06-05 | namespace: also include /root in ProtectHome= | Lennart Poettering |
2014-06-05 | namespace: when setting up an inaccessible mount point, unmounting everything... | Lennart Poettering |
2014-06-05 | core: don't include /boot in effect of ProtectSystem= | Lennart Poettering |
2014-06-04 | core: rename ReadOnlySystem= to ProtectSystem= and add a third value for also... | Lennart Poettering |
2014-06-04 | core: provide /dev/ptmx as symlink in PrivateDevices= execution environments | Lennart Poettering |
2014-06-04 | core: make sure PrivateDevices= makes /dev/log available | Lennart Poettering |
2014-06-03 | core: add new ReadOnlySystem= and ProtectedHome= settings for service units | Lennart Poettering |
2014-03-20 | unit: turn off mount propagation for udevd | Lennart Poettering |
2014-03-19 | core: Beef up PrivateDevices= | Lennart Poettering |
2014-03-03 | conf-parser: config_parse_path_strv() is not generic, so let's move it into l... | Lennart Poettering |
2014-01-20 | exec: introduce PrivateDevices= switch to provide services with a private /dev | Lennart Poettering |
2013-12-13 | namespace: include boot id in private tmp directories | Lennart Poettering |
2013-11-27 | namespace: comment typo fix | Lennart Poettering |
2013-11-27 | service: add the ability for units to join other unit's PrivateNetwork= and P... | Lennart Poettering |
2013-10-22 | systemd: use unit name in PrivateTmp directories | Zbigniew Jędrzejewski-Szmek |
2013-10-13 | Never call qsort on potentially NULL arrays | Zbigniew Jędrzejewski-Szmek |
2013-08-23 | "-" prefix for InaccessibleDirectories and ReadOnlyDirectories | Maciej Wereski |
2013-03-20 | core: remove unnecessary goto in setup_namespace | Zbigniew Jędrzejewski-Szmek |
2013-03-20 | Make PrivateTmp dirs also inaccessible from the outside | Zbigniew Jędrzejewski-Szmek |
2013-03-15 | core: reuse the same /tmp, /var/tmp and inaccessible dir | Michal Sekletar |
2012-08-13 | nspawn,namespaces: make sure we recursively bind mount things in | Lennart Poettering |
2012-08-13 | namespace: rework namespace support | Lennart Poettering |
2012-08-08 | fix a couple of issues found with llvm-analyze | Lennart Poettering |
2012-05-14 | namespace: make PrivateTmp= apply to both /tmp and /var/tmp | Lennart Poettering |