Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-11 | audit,utmp: implement audit logic and rip utmp stuff out of the main daemon ↵ | Lennart Poettering | |
and into a helper binary | |||
2010-08-10 | unit: hook plymouth into the boot | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=619922 | |||
2010-08-06 | cgroup: if the system bus cannot be found, send cgroup empty msg directly to ↵ | Lennart Poettering | |
init proces | |||
2010-08-06 | units: split fsck.target from sysinit.target for suse compat | Lennart Poettering | |
2010-07-24 | systemctl: fold systemd-install into systemctl | Lennart Poettering | |
2010-07-23 | socket: SELinux support for socket creation. | Daniel J Walsh | |
It seems to work on my machine. /proc/1/fd/20 system_u:system_r:system_dbusd_t:s0 /proc/1/fd/21 system_u:system_r:avahi_t:s0 And the AVC's seem to have dissapeared when a confined app trys to connect to dbus or avahi. If you run with this patch and selinux-policy-3.8.8-3.fc14.noarch You should be able to boot in enforcing mode. | |||
2010-07-21 | exec: extend variable substitution to support splitting variable values into ↵ | Lennart Poettering | |
seperate arguments | |||
2010-07-16 | units: wire smartcard.target into Makefile | Lennart Poettering | |
2010-07-14 | cgls: rename source file to cgls.c, since we have no prefix for any of the ↵ | Lennart Poettering | |
other files either | |||
2010-07-13 | units: introduce bluetooth.target/printer.target which are activated if the ↵ | Lennart Poettering | |
right hardware is plugged in | |||
2010-07-12 | units: introduce emergency.target | Lennart Poettering | |
2010-07-12 | cgroup: reimplement the last bit of libcgroup functionality natively | Lennart Poettering | |
2010-07-11 | cgroup: kill processes, not tasks and other cgroup changes | Lennart Poettering | |
2010-07-10 | units: introduce umount.target for unmounting all file systems | Lennart Poettering | |
2010-07-10 | build-sys: drop special name hack for dbus.service since a native service ↵ | Lennart Poettering | |
file is now shipped upstream dbus | |||
2010-07-09 | build-sys: add make upload targetsystemd/v2 | Lennart Poettering | |
2010-07-09 | build-sys: set SYSTEMD_SKIP_API_MOUNTS=1 when generating introspection files | Lennart Poettering | |
2010-07-08 | install: various improvements | Lennart Poettering | |
Rename --start to --realize, to make things less confusing when doing "systemctl stop --realize foo.service". Introduce --realize=reload. Don't talk to systemd when run within a chroot, or when systemd isn't running. | |||
2010-07-08 | cgls: beef up control group dumping and introduce cgls tool | Lennart Poettering | |
2010-07-08 | systemctl: filter and sort member pid of cgroup | Lennart Poettering | |
2010-07-08 | units: properly create prefdm symlink | Lennart Poettering | |
2010-07-08 | dbus: make errors reported via D-Bus more useful | Lennart Poettering | |
2010-07-07 | initctl: check peer credentials after connection | Lennart Poettering | |
2010-07-07 | update man pages for recent changes | Lennart Poettering | |
2010-07-07 | main: implement manager configuration file | Lennart Poettering | |
2010-07-06 | main: add a native implementation of the 'nomodules' kernel option ↵ | Lennart Poettering | |
understood by fedora init scripts | |||
2010-07-06 | build-sys: fix EXTRA_DIST | Kay Sievers | |
2010-07-06 | install: implement --start option | Lennart Poettering | |
2010-07-03 | units: update shipped unit files for DefaultDependencies= | Lennart Poettering | |
2010-07-02 | man: document execution context related settings | Lennart Poettering | |
2010-07-02 | man: document snapshot units | Lennart Poettering | |
2010-07-02 | man: document device units | Lennart Poettering | |
2010-07-02 | man: document target units | Lennart Poettering | |
2010-07-02 | man: document path units | Lennart Poettering | |
2010-07-02 | man: document timer units | Lennart Poettering | |
2010-07-02 | man: document swap units | Lennart Poettering | |
2010-07-02 | man: document automount units | Lennart Poettering | |
2010-07-02 | man: document mount units | Lennart Poettering | |
2010-07-01 | man: document socket units | Lennart Poettering | |
2010-06-24 | man: document systemd-notify | Lennart Poettering | |
2010-06-24 | man: rework man page generation in makefile | Lennart Poettering | |
2010-06-24 | man: extend manual page documentation | Lennart Poettering | |
2010-06-24 | man: add more man pages | Lennart Poettering | |
2010-06-23 | man: generate ANSI prototypes in HTML man pages | Lennart Poettering | |
2010-06-23 | man: document runlevel and systemd-install | Lennart Poettering | |
2010-06-23 | man: document sd-daemon.[ch] | Lennart Poettering | |
2010-06-22 | build-sys: fix directory creation of a few dirs | Lennart Poettering | |
2010-06-22 | build-sys: install more docs | Lennart Poettering | |
2010-06-22 | man: add initial version of daemon(7) | Lennart Poettering | |
2010-06-22 | build-sys: fix make distcheck | Lennart Poettering | |