Age | Commit message (Expand) | Author |
2014-02-10 | nspawn,man: use a common vocabulary when referring to selinux security contexts | Lennart Poettering |
2014-02-10 | exec: Add support for ignoring errors on SELinuxContext by prefixing it with ... | Michael Scherer |
2014-02-10 | exec: Ignore the setting SELinuxContext if selinux is not enabled | Michael Scherer |
2014-02-10 | exec: Add SELinuxContext configuration item | Michael Scherer |
2014-01-20 | exec: introduce PrivateDevices= switch to provide services with a private /dev | Lennart Poettering |
2014-01-02 | Introduce cleanup functions for cap_free | Zbigniew Jędrzejewski-Szmek |
2014-01-02 | Use format patterns for usec_t, pid_t, nsec_t, usec_t | Zbigniew Jędrzejewski-Szmek |
2013-12-30 | core: Forgot to dereference pointer when checking for NULL | Stefan Beller |
2013-12-25 | build-sys: minor fixes found with cppcheck | Lennart Poettering |
2013-12-22 | sd-daemon: introduce sd_watchdog_enabled() for parsing $WATCHDOG_USEC | Lennart Poettering |
2013-12-18 | execute: set TERM even if we don't open the tty on our own | Lennart Poettering |
2013-12-16 | execute: also set SO_SNDBUF when spawning a service with stdout/stderr connec... | Lennart Poettering |
2013-12-06 | Get rid of our reimplementation of basename | Zbigniew Jędrzejewski-Szmek |
2013-11-27 | service: add the ability for units to join other unit's PrivateNetwork= and P... | Lennart Poettering |
2013-11-08 | Remove dead code and unexport some calls | Lennart Poettering |
2013-10-29 | strv: introduce new strv_from_stdarg_alloca() macro to generate a string arra... | Lennart Poettering |
2013-10-22 | systemd: use unit name in PrivateTmp directories | Zbigniew Jędrzejewski-Szmek |
2013-10-16 | macro: clean up usage of gcc attributes | Lennart Poettering |
2013-10-14 | list: make our list macros a bit easier to use by not requring type spec on e... | Lennart Poettering |
2013-10-03 | execute: more debugging messages | Zbigniew Jędrzejewski-Szmek |
2013-10-02 | execute.c: always set $SHELL | Zbigniew Jędrzejewski-Szmek |
2013-09-26 | execute.c: little modernization | Zbigniew Jędrzejewski-Szmek |
2013-09-25 | cgroup: if we do a cgroup operation then do something on all supported contro... | Lennart Poettering |
2013-09-17 | Make tmpdir removal asynchronous | Zbigniew Jędrzejewski-Szmek |
2013-07-15 | systemd: do not output status messages once gettys are running | Zbigniew Jędrzejewski-Szmek |
2013-07-11 | core: grant user@.service instances write access to their own cgroup | Lennart Poettering |
2013-07-02 | replace tabs with spaces in various files | Jason St. John |
2013-06-27 | core: general cgroup rework | Lennart Poettering |
2013-06-10 | Use stdint.h macros instead of casts to print uint64_t values | Zbigniew Jędrzejewski-Szmek |
2013-05-02 | Add __attribute__((const, pure, format)) in various places | Zbigniew Jędrzejewski-Szmek |
2013-04-18 | move _cleanup_ attribute in front of the type | Harald Hoyer |
2013-04-18 | core/execute: only clean the environment, if we have one | Harald Hoyer |
2013-04-18 | execute: always add in EXECUTABLE= field when we log something about execution | Lennart Poettering |
2013-04-17 | core/execute: report invalid environment variables from files | Harald Hoyer |
2013-04-17 | core/execute.c: debug log final execve() with argv[] | Harald Hoyer |
2013-04-08 | cgroup: clean-ups | Lennart Poettering |
2013-04-08 | cgroup: always keep access mode of 'tasks' and 'cgroup.procs' files in cgroup... | Lennart Poettering |
2013-04-05 | Add _cleanup_globfree_ | Zbigniew Jędrzejewski-Szmek |
2013-04-05 | Use initalization instead of explicit zeroing | Zbigniew Jędrzejewski-Szmek |
2013-04-03 | shared: rework env file reader | Lennart Poettering |
2013-04-03 | util: rename write_one_line_file() to write_string_file() | Lennart Poettering |
2013-03-31 | Modernization | Zbigniew Jędrzejewski-Szmek |
2013-03-31 | execute: convert secure bits into mask properly | Zbigniew Jędrzejewski-Szmek |
2013-03-27 | core: check return value of rm_rf_dangerous and warn if it fails | Václav Pavlín |
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 |
2013-02-28 | core/execute: determine if ExecContext may fiddle with /dev/console | Michal Schmidt |
2013-02-28 | core/execute: add internal is_terminal_output() | Michal Schmidt |
2013-02-16 | execute: increase severity of journal connect failure message | Michal Schmidt |
2013-02-16 | execute: unify setup_{output,error} | Michal Schmidt |