chiark / gitweb /
elogind.git
12 years agoexec: add high-level controls for blkio cgroup attributes
Lennart Poettering [Fri, 19 Aug 2011 23:38:10 +0000 (01:38 +0200)]
exec: add high-level controls for blkio cgroup attributes

12 years agocgroup: expose cgroup attributes as unit properties on the bus
Lennart Poettering [Fri, 19 Aug 2011 22:42:50 +0000 (00:42 +0200)]
cgroup: expose cgroup attributes as unit properties on the bus

12 years agoupdate TODO
Lennart Poettering [Sun, 21 Aug 2011 17:07:31 +0000 (19:07 +0200)]
update TODO

12 years agoexec: optionally apply cgroup attributes to the cgroups we create
Lennart Poettering [Fri, 19 Aug 2011 22:20:41 +0000 (00:20 +0200)]
exec: optionally apply cgroup attributes to the cgroups we create

12 years agoPATCH: add missing header include
Frederic Crozat [Thu, 18 Aug 2011 13:50:43 +0000 (15:50 +0200)]
PATCH: add missing header include

Hi,

MS_REC is not always defined in sys/mount.h. linux/fs.h should be
included, since it is always defined there.
--
Frederic Crozat <fcrozat@suse.com>
SUSE

>From 9f8a50decf45aaa4436b9fb3a0ab360f238b7d96 Mon Sep 17 00:00:00 2001
From: Frederic Crozat <fcrozat@suse.com>
Date: Thu, 18 Aug 2011 15:42:29 +0200
Subject: [PATCH] nspawn: add missing include header for MS_REC.

12 years agoconvert int to boolean for dbus_bool_t
Kay Sievers [Wed, 17 Aug 2011 17:38:07 +0000 (19:38 +0200)]
convert int to boolean for dbus_bool_t

12 years agoREADME: we need Linux 2.6.39
Kay Sievers [Thu, 11 Aug 2011 12:26:39 +0000 (14:26 +0200)]
README: we need Linux 2.6.39

12 years agogperf: add missing.h that was present in the C version to the m4
Koen Kooi [Tue, 2 Aug 2011 05:20:15 +0000 (07:20 +0200)]
gperf: add missing.h that was present in the C version to the m4

This fixes:

src/load-fragment-gperf.c:413:51: error: 'RLIMIT_RTTIME' undeclared (first use in this function)

12 years agobuild-sys: make gperf configure check fatal
Michael Biebl [Wed, 3 Aug 2011 15:09:55 +0000 (17:09 +0200)]
build-sys: make gperf configure check fatal

and document the new build requirement.

12 years agoupdate TODO
Kay Sievers [Wed, 3 Aug 2011 13:12:34 +0000 (15:12 +0200)]
update TODO

12 years agobump release v33
Lennart Poettering [Wed, 3 Aug 2011 02:19:53 +0000 (04:19 +0200)]
bump release

12 years agoexec: introduce PrivateNetwork= process option to turn off network access to specific...
Lennart Poettering [Tue, 2 Aug 2011 03:24:58 +0000 (05:24 +0200)]
exec: introduce PrivateNetwork= process option to turn off network access to specific services

12 years agoman: nspawn fixes
Lennart Poettering [Tue, 2 Aug 2011 02:55:10 +0000 (04:55 +0200)]
man: nspawn fixes

12 years agonspawn: add new --no-net switch to turn off networking in the container
Lennart Poettering [Tue, 2 Aug 2011 02:49:37 +0000 (04:49 +0200)]
nspawn: add new --no-net switch to turn off networking in the container

12 years agoupdate TODO
Lennart Poettering [Mon, 1 Aug 2011 23:41:36 +0000 (01:41 +0200)]
update TODO

12 years agobuild-sys: Add --disable-hostnamed configure switch
Miklos Vajna [Mon, 1 Aug 2011 23:09:13 +0000 (01:09 +0200)]
build-sys: Add --disable-hostnamed configure switch

12 years agoservice: parse insserv.conf and plugs its system facilities into systemd.
Frederic Crozat [Wed, 29 Jun 2011 11:59:34 +0000 (13:59 +0200)]
service: parse insserv.conf and plugs its system facilities into systemd.

12 years agoupdate TODO
Lennart Poettering [Mon, 1 Aug 2011 22:34:13 +0000 (00:34 +0200)]
update TODO

12 years agodbus: fix MaskUnitFiles bus call
Lennart Poettering [Mon, 1 Aug 2011 22:10:40 +0000 (00:10 +0200)]
dbus: fix MaskUnitFiles bus call

