summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* bus: minor fixesLennart Poettering2013-05-15
|
* bus: seal off memfds when sealing messagesLennart Poettering2013-05-15
|
* bus: fix allocation of body parts from memfdLennart Poettering2013-05-14
|
* bus: properly handle message bodies that are a chain of memory areas rather ↵Lennart Poettering2013-05-14
| | | | than a single one
* bus: add and use UINT64_TO_PTR()Kay Sievers2013-05-14
|
* update TODOLennart Poettering2013-05-14
|
* journald-stream: typo in error message.Auke Kok2013-05-13
|
* TODO: add "debug" kernel cmdline switchKay Sievers2013-05-13
|
* bus: test-bus-memfd - use pread()/pwrite()Kay Sievers2013-05-13
|
* bus: update test-bus-memfdKay Sievers2013-05-13
|
* bus: remove KDBUS_MAKE_ACCESS_WORLD, remove (n_payload > 2) checkKay Sievers2013-05-12
| | | | | KDBUS_MAKE_ACCESS_WORLD is no longer needed, the kernel creates the kdbus device node with the uid/gid of the caller now.
* Add support for ConditionSecurity=imaAuke Kok2013-05-11
| | | | | | | | | | Just as with SMACK, we don't really know if a policy has been loaded or not, as the policy interface is write-only. Assume therefore that if ima is present in securityfs that it is enabled. Update the man page to reflect that "ima" is a valid option now as well.
* Re-indent with spaces.Auke Kok2013-05-11
|
* bus: update test-bus-memfdKay Sievers2013-05-11
|
* bus: fix test-bus-memfdKay Sievers2013-05-10
|
* bus: fix error check in memfd codeLennart Poettering2013-05-10
|
* bus: extend memfd testLennart Poettering2013-05-10
|
* nspawn: only warn about audit when booting the containerDave Reisner2013-05-10
| | | | | The audit subsystem isn't relevant when nspawn is only being used as a chroot.
* bus: add new API for kdbus memfd functionalityLennart Poettering2013-05-10
|
* kdbus: update kdbus.h from upstreamKay Sievers2013-05-10
|
* bus: catch up with latest kdbusLennart Poettering2013-05-10
|
* bus: add sd_bus_message_append_string_space() for zero-copy string appendingLennart Poettering2013-05-10
|
* nspawn: Include netlink headers rather than using #ifdefColin Walters2013-05-09
| | | | | | This is a better fix than e13e1fad8b231e187bd5de3ce668411bdcd3ac1a for failing to compile without audit that 77b6e19458f37cfde127ec6aa9494c0ac45ad890 introduced.
* Fix previous commit for !HAVE_AUDITColin Walters2013-05-09
|
* systemd-python: allow threads around flushZbigniew Jędrzejewski-Szmek2013-05-09
| | | | flush() is potentially costly.
* systemd-python: use consistent indentationZbigniew Jędrzejewski-Szmek2013-05-09
|
* audit: since audit is apparently never going to be fixed for containers tell ↵Lennart Poettering2013-05-10
| | | | | | | | | the user what's going on Let's try to be helpful to the user and give him a hint what he can do to make nspawn work with normal OS containers. https://bugzilla.redhat.com/show_bug.cgi?id=893751
* Start ctrl-alt-del.target irreversiblyEelco Dolstra2013-05-09
| | | | | This makes ctrl-alt-del reboots more robust, just like "systemctl reboot".
* build-sys: add convinience 'make python-shell'Zbigniew Jędrzejewski-Szmek2013-05-09
| | | | | | This will launch $(PYTHON) with $LD_LIBRARY_PATH and $PYTHONPATH as ./configure-d and DESTDIR-ed. Use as: make install DESTDIR=/var/tmp/inst python-shell
* systemd-python: wrap sd_login_monitorZbigniew Jędrzejewski-Szmek2013-05-09
|
* bus: add API for appending/reading fixed arraysLennart Poettering2013-05-09
|
* systemctl does not expand %u, so revert back to %IAuke Kok2013-05-09
| | | | | The description field is only displayed by systemctl, and it can't expand %u properly (it will always display "root").
* build-sys: prepare 204Lennart Poettering2013-05-09
|
* man: document that the kernel's audit subsystem is currently incompatible ↵Lennart Poettering2013-05-09
| | | | with nspawn containers
* condition, man: Add support for ConditionSecurity=smackKarol Lewandowski2013-05-08
| | | | | | | | According to Documentation/security/Smack.txt: In keeping with the intent of Smack, configuration data is minimal and not strictly required. The most important configuration step is mounting the smackfs pseudo filesystem. This means that checking the mount point should be enough.
* systemd-python: add wrappers for easy functions in sd-loginZbigniew Jędrzejewski-Szmek2013-05-08
| | | | sd_get_uids, sd_get_seats, sd_get_sessions, and sd_get_machine_names.
* systemd-python: add __version__ stringsZbigniew Jędrzejewski-Szmek2013-05-08
|
* Rearrange a few fields to reduce holesZbigniew Jędrzejewski-Szmek2013-05-08
|
* man: add permalinks to subsection titles tooZbigniew Jędrzejewski-Szmek2013-05-08
|
* update TODOLennart Poettering2013-05-07
|
* hostnamectl: suppress outputting of pretty hostname field in status if emptyLennart Poettering2013-05-07
|
* hostname: only suppress setting of pretty hostname if it is non-equal to the ↵Lennart Poettering2013-05-07
| | | | | | static hostname and if the static hostname is set, too https://bugzilla.redhat.com/show_bug.cgi?id=957814
* build-sys: properly mkdir for GENERAL_ALIASESZbigniew Jędrzejewski-Szmek2013-05-07
| | | | | | | Previous commit (20d408766) was broken. The problem is not connected to DESTDIR being set or not, but to the fact that targets in $GENERAL_ALIASES have directory components, so mkdir -p wasn't recursing deep enough.
* build-sys: properly mkdir with DESTDIR setZbigniew Jędrzejewski-Szmek2013-05-07
| | | | | grawity> ln: failed to create symbolic link ‘/home/grawity/pkg/aur/systemd-git/pkg/systemd//etc/systemd/system/multi-user.target.wants/remote-fs.target’: No such file or directory
* journald: don't recalculate the ACL maskLennart Poettering2013-05-07
| | | | | Otherwise we might end up with executable files if some default ACL is set for the journal directory.
* build-sys: support builds without EAs againLennart Poettering2013-05-07
|
* hashmap: document trivial_hash_func()Lennart Poettering2013-05-07
|
* kmod-setup: properly iterate through module tableLennart Poettering2013-05-07
| | | | | | Previously we skipped every second entry. This also cleans up much of the code and removes some dead code.
* systemd-sleep: it is not an error if the config file is missingZbigniew Jędrzejewski-Szmek2013-05-07
|
* login: add missing _public_ to sd_get_machine_names()Lennart Poettering2013-05-07
|