Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-30 | console: rework automatic getty on kernel console logic again | Lennart Poettering | |
It is essential that the gettys are proper dependencies from getty.target so that they aren't killed and immediately restarted on runlevel changes. Hence rework the logic to implicitly add console gettys to getty.target as dependencies. This also adds an automatic hvc console for virtualizers. https://bugzilla.redhat.com/show_bug.cgi?id=501720 | |||
2010-08-25 | cgroup: mount cgroup file systems to /sys/fs/cgroup instead of /cgroup | Lennart Poettering | |
This requires the /sys/fs/cgroup to exist. Current git kernels have this, released kernels need a backport of a single patch. | |||
2010-08-25 | serial: use seperate getty template for serial ttys | Lennart Poettering | |
2010-08-21 | syslog: add minimal syslog/kmsg bridge syslogd | Lennart Poettering | |
2010-08-20 | units: add service file that remounts the root file system | Lennart Poettering | |
2010-08-20 | remount: add tool that applies /etc/fstab mount options to all api mounts | Lennart Poettering | |
2010-08-20 | service/systemctl: don't consider LSB exit codes 5 and 6 as failure, and ↵ | Lennart Poettering | |
decode exit codes in systemctl | |||
2010-08-19 | hostname: on all distros make the name configured in /etc/hostname take ↵ | Lennart Poettering | |
precedence over distro-specific configuration In order to unify configuration across distributions we pick the simple-most option by default (Debian's /etc/hostname) and then fall back to distro-specific hacks if that doesn't exist. | |||
2010-08-19 | modules-load: add systemd-modules-load tool that can load a configured list ↵ | Lennart Poettering | |
of modules in /etc/modules.d/ on boot, replacing distro-dependent shell hacks for this | |||
2010-08-18 | units: add hwclock-load service | Lennart Poettering | |
2010-08-17 | units: add generic sysctl/hwclock-save service | Lennart Poettering | |
2010-08-17 | units: add tmp.mount | Kay Sievers | |
2010-08-17 | modprobe: kill support for nomodules | Lennart Poettering | |
this should happen in the kernel itself, not be controlled from userspace, if at all. So let's kill this here. | |||
2010-08-17 | units: add var-run.service var-lock.service | Kay Sievers | |
2010-08-17 | auto-getty: rework auto console getty logic to work in conjunction with ↵ | Lennart Poettering | |
single user mode | |||
2010-08-16 | systemctl: warn in intervals before going down when delayed shutdown is used | Lennart Poettering | |
2010-08-16 | shutdownd: enable by default | Lennart Poettering | |
2010-08-16 | systemctl: add support for delayed shutdown, similar to sysv in style | Lennart Poettering | |
2010-08-14 | random-seed: add little tool for saving/loading random seed on ↵ | Lennart Poettering | |
shutdown/boot, but don't enable it by default | |||
2010-08-13 | units: move plymouth services from /etc to /lib since fedora does not ↵ | Lennart Poettering | |
support plymouth-less boots | |||
2010-08-13 | units: move runlevel[2-5] links to /lib because they are legacy and hence ↵ | Lennart Poettering | |
should not be as obviously in sight. The user may still override them by placing links in /etc | |||
2010-08-13 | unit: create three seperate plymouth service for halt/poweroff/reboot | Lennart Poettering | |
2010-08-12 | main: log build time features on startup | Lennart Poettering | |
2010-08-11 | selinux: split off selinux calls into seperate file label.c | Lennart Poettering | |
2010-08-11 | utmp: enable systemd-update-utmp by default | Lennart Poettering | |
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 | |