12 years agobash: Allow to restart already started service.
Frederic Crozat [Mon, 1 Aug 2011 16:43:01 +0000 (18:43 +0200)]
bash: Allow to restart already started service.

Allow to restart all services, not only inactive one.

https://bugzilla.novell.com/show_bug.cgi?id=704782

12 years agoman: loginctl has lock/unlock with a -session suffix
Miklos Vajna [Sun, 31 Jul 2011 11:57:30 +0000 (13:57 +0200)]
man: loginctl has lock/unlock with a -session suffix

Hi,

The systemd-loginctl manpage talks about lock/unlock while in fact it1s
lock-sesion/unlock-session. The attached patch fixes this issue.

Thanks.

12 years agoman: Fix command name in systemd-tmpfiles example.
Ville Skyttä [Sat, 30 Jul 2011 17:01:01 +0000 (20:01 +0300)]
man: Fix command name in systemd-tmpfiles example.

12 years agoinitctl: support 'telinit u/q'
Tom Gundersen [Sat, 30 Jul 2011 16:23:10 +0000 (18:23 +0200)]
initctl: support 'telinit u/q'

We send SIGTERM (resp., SIGHUP) when we receive request for changing to
runlevel 'u' (resp., 'q').

As initctl is already async, we just send the signals rather than first
attempting to connect to sytemd over dbus and then falling back to kill.

12 years agoupdate TODO
Lennart Poettering [Mon, 1 Aug 2011 21:16:20 +0000 (23:16 +0200)]
update TODO

12 years agogperf: fix load-fragment-gperf.gperf.m4 when HAVE_SYSV_COMPAT is not set
Lennart Poettering [Mon, 1 Aug 2011 21:15:02 +0000 (23:15 +0200)]
gperf: fix load-fragment-gperf.gperf.m4 when HAVE_SYSV_COMPAT is not set

12 years agomain: fix reexec
Lennart Poettering [Mon, 1 Aug 2011 20:42:19 +0000 (22:42 +0200)]
main: fix reexec

12 years agoumask: set umask of a number of sockets by default, even though we check creds on...
Lennart Poettering [Mon, 1 Aug 2011 20:42:07 +0000 (22:42 +0200)]
umask: set umask of a number of sockets by default, even though we check creds on connections

12 years agoman: document that we default to 022 as umask
Lennart Poettering [Mon, 1 Aug 2011 20:37:45 +0000 (22:37 +0200)]
man: document that we default to 022 as umask

12 years agoexecute: properly enforce group
Lennart Poettering [Mon, 1 Aug 2011 19:34:42 +0000 (21:34 +0200)]
execute: properly enforce group

https://bugzilla.redhat.com/show_bug.cgi?id=723892

12 years agoumask: change default umask to 0022 just to be sure, and set it explicitly in all...
Lennart Poettering [Mon, 1 Aug 2011 18:52:18 +0000 (20:52 +0200)]
umask: change default umask to 0022 just to be sure, and set it explicitly in all binaries, in order to make sure it is set when started from the terminal

12 years agomanager: call generators with umask 0022
Lennart Poettering [Mon, 1 Aug 2011 18:51:18 +0000 (20:51 +0200)]
manager: call generators with umask 0022

12 years agogetty: fix message
Lennart Poettering [Mon, 1 Aug 2011 18:28:59 +0000 (20:28 +0200)]
getty: fix message

12 years agogetty: automatically spawn getty on xen console xvc0
Lennart Poettering [Mon, 1 Aug 2011 18:27:57 +0000 (20:27 +0200)]
getty: automatically spawn getty on xen console xvc0

https://bugzilla.redhat.com/show_bug.cgi?id=726976

12 years agobuild-sys: make distcheck work
Lennart Poettering [Mon, 1 Aug 2011 15:09:38 +0000 (17:09 +0200)]
build-sys: make distcheck work

12 years agohashmap: speed up hashmap allocations by introducing an allocation cache
Lennart Poettering [Mon, 1 Aug 2011 14:50:55 +0000 (16:50 +0200)]
hashmap: speed up hashmap allocations by introducing an allocation cache

12 years agomissing: define gettid()
Lennart Poettering [Mon, 1 Aug 2011 03:06:15 +0000 (05:06 +0200)]
missing: define gettid()

12 years agoutil: place a couple of _likely_ around cache TLS vars
Lennart Poettering [Mon, 1 Aug 2011 03:05:59 +0000 (05:05 +0200)]
util: place a couple of _likely_ around cache TLS vars

12 years agoutil: add is_main_thread() call
Lennart Poettering [Mon, 1 Aug 2011 03:05:12 +0000 (05:05 +0200)]
util: add is_main_thread() call

