- 04 Sep, 2014 1 commit
-
-
Michael Biebl authored
-
- 11 Jul, 2014 1 commit
-
-
Jon Severinsson authored
-
- 27 Apr, 2014 1 commit
-
-
Michael Biebl authored
-
- 26 Apr, 2014 3 commits
-
-
Michael Stapelberg authored
Instead of tracking git upstream directly, the upstream branch now contains the contents of the orig tarball available at http://www.freedesktop.org/software/systemd/
-
Michael Stapelberg authored
This is necessary to properly deal with files like units/syslog.target, which would not be deleted when merging otherwise.
-
Michael Stapelberg authored
-
- 09 Mar, 2013 1 commit
-
-
Zbigniew Jędrzejewski-Szmek authored
-
- 07 Mar, 2013 1 commit
-
-
Nathaniel Chen authored
SMACK is the Simple Mandatory Access Control Kernel, a minimal approach to Access Control implemented as a kernel LSM. The kernel exposes the smackfs filesystem API through which access rules can be loaded. At boot time, we want to load the access rules as early as possible to ensure all early boot steps are checked by Smack. This patch mounts smackfs at the new location at /sys/fs/smackfs for kernels 3.8 and above. The /smack mountpoint is not supported. After mounting smackfs, rules are loaded from the usual location. For more information about Smack see: http://www.kernel.org/doc/Documentation/security/Smack.txt
-
- 06 Mar, 2013 3 commits
-
-
Kay Sievers authored
-
Kay Sievers authored
-
Kay Sievers authored
-
- 05 Mar, 2013 4 commits
-
-
Michael Biebl authored
-
Lennart Poettering authored
-
Kay Sievers authored
-
Lennart Poettering authored
Previously all journal files were owned by "adm". In order to allow specific users to read the journal files without granting it access to the full "adm" powers, introduce a new specific group for this. "systemd-journal" has to be created by the packaging scripts manually at installation time. It's a good idea to assign a static UID/GID to this group, since /var/log/journal might be shared across machines via NFS. This commit also grants read access to the journal files by default to members of the "wheel" and "adm" groups via file system ACLs, since these "almost-root" groups should be able to see what's going on on the system. These ACLs are created by "make install". Packagers probably need to duplicate this logic in their postinst scripts. This also adds documentation how to grant access to the journal to additional users or groups via fs ACLs.
-
- 04 Mar, 2013 1 commit
-
-
Kay Sievers authored
-
- 22 Feb, 2013 1 commit
-
-
Zbigniew Jędrzejewski-Szmek authored
Build instructions: make make DESTIDIR=/tmp/... install make DESTIDIR=/tmp/... sphinx-html sphinx-man sphinx-epub ...
-
- 16 Feb, 2013 1 commit
-
-
Zbigniew Jędrzejewski-Szmek authored
-
- 13 Feb, 2013 1 commit
-
-
Lennart Poettering authored
-
- 24 Jan, 2013 1 commit
-
-
Kay Sievers authored
-
- 25 Nov, 2012 2 commits
-
-
Tom Gundersen authored
Use '>=' everywhere for consistency and point out that new util-linux provides sulogin.
-
Zbigniew Jędrzejewski-Szmek authored
-
- 20 Nov, 2012 1 commit
-
-
Tom Gundersen authored
kmod is unecessary if loadable module support is disabled in the kernel, so make the dependency optional.
-
- 14 Nov, 2012 1 commit
-
-
Lennart Poettering authored
-
- 05 Nov, 2012 1 commit
-
-
Thomas Hindoe Paaboel Andersen authored
-
- 16 Oct, 2012 1 commit
-
-
Lennart Poettering authored
This also enables time-based rotation (but not vacuuming) after 1month, so that not more one month of journal is lost at a time per vacuuming.
-
- 13 Oct, 2012 1 commit
-
-
Zbigniew Jędrzejewski-Szmek authored
-
- 08 Oct, 2012 1 commit
-
-
Kay Sievers authored
-
- 27 Sep, 2012 1 commit
-
-
Lennart Poettering authored
This minimal HTTP server can serve journal data via HTTP. Its primary purpose is synchronization of journal data across the network. It serves journal data in three formats: text/plain: the text format known from /var/log/messages application/json: the journal entries formatted as JSON application/vnd.fdo.journal: the binary export format of the journal The HTTP server also serves a small HTML5 app that makes use of the JSON serialization to present the journal data to the user. Examples: This downloads the journal in text format: # systemctl start systemd-journal-gatewayd.service # wget http://localhost:19531/entries Same for JSON: # curl -H"Accept: application/json" http://localhost:19531/entries Access via web browser: $ firefox http://localhost:19531/
-
- 20 Aug, 2012 1 commit
-
-
Lennart Poettering authored
-
- 30 Jul, 2012 1 commit
-
-
Zbigniew Jędrzejewski-Szmek authored
-
- 16 Jul, 2012 1 commit
-
-
Ville Skyttä authored
-
- 07 Jun, 2012 1 commit
-
-
Kay Sievers authored
-
- 14 Apr, 2012 1 commit
-
-
Kay Sievers authored
-
- 11 Apr, 2012 1 commit
-
-
Lennart Poettering authored
We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends.
-
- 20 Mar, 2012 1 commit
-
-
Michal Schmidt authored
They've moved to systemd-ui.
-
- 25 Jan, 2012 1 commit
-
-
Lennart Poettering authored
-
- 22 Jan, 2012 1 commit
-
-
Kay Sievers authored
-
- 05 Jan, 2012 1 commit
-
-
Lennart Poettering authored
-
- 28 Dec, 2011 1 commit
-
-
Kay Sievers authored
-