summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)AuthorFilesLines
2013-03-09man: use lxml for faster generation and pretty printingZbigniew Jędrzejewski-Szmek1-0/+1
2013-03-07core: mount and initialize SmackNathaniel Chen1-0/+2
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
2013-03-06README: more CONFIG_* updatesKay Sievers1-2/+7
2013-03-06README: remove CONFIG_HOTPLUG, add CONFIG_NETKay Sievers1-1/+1
2013-03-06README: add kernel config optionsKay Sievers1-10/+37
2013-03-05Fix typosMichael Biebl1-2/+2
2013-03-05journal: make gatewayd run under its own user IDLennart Poettering1-5/+11
2013-03-05README: add udev goupsKay Sievers1-0/+6
2013-03-05journald: introduce new "systemd-journal" group and make it own the journal ↵Lennart Poettering1-0/+13
files 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.
2013-03-04ProFUSION got bought by IntelKay Sievers1-10/+0
2013-02-22python: build html docs using sphinxZbigniew Jędrzejewski-Szmek1-0/+7
Build instructions: make make DESTIDIR=/tmp/... install make DESTIDIR=/tmp/... sphinx-html sphinx-man sphinx-epub ...
2013-02-16man: move bootchart README to manpage, docbooksifyZbigniew Jędrzejewski-Szmek1-0/+7
2013-02-13build-sys: make PolicyKit support compile-time optional (was ↵Lennart Poettering1-0/+1
runtime-optional already)
2013-01-24README: remove mentioning of nss-myhostname "package"Kay Sievers1-3/+1
2012-11-25README - dependencies: unify and add util-linux referenceTom Gundersen1-2/+2
Use '>=' everywhere for consistency and point out that new util-linux provides sulogin.
2012-11-25README: mention dependency on libpythonZbigniew Jędrzejewski-Szmek1-8/+9
2012-11-20build-sys: make loadable module support optionalTom Gundersen1-2/+2
kmod is unecessary if loadable module support is disabled in the kernel, so make the dependency optional.
2012-11-14README: don't list libgcrypt twice as depLennart Poettering1-1/+0
2012-11-05README,TODO: typo fixesThomas Hindoe Paaboel Andersen1-1/+1
2012-10-16journal: implement time-based rotation/vacuumingLennart Poettering1-0/+1
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.
2012-10-13journal: fix build in VALGRIND compatibility modeZbigniew Jędrzejewski-Szmek1-0/+5
2012-10-08README: updateKay Sievers1-0/+2
2012-09-28journal: add minimal journal gateway daemon based on GNU libmicrohttpdLennart Poettering1-0/+3
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/
2012-08-20journal: make libgcrypt dependency optionalLennart Poettering1-0/+1
2012-07-31Add a few more dependencies to READMEZbigniew Jędrzejewski-Szmek1-0/+5
2012-07-16Spelling fixes.Ville Skyttä1-1/+1
2012-06-07delete plymouth units; moved to plymouthKay Sievers1-1/+0
2012-04-14README: update udev requirementsKay Sievers1-3/+1
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering1-3/+7
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.
2012-03-20remove GTK piecesMichal Schmidt1-3/+0
They've moved to systemd-ui.
2012-01-25README: update header lineLennart Poettering1-1/+1
2012-01-22README: fix git URLsKay Sievers1-3/+3
2012-01-05README: correct license claimsLennart Poettering1-1/+2
2011-11-01README: explain dependency on cgroupsLennart Poettering1-1/+4
2011-08-24update READMELennart Poettering1-0/+5
2011-08-11README: we need Linux 2.6.39Kay Sievers1-1/+1
2011-08-03build-sys: make gperf configure check fatalMichael Biebl1-0/+1
and document the new build requirement.
2011-07-15libsystemd-daemon: support installation in --with-rootlibdirKay Sievers1-1/+1
2011-07-14README: document licenseLennart Poettering1-0/+3
2011-05-17README: document relation to nss-myhostnameLennart Poettering1-0/+8
2011-03-04main: add link to wiki page with longer explanation of the /usr madnessLennart Poettering1-0/+3
2011-03-04s/seperate/separate/Lennart Poettering1-1/+1
2011-03-01README: refer to profusion if people ask for consulting/engineering servicesLennart Poettering1-0/+10
2011-02-23ask-password: supported plymouth cached passwordsLennart Poettering1-2/+19
2011-02-21README: document that we need ipv6Lennart Poettering1-1/+1
2011-02-16README: update requirementsLennart Poettering1-3/+21
2010-12-01update READMEKay Sievers1-0/+1
2010-11-26update READMEKay Sievers1-4/+4
2010-10-07shutdown: create /var/run/nologin instead of /etc/nologin which is supported ↵Lennart Poettering1-0/+1
since PAM 1.1.2
2010-10-07README: Check for libudev-160, as in configure.acFabiano Fidencio1-1/+1