12 years agoutil: more join() optimizations
Lennart Poettering [Mon, 1 Aug 2011 00:45:51 +0000 (02:45 +0200)]
util: more join() optimizations

12 years agoutil: use join() instead of asprintf() as an optimization
Lennart Poettering [Mon, 1 Aug 2011 00:39:22 +0000 (02:39 +0200)]
util: use join() instead of asprintf() as an optimization

12 years agoutil: various optimizations, using join()
Lennart Poettering [Sun, 31 Jul 2011 23:55:31 +0000 (01:55 +0200)]
util: various optimizations, using join()

12 years agoutil: introduce join() to speed up simple string concatenations
Lennart Poettering [Sun, 31 Jul 2011 23:28:01 +0000 (01:28 +0200)]
util: introduce join() to speed up simple string concatenations

12 years agoutil: optimize strstrip() a bit
Lennart Poettering [Sun, 31 Jul 2011 23:18:33 +0000 (01:18 +0200)]
util: optimize strstrip() a bit

12 years agoconf-parser: properly handle known but not parsed assignments
Lennart Poettering [Sun, 31 Jul 2011 23:18:14 +0000 (01:18 +0200)]
conf-parser: properly handle known but not parsed assignments

12 years agoload-fragment: speed up parsing by using a perfect hash table with configuration...
Lennart Poettering [Sun, 31 Jul 2011 22:43:05 +0000 (00:43 +0200)]
load-fragment: speed up parsing by using a perfect hash table with configuration settings built by gperf

12 years agosystemctl: fix parsing of LoadError property for systemctl show
Lennart Poettering [Sun, 31 Jul 2011 16:28:33 +0000 (18:28 +0200)]
systemctl: fix parsing of LoadError property for systemctl show

12 years agodbus: export unit file state
Lennart Poettering [Sun, 31 Jul 2011 16:28:02 +0000 (18:28 +0200)]
dbus: export unit file state

12 years agomain: show load profiling in test mode, too
Lennart Poettering [Sun, 31 Jul 2011 16:13:59 +0000 (18:13 +0200)]
main: show load profiling in test mode, too

12 years agodbus: export load error on unit objects
Lennart Poettering [Sun, 31 Jul 2011 16:13:03 +0000 (18:13 +0200)]
dbus: export load error on unit objects

12 years agoupdate TODO
Lennart Poettering [Sun, 31 Jul 2011 01:53:57 +0000 (03:53 +0200)]
update TODO

12 years agoshutdownd: add 'success message' if we retried detaching stuff
Kay Sievers [Sat, 30 Jul 2011 18:24:40 +0000 (20:24 +0200)]
shutdownd: add 'success message' if we retried detaching stuff

If we need to retry, we print things like
  'Not all file systems unmounted, 1 left'
We should also print something after we succeeded, so we don't leave
the impression we left stuff behind.

12 years agosd-login: build test code again
Lennart Poettering [Sat, 30 Jul 2011 14:42:26 +0000 (16:42 +0200)]
sd-login: build test code again

12 years agosystemctl: s/ignore/ignore_error/ in 'show' output
Lennart Poettering [Sat, 30 Jul 2011 14:42:05 +0000 (16:42 +0200)]
systemctl: s/ignore/ignore_error/ in 'show' output

12 years agoupdate TODO
Lennart Poettering [Fri, 29 Jul 2011 03:01:47 +0000 (05:01 +0200)]
update TODO

12 years agogit: hide org.freedesktop.systemd1.policy.in v32
Lennart Poettering [Fri, 29 Jul 2011 01:26:10 +0000 (03:26 +0200)]
git: hide org.freedesktop.systemd1.policy.in

12 years agonspawn: properly bind mount /sys/fs/selinux into container, since /selinux moved...
Lennart Poettering [Fri, 29 Jul 2011 01:25:05 +0000 (03:25 +0200)]
nspawn: properly bind mount /sys/fs/selinux into container, since /selinux moved there

12 years agobuild-sys: prepare new release
Lennart Poettering [Fri, 29 Jul 2011 01:15:20 +0000 (03:15 +0200)]
build-sys: prepare new release

12 years agosd-login: return size of arrays as return value in functions that generate an array
Lennart Poettering [Fri, 29 Jul 2011 01:08:49 +0000 (03:08 +0200)]
sd-login: return size of arrays as return value in functions that generate an array

12 years agoupdate TODO
Kay Sievers [Fri, 29 Jul 2011 00:17:51 +0000 (02:17 +0200)]
update TODO

