- 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
-
- 03 May, 2013 1 commit
-
-
Zbigniew Jędrzejewski-Szmek authored
-
- 14 Feb, 2013 1 commit
-
-
Zbigniew Jędrzejewski-Szmek authored
-
- 09 Feb, 2013 2 commits
-
-
Michael Biebl authored
-
Michael Biebl authored
-
- 26 Jan, 2013 1 commit
-
-
Zbigniew Jędrzejewski-Szmek authored
New sections are added: PAM options, crypttab options, commandline options, miscellaneous. The last category will be used for all untagged <varname> elements. Commandline options sections is meant to be a developer tool: when adding an option it is sometimes useful to be able to check if similarly named options exist elsewhere.
-
- 17 Jan, 2013 1 commit
-
-
- 15 Jan, 2013 1 commit
-
-
Zbigniew Jędrzejewski-Szmek authored
systemd.directives(5) is renamed to systemd.directives(7). Section 7 is "Miscellaneous".
-
- 06 Nov, 2012 2 commits
-
-
Dave Reisner authored
This was never intended to be pushed. This reverts commit aea54018.
-
Dave Reisner authored
Since we already allow defining the mode of AF_UNIX sockets and FIFO, it makes sense to also allow specific user/group ownership of the socket file for restricting access.
-
- 05 Nov, 2012 1 commit
-
-
Dave Reisner authored
-
- 01 Nov, 2012 1 commit
-
-
Thomas Hindoe Paaboel Andersen authored
Fixes a few more typos. Also changes a "Accept=no" to "Accept=false" to be consistent with the previous examples in the same man page.
-
- 30 Oct, 2012 1 commit
-
-
Auke Kok authored
This adds SMACK label configuration options to socket units. SMACK labels should be applied to most objects on disk well before execution time, but two items remain that are generated dynamically at run time that require SMACK labels to be set in order to enforce MAC on all objects. Files on disk can be labelled using package management. For device nodes, simple udev rules are sufficient to add SMACK labels at boot/insertion time. Sockets can be created at run time and systemd does just that for several services. In order to protect FIFO's and UNIX domain sockets, we must instruct systemd to apply SMACK labels at runtime. This patch adds the following options: Smack - applicable to FIFO's. SmackIpIn/SmackIpOut - applicable to sockets. No external dependencies are required to support SMACK, as setting the labels is done using fsetxattr(). The labels can be set on a kernel that does not have SMACK enabled either, so there is no need to #ifdef any of this code out. For more information about SMACK, please see Documentation/Smack.txt in the kernel source code. v3 of this patch changes the config options to be CamelCased.
-
- 15 Oct, 2012 1 commit
-
-
Andrew Eikum authored
As you likely know, Arch Linux is in the process of moving to systemd. So I was reading through the various systemd docs and quickly became baffled by this new abbreviation "resp.", which I've never seen before in my English-mother-tongue life. Some quick Googling turned up a reference: <http://www.transblawg.eu/index.php?/archives/870-Resp.-and-other-non-existent-English-wordsNicht-existente-englische-Woerter.html> I guess it's a literal translation of the German "Beziehungsweise", but English doesn't work the same way. The word "respectively" is used exclusively to provide an ordering connection between two lists. E.g. "the prefixes k, M, and G refer to kilo-, mega-, and giga-, respectively." It is also never abbreviated to "resp." So the sentence "Sets the default output resp. error output for all services and sockets" makes no sense to a natural English speaker. This patch removes all instances of "resp." in the man pages and replaces them with sentences which are much more clear and, hopefully, grammatically valid. In almost all instances, it was simply replacing "resp." with "or," which the original author (Lennart?) could probably just do in the future. The only other instances of "resp." are in the src/ subtree, which I don't feel privileged to correct. Signed-off-by:
Andrew Eikum <aeikum@codeweavers.com>
-
- 03 Oct, 2012 1 commit
-
-
Lennart Poettering authored
-
- 13 Sep, 2012 1 commit
-
- 19 Jul, 2012 1 commit
-
-
Lennart Poettering authored
-
- 16 Jul, 2012 1 commit
-
-
Lennart Poettering authored
Make sure the man page titles are similar in style and capitalization so that our man page index looks pretty.
-
- 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.
-
- 12 Mar, 2012 1 commit
-
-
Lennart Poettering authored
https://bugzilla.redhat.com/show_bug.cgi?id=798760 (Note that this work is not complete yet, as the kernel seems to send us useless data with SCM_SECURITY enabled)
-
- 31 Dec, 2011 1 commit
-
-
Lennart Poettering authored
socket: rename the PassCred= option to PassCredentials=, since we don't want to needlessly abbreviate options unless they are very well established
-
- 08 Dec, 2011 1 commit
-
-
Tim Waugh authored
-
- 30 Nov, 2011 1 commit
-
-
Michal Schmidt authored
-
- 20 Jun, 2011 1 commit
-
-
Ville Skyttä authored
-
- 19 May, 2011 2 commits
-
-
Lennart Poettering authored
-
Lennart Poettering authored
-
- 17 May, 2011 1 commit
-
-
Lennart Poettering authored
-
- 27 Apr, 2011 1 commit
-
-
Lennart Poettering authored
Almost everybody found 3min too long, so lower it again
-
- 20 Apr, 2011 1 commit
-
-
Lennart Poettering authored
-
- 19 Apr, 2011 1 commit
-
-
Lennart Poettering authored
-
- 10 Apr, 2011 1 commit
-
-
Lennart Poettering authored
-
- 29 Mar, 2011 1 commit
-
-
Lennart Poettering authored
-
- 09 Feb, 2011 1 commit
-
-
Lennart Poettering authored
-
- 18 Jan, 2011 1 commit
-
-
Lennart Poettering authored
-
- 17 Jan, 2011 1 commit
-
-
Lennart Poettering authored
-