Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-15 | core: reuse the same /tmp, /var/tmp and inaccessible dir | Michal Sekletar | |
All Execs within the service, will get mounted the same /tmp and /var/tmp directories, if service is configured with PrivateTmp=yes. Temporary directories are cleaned up by service itself in addition to systemd-tmpfiles. Directory which is mounted as inaccessible is created at runtime in /run/systemd. | |||
2012-08-13 | namespace: rework namespace support | Lennart Poettering | |
- don't use pivot_root() anymore, just reuse root hierarchy - first create all mounts, then mark them read-only so that we get the right behaviour when people want writable mounts inside of read-only mounts - don't pass invalid combinations of MS_ constants to the kernel | |||
2012-04-12 | test: test tools should still be in the src/ directory | Lennart Poettering | |