12 years agoselinux: mount /sys, /proc, /dev before we load the SELinux policy
Lennart Poettering [Thu, 28 Jul 2011 23:48:18 +0000 (01:48 +0200)]
selinux: mount /sys, /proc, /dev before we load the SELinux policy

12 years agoselinux: use setcon() instead of reexec to apply selinux policy
Lennart Poettering [Thu, 28 Jul 2011 21:52:23 +0000 (23:52 +0200)]
selinux: use setcon() instead of reexec to apply selinux policy

12 years agomain: redirection to telinit is unnecessary if sysv compat is disabled
Lennart Poettering [Thu, 28 Jul 2011 21:42:47 +0000 (23:42 +0200)]
main: redirection to telinit is unnecessary if sysv compat is disabled

12 years agomain: profile unit file loading
Lennart Poettering [Thu, 28 Jul 2011 21:41:57 +0000 (23:41 +0200)]
main: profile unit file loading

12 years agolabel: generalize label_get_socket_label_from_exe() a bit
Lennart Poettering [Thu, 28 Jul 2011 21:39:29 +0000 (23:39 +0200)]
label: generalize label_get_socket_label_from_exe() a bit

12 years agodbus: the changes array might actually be NULL when ti is empty
Lennart Poettering [Thu, 28 Jul 2011 13:48:58 +0000 (15:48 +0200)]
dbus: the changes array might actually be NULL when ti is empty

12 years agoRemove a stray empty line
Michael Biebl [Thu, 28 Jul 2011 13:03:30 +0000 (15:03 +0200)]
Remove a stray empty line

12 years agoDon't show a warning message in non-enforcing mode.
Michael Biebl [Fri, 1 Jul 2011 03:55:57 +0000 (05:55 +0200)]
Don't show a warning message in non-enforcing mode.

If we fail to load the SELinux policy only log an error message in
enforcing mode.

12 years agoLink against -lcap only where required
Michael Biebl [Thu, 28 Jul 2011 02:02:32 +0000 (04:02 +0200)]
Link against -lcap only where required

Don't put -lcap into LIBS as otherwise everything will be linked against
it, like libsystemd-daemon, where this is not desired.

12 years agologind: properly write user state files
Lennart Poettering [Thu, 28 Jul 2011 02:15:53 +0000 (04:15 +0200)]
logind: properly write user state files

12 years agobuild-sys: move libsystemd-login to /lib, too v31
Lennart Poettering [Wed, 27 Jul 2011 21:31:53 +0000 (23:31 +0200)]
build-sys: move libsystemd-login to /lib, too

12 years agoselinux: also profile memory usage
Lennart Poettering [Wed, 27 Jul 2011 19:47:25 +0000 (21:47 +0200)]
selinux: also profile memory usage

12 years agobuild-sys: fix make distcheck
Lennart Poettering [Wed, 27 Jul 2011 19:11:24 +0000 (21:11 +0200)]
build-sys: fix make distcheck

12 years agobuild-sys: prepare v31
Lennart Poettering [Wed, 27 Jul 2011 18:55:25 +0000 (20:55 +0200)]
build-sys: prepare v31

12 years agoupdate TODO
Lennart Poettering [Wed, 27 Jul 2011 18:50:30 +0000 (20:50 +0200)]
update TODO

12 years agoupdate TODO
Lennart Poettering [Wed, 27 Jul 2011 18:47:50 +0000 (20:47 +0200)]
update TODO

12 years agopam: set XDG_SEAT and XDG_VTNR when logging in
Lennart Poettering [Tue, 26 Jul 2011 21:09:34 +0000 (23:09 +0200)]
pam: set XDG_SEAT and XDG_VTNR when logging in

12 years agosd-login: add new call sd_seat_can_multi_session()
Lennart Poettering [Tue, 26 Jul 2011 21:09:09 +0000 (23:09 +0200)]
sd-login: add new call sd_seat_can_multi_session()

12 years agologind: rename can_activate_sessions to can_multi_session
Lennart Poettering [Tue, 26 Jul 2011 19:49:29 +0000 (21:49 +0200)]
logind: rename can_activate_sessions to can_multi_session

12 years agoudev: fix copy/paste error when applying sysctl to network devices
Lennart Poettering [Tue, 26 Jul 2011 19:45:18 +0000 (21:45 +0200)]
udev: fix copy/paste error when applying sysctl to network devices

12 years agopkgconfig: move library .pc files to libdir
Lennart Poettering [Tue, 26 Jul 2011 19:44:37 +0000 (21:44 +0200)]
pkgconfig: move library .pc files to libdir

