Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-22 | main: added support for loading IMA custom policies | Roberto Sassu | |
This is an S/MIME signed message The new function ima_setup() loads an IMA custom policy from a file in the default location '/etc/ima/ima-policy', if present, and writes it to the path 'ima/policy' in the security filesystem. This function is executed at early stage in order to avoid that some file operations are not measured by IMA and it is placed after the initialization of SELinux because IMA needs the latter (or other security modules) to understand LSM-specific rules. This feature is enabled by default and can be disabled by providing the option '--disable-ima' to the configure script. Signed-off-by: Roberto Sassu <roberto.sassu@polito.it> Acked-by: Gianluca Ramunno <ramunno@polito.it> | |||
2012-03-22 | systemd: mount the securityfs filesystem at early stage | Roberto Sassu | |
This is an S/MIME signed message The mount of the securityfs filesystem is now performed in the main systemd executable as it is used by IMA to provide the interface for loading custom policies. The unit file 'units/sys-kernel-security.mount' has been removed because it is not longer necessary. Signed-off-by: Roberto Sassu <roberto.sassu@polito.it> Acked-by: Gianluca Ramunno <ramunno@polito.it> | |||
2012-03-20 | remove GTK pieces | Michal Schmidt | |
They've moved to systemd-ui. | |||
2012-03-16 | build-sys: prepare release 44systemd/v44 | Lennart Poettering | |
2012-03-16 | build-sys: don't build distcheck version with split /usr | Lennart Poettering | |
2012-03-16 | man: make sure we ship HTML versions of the man pages in the tarball | Lennart Poettering | |
2012-03-16 | man: document systemd-journalctl(1) | Lennart Poettering | |
2012-03-15 | man: document systemd-journald.conf(5) | Lennart Poettering | |
2012-03-15 | man: document systemd-machine-id-setup(1) | Lennart Poettering | |
2012-03-15 | man: document systemd-cat(1) | Lennart Poettering | |
2012-03-12 | conf: enforce UTF8 validty everywhere | Lennart Poettering | |
we need to make sure that configuration data we expose via the bus ends up in using getting an assert(). Even though configuration data is only parsed from trusted sources we should be more careful with what we read. | |||
2012-02-29 | man: fix systemd.special build failure | Kay Sievers | |
2012-02-15 | man: systemd.special no longer needs sed logic | Lennart Poettering | |
2012-02-15 | login: document new sd_session_get_xxx() calls | Lennart Poettering | |
2012-02-15 | build-sys: prepare release of 43systemd/v43 | Lennart Poettering | |
2012-02-13 | build-sys: simplify ENABLE_MANPAGES | Kay Sievers | |
2012-02-13 | build-sys: do not use split-/usr in distcheck | Kay Sievers | |
2012-02-11 | build-sys: publish man pages also on fdosystemd/v42 | Lennart Poettering | |
2012-02-11 | build-sys: prepare 42 | Lennart Poettering | |
2012-02-10 | man: make building of man pages optional | Lennart Poettering | |
2012-02-09 | main: fix reexecution of systemd, use right path to binary | Lennart Poettering | |
2012-02-09 | kmod-setup: fix build with libkmod | Frederic Crozat | |
2012-02-09 | modules-load: use libkmod rather than modprobe | Tom Gundersen | |
2012-02-09 | kmod-setup: use libkmod rather than modprobe | Tom Gundersen | |
2012-02-08 | move /usr/bin/systemd to /usr/lib/systemd/systemd | Kay Sievers | |
2012-02-07 | build-sys: bump release | Lennart Poettering | |
2012-01-27 | build-sys: add creation of /var/lib/systemd path, used by logind | Mike Kazantsev | |
2012-01-25 | build-sys: bump release | Lennart Poettering | |
2012-01-25 | build-sys: include NEWS file for v38, v39 | Lennart Poettering | |
2012-01-25 | man: document systemd-cgtop tool | Lennart Poettering | |
2012-01-23 | login: add multi-session X wrapper | Lennart Poettering | |
In preparation for https://bugzilla.gnome.org/show_bug.cgi?id=655380 we decided it's better to include the multi-seat X wrapper in systemd, rather than gdm. (Side effect: this makes this accessible for other DMs) This is a stop-gap for now, until X gins proper multi-seat graphics support at which point this code will go away without replacement. | |||
2012-01-22 | login: move seat udev rules to login subdir | Kay Sievers | |
2012-01-22 | cgtop: add new cgtop tool | Lennart Poettering | |
2012-01-16 | build-sys: cleanup sysctl.d/coredump.conf | Kay Sievers | |
2012-01-14 | journal: hook up coredumping with journal | Lennart Poettering | |
2012-01-14 | journal: add new system-cat tool as kind of a more powerfull BSD logger | Lennart Poettering | |
2012-01-11 | journal: make requirement for ACLs optional | Lennart Poettering | |
2012-01-11 | build-sys: fix upload rule for xzsystemd/v38 | Lennart Poettering | |
2012-01-10 | build-sys: link systemctl and systemd-journalctl against libsystemd-id128 | Michael Biebl | |
Both use logs-show.c which requires libsystemd-id128 for sd_id128_to_string (). | |||
2012-01-07 | build-sys: move .pc files next to the matching sources | Lennart Poettering | |
2012-01-07 | journald: start journald right away, don't wait until activation | Lennart Poettering | |
2012-01-06 | kmsg-syslogd: remove kmsg-syslogd, since it's entirely obsoleted and ↵ | Lennart Poettering | |
replaced by journald | |||
2012-01-06 | stdout: remove stdout-syslog-bridge since it is now obsoleted by journald | Lennart Poettering | |
2012-01-05 | build-sys: add headers to EXTRA_DIST to fix 'make distcheck' | Kay Sievers | |
Vala autotools, it's all your fault! | |||
2012-01-05 | build-sys: move public header files into a dir of their own | Lennart Poettering | |
2012-01-05 | journald: add configuration file options to forward all logged data to kmsg, ↵ | Lennart Poettering | |
console, syslog | |||
2012-01-05 | build-sys: add some headers to fix 'make distcheck' | Kay Sievers | |
2012-01-05 | build-sys: rename 'rootdir' to 'rootprefix' like udev and kmod uses | Kay Sievers | |
2012-01-04 | journald: parse configuration file | Lennart Poettering | |
2012-01-04 | build-sys: Fix missing directories with parallel 'make install'. | Michał Górny | |