12 years agoselinux: check PID 1 label instead of /selinux mount point to figure out if selinux...
Lennart Poettering [Mon, 25 Jul 2011 19:59:05 +0000 (21:59 +0200)]
selinux: check PID 1 label instead of /selinux mount point to figure out if selinux is already initialized

12 years agoselinux: log how much time it takes to load the SELinux policy and database
Lennart Poettering [Mon, 25 Jul 2011 19:22:57 +0000 (21:22 +0200)]
selinux: log how much time it takes to load the SELinux policy and database

12 years agosysctl: apply network specific sysctls to each network card as they appear
Lennart Poettering [Mon, 25 Jul 2011 18:24:58 +0000 (20:24 +0200)]
sysctl: apply network specific sysctls to each network card as they appear

12 years agomachine-id: be nice and generate compliant v4 UUIDs
Lennart Poettering [Mon, 25 Jul 2011 17:31:07 +0000 (19:31 +0200)]
machine-id: be nice and generate compliant v4 UUIDs

Newly generated machine IDs now qualify as randomized v4 UUIds. This is
trivial to do and hopefully increases adoption of the ID for various
purposes.

12 years agoseat: add another 'Plugable' device id
Kay Sievers [Mon, 25 Jul 2011 12:34:30 +0000 (14:34 +0200)]
seat: add another 'Plugable' device id

12 years agosystemctl: hook up new install logic
Lennart Poettering [Mon, 25 Jul 2011 02:58:02 +0000 (04:58 +0200)]
systemctl: hook up new install logic

This adds a number of new options to systemctl, for presets, reenabling,
masking/unmask, and runtime operations.

12 years agonspawn: mount a new /proc instance in the container so that we don't see the hosts...
Lennart Poettering [Sat, 23 Jul 2011 13:54:52 +0000 (15:54 +0200)]
nspawn: mount a new /proc instance in the container so that we don't see the hosts' PID tree

This partially reverts f5c1b9eeb94c112e5dac09fc6a47c571356c30c0.

12 years agosystemctl: remove monitor command since it is mostly useless
Lennart Poettering [Sat, 23 Jul 2011 02:21:47 +0000 (04:21 +0200)]
systemctl: remove monitor command since it is mostly useless

12 years agosystemctl: split --help into multiple sections
Lennart Poettering [Sat, 23 Jul 2011 02:20:22 +0000 (04:20 +0200)]
systemctl: split --help into multiple sections

12 years agomanager: add log control via RT signals
Lennart Poettering [Sat, 23 Jul 2011 02:15:38 +0000 (04:15 +0200)]
manager: add log control via RT signals

12 years agobus: expose installer functions
Lennart Poettering [Sat, 23 Jul 2011 01:44:47 +0000 (03:44 +0200)]
bus: expose installer functions

12 years agologin: drop unused variables
Lennart Poettering [Fri, 22 Jul 2011 23:18:20 +0000 (01:18 +0200)]
login: drop unused variables

12 years agoutil: make use of get_user_creds() and get_group_creds() wherever applicable
Lennart Poettering [Fri, 22 Jul 2011 23:17:59 +0000 (01:17 +0200)]
util: make use of get_user_creds() and get_group_creds() wherever applicable

12 years agoinstall: don't choke on dead links
Lennart Poettering [Fri, 22 Jul 2011 22:49:32 +0000 (00:49 +0200)]
install: don't choke on dead links

12 years agouaccess: port over to using sd-login
Lennart Poettering [Fri, 22 Jul 2011 22:48:11 +0000 (00:48 +0200)]
uaccess: port over to using sd-login

12 years agolookup: fix NUL termination of search path array
Lennart Poettering [Fri, 22 Jul 2011 22:47:50 +0000 (00:47 +0200)]
lookup: fix NUL termination of search path array

12 years agoutil: user parse_uid() wherever applicable
Lennart Poettering [Fri, 22 Jul 2011 22:47:17 +0000 (00:47 +0200)]
util: user parse_uid() wherever applicable

12 years agosd-login: beef up login api, to add monitoring and enumerating
Lennart Poettering [Fri, 22 Jul 2011 19:01:15 +0000 (21:01 +0200)]
sd-login: beef up login api, to add monitoring and enumerating

12 years agoshutdown: untabify
Lennart Poettering [Fri, 22 Jul 2011 02:32:22 +0000 (04:32 +0200)]
shutdown: untabify

12 years agoshutdown: initialize the controlling terminal
Harald Hoyer [Tue, 19 Jul 2011 10:47:45 +0000 (12:47 +0200)]
shutdown: initialize the controlling terminal

Thanks Kay Sievers!