]> git.ipfire.org Git - thirdparty/systemd.git/log
thirdparty/systemd.git
8 years agounits: add 'smackfsroot=*' option into tmp.mount when SMACK is enabled 1572/head
Sangjung Woo [Wed, 14 Oct 2015 06:57:47 +0000 (15:57 +0900)] 
units: add 'smackfsroot=*' option into tmp.mount when SMACK is enabled

If SMACK is enabled, 'smackfsroot=*' option should be specified in
tmp.mount file since many non-root processes use /tmp for temporary
usage. If not, /tmp is labeled as '_' and smack denial occurs when
writing.

8 years agoman: /dev/kmsg is not a socket
Zbigniew Jędrzejewski-Szmek [Tue, 13 Oct 2015 18:22:12 +0000 (14:22 -0400)] 
man: /dev/kmsg is not a socket

Fixup for #1542.

8 years agoMerge pull request #1548 from evverx/journalctl-catalog-ops-fixes
Lennart Poettering [Tue, 13 Oct 2015 17:23:54 +0000 (19:23 +0200)] 
Merge pull request #1548 from evverx/journalctl-catalog-ops-fixes

Fix journalctl --dump-catalog, journalctl --list-catalog

8 years agoMerge pull request #1534 from evverx/expose-rlimits-on-dbus
Lennart Poettering [Tue, 13 Oct 2015 15:28:29 +0000 (17:28 +0200)] 
Merge pull request #1534 from evverx/expose-rlimits-on-dbus

Expose `DefaultLimit*` as properties on dbus

8 years agoMerge pull request #1542 from keszybz/journal-audit-optional
Lennart Poettering [Tue, 13 Oct 2015 15:23:33 +0000 (17:23 +0200)] 
Merge pull request #1542 from keszybz/journal-audit-optional

Make journald audit socket maskable

8 years agoMerge pull request #1544 from keszybz/man-IPv6AcceptRouterAdvertisements
Daniel Mack [Tue, 13 Oct 2015 11:46:39 +0000 (13:46 +0200)] 
Merge pull request #1544 from keszybz/man-IPv6AcceptRouterAdvertisements

man: describe IPv6AcceptRouterAdvertisements= better

8 years agoMerge pull request #1545 from keszybz/check-for-xsltproc
Daniel Mack [Tue, 13 Oct 2015 11:46:01 +0000 (13:46 +0200)] 
Merge pull request #1545 from keszybz/check-for-xsltproc

build-sys: check for xsltproc when building manpages

8 years agoMerge pull request #1552 from jsynacek/short-flags-since-until
Lennart Poettering [Tue, 13 Oct 2015 10:41:13 +0000 (12:41 +0200)] 
Merge pull request #1552 from jsynacek/short-flags-since-until

journalctl: introduce short options for --since and --until

8 years agojournalctl: introduce short options for --since and --until 1552/head
Jan Synacek [Tue, 13 Oct 2015 08:50:49 +0000 (10:50 +0200)] 
journalctl: introduce short options for --since and --until

Fixes #1514.

8 years agojournalctl: enable args for --dump-catalog and --list-catalog 1548/head
Evgeny Vereshchagin [Tue, 13 Oct 2015 06:04:11 +0000 (09:04 +0300)] 
journalctl: enable args for --dump-catalog and --list-catalog

`journalctl --dump-catalog ID1 ID2 ...` works fine.

8 years agojournalctl: open pager for --dump-catalog and --list-catalog
Evgeny Vereshchagin [Tue, 13 Oct 2015 06:01:37 +0000 (09:01 +0300)] 
journalctl: open pager for --dump-catalog and --list-catalog

8 years agoDocument journald sockets paths a bit more 1542/head
Zbigniew Jędrzejewski-Szmek [Mon, 12 Oct 2015 03:25:43 +0000 (23:25 -0400)] 
Document journald sockets paths a bit more

Adding them to the documentation makes it easier to find
the right man page for people who are trying to understand
where some socket in the filesystem is coming from.

8 years agobuild-sys: check for xsltproc when building manpages 1545/head
Zbigniew Jędrzejewski-Szmek [Mon, 12 Oct 2015 17:50:03 +0000 (13:50 -0400)] 
build-sys: check for xsltproc when building manpages

Only check for xsltproc if it will be used.
If not found, complain.

https://github.com/systemd/systemd/issues/1521

8 years agoman: describe IPv6AcceptRouterAdvertisements= better 1544/head
Zbigniew Jędrzejewski-Szmek [Wed, 30 Sep 2015 18:59:43 +0000 (14:59 -0400)] 
man: describe IPv6AcceptRouterAdvertisements= better

With the previous description it wasn't clear that the
kernel default is being described.

Add link to kernel docs.

8 years agojournald: make audit socket optional
Zbigniew Jędrzejewski-Szmek [Sun, 2 Aug 2015 17:55:57 +0000 (13:55 -0400)] 
journald: make audit socket optional

If we were given some sockets through socket activation, and audit
socket is not among them, do not try to open it. This way, if the
socket unit is disabled, we will not receive audit events.

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

8 years agoMerge pull request #1536 from jsynacek/master
Daniel Mack [Mon, 12 Oct 2015 13:27:37 +0000 (15:27 +0200)] 
Merge pull request #1536 from jsynacek/master

po/da: use unix line endings

8 years agoMerge pull request #1540 from zonque/cmsg
David Herrmann [Mon, 12 Oct 2015 13:23:51 +0000 (15:23 +0200)] 
Merge pull request #1540 from zonque/cmsg

sd-daemon: wipe out memory before using CMSG_NXTHDR()

8 years agosd-daemon: wipe out memory before using CMSG_NXTHDR() 1540/head
Daniel Mack [Mon, 12 Oct 2015 12:44:26 +0000 (14:44 +0200)] 
sd-daemon: wipe out memory before using CMSG_NXTHDR()

CMSG_NXTHDR() checks for cmsg->cmsg_len *after* it increased the pointer.
While this makes sense for parsing received messages, that's a pitfall
for code crafting messages with this macro.

Wipe out the allocated memory to fix this.

8 years agopo/da: use unix line endings 1536/head
Jan Synacek [Mon, 12 Oct 2015 07:56:24 +0000 (09:56 +0200)] 
po/da: use unix line endings

8 years agoMerge pull request #1532 from phomes/trivial-fixes
Daniel Mack [Mon, 12 Oct 2015 07:45:58 +0000 (09:45 +0200)] 
Merge pull request #1532 from phomes/trivial-fixes

Trivial fixes

8 years agocore: manager: expose DefaultLimit* as properties on dbus 1534/head
Evgeny Vereshchagin [Mon, 12 Oct 2015 06:39:00 +0000 (06:39 +0000)] 
core: manager: expose DefaultLimit* as properties on dbus

8 years agobus-util: add bus_property_get_rlimit (move from core/dbus_execute)
Evgeny Vereshchagin [Mon, 12 Oct 2015 05:16:05 +0000 (05:16 +0000)] 
bus-util: add bus_property_get_rlimit (move from core/dbus_execute)

8 years agoshared: remove an unused variable 1532/head
Thomas Hindoe Paaboel Andersen [Sun, 11 Oct 2015 14:42:22 +0000 (16:42 +0200)] 
shared: remove an unused variable

8 years agorfkill: consistently use = in designator
Thomas Hindoe Paaboel Andersen [Sun, 11 Oct 2015 12:08:28 +0000 (14:08 +0200)] 
rfkill: consistently use = in designator

8 years agoMerge pull request #1524 from Danielmachon/catalog-danish-translation
Daniel Mack [Sat, 10 Oct 2015 17:15:28 +0000 (19:15 +0200)] 
Merge pull request #1524 from Danielmachon/catalog-danish-translation

catalog: added systemd.da.catalog

8 years agocatalog: added systemd.da.catalog 1524/head
Danielmachon [Sat, 10 Oct 2015 16:35:44 +0000 (18:35 +0200)] 
catalog: added systemd.da.catalog

8 years agoMerge pull request #1510 from mirco/fix-nspawn
Lennart Poettering [Fri, 9 Oct 2015 15:45:42 +0000 (18:45 +0300)] 
Merge pull request #1510 from mirco/fix-nspawn

nspawn: create /sys/fs/cgroup for unified hierarchy as well

8 years agoMerge pull request #1516 from poettering/dontisolaterootslice
Martin Pitt [Fri, 9 Oct 2015 15:32:30 +0000 (17:32 +0200)] 
Merge pull request #1516 from poettering/dontisolaterootslice

Don't isolate `-.slice`

8 years agocore: ignore -.slice and init.scope when isolating 1516/head
Lennart Poettering [Fri, 9 Oct 2015 15:18:18 +0000 (17:18 +0200)] 
core: ignore -.slice and init.scope when isolating

Otherwise, we might end up trying to isolate it away when starting user
instances.

While we are at it, also prohibit manual start/stop of these two units.

Fixes: #1507
8 years agosd-daemon: simply code simplification
Lennart Poettering [Fri, 9 Oct 2015 15:17:28 +0000 (17:17 +0200)] 
sd-daemon: simply code simplification

No change in behaviour, just make the code more obvious.

8 years agocore: remove taint flag about /etc/mtab not being a symlink.
Lennart Poettering [Fri, 9 Oct 2015 15:16:12 +0000 (17:16 +0200)] 
core: remove taint flag about /etc/mtab not being a symlink.

We already stop boot if /etc/mtab is not a symlink right now, and most
likely we'll stop referecing it at all in the future, either way there's
no point in keeping it around as taint flag.

8 years agozsh: don't mention /etc/mtab
Lennart Poettering [Fri, 9 Oct 2015 15:15:24 +0000 (17:15 +0200)] 
zsh: don't mention /etc/mtab

The file is obsolete, use /proc/self/mounts instead.

Also, yuck, the code is so awful...

8 years agoMerge pull request #1512 from evverx/systemd-run-syslog-properties
Lennart Poettering [Fri, 9 Oct 2015 14:06:22 +0000 (17:06 +0300)] 
Merge pull request #1512 from evverx/systemd-run-syslog-properties

systemd-run can launch units with SyslogIdentifier and SyslogLevelPrefix

8 years agoMerge pull request #1501 from fbuihuu/fix-requires-mounts-for-directives
Lennart Poettering [Fri, 9 Oct 2015 14:04:36 +0000 (17:04 +0300)] 
Merge pull request #1501 from fbuihuu/fix-requires-mounts-for-directives

Make sure the mount units pulled by 'RequiresMountsFor=' are loaded, if they exist

8 years agoshell-completion: systemd-run: add new properties 1512/head
Evgeny Vereshchagin [Fri, 9 Oct 2015 12:42:34 +0000 (12:42 +0000)] 
shell-completion: systemd-run: add new properties

8 years agosystemd-run can now launch units with SyslogIdentifier
Evgeny Vereshchagin [Fri, 9 Oct 2015 12:37:50 +0000 (12:37 +0000)] 
systemd-run can now launch units with SyslogIdentifier

8 years agosystemd-run can now launch units with SyslogLevelPrefix
Evgeny Vereshchagin [Fri, 9 Oct 2015 12:17:41 +0000 (12:17 +0000)] 
systemd-run can now launch units with SyslogLevelPrefix

8 years agonspawn: create /sys/fs/cgroup for unified hierarchy as well 1510/head
Mirco Tischler [Fri, 9 Oct 2015 11:12:08 +0000 (13:12 +0200)] 
nspawn: create /sys/fs/cgroup for unified hierarchy as well

8 years agoMerge pull request #1504 from evverx/systemd-run-new-properties
Daniel Mack [Fri, 9 Oct 2015 06:52:55 +0000 (08:52 +0200)] 
Merge pull request #1504 from evverx/systemd-run-new-properties

shell-completion: systemd-run: add new properties

8 years agoshell-completion: systemd-run: add new properties 1504/head
Evgeny Vereshchagin [Fri, 9 Oct 2015 03:48:31 +0000 (06:48 +0300)] 
shell-completion: systemd-run: add new properties

See:
602b83559a7cfcd3eee05
b9c50073fcc1460ca1ff3

8 years agoMake sure the mount units pulled by 'RequiresMountsFor=' are loaded (if they exist) 1501/head
Franck Bui [Thu, 8 Oct 2015 17:06:06 +0000 (19:06 +0200)] 
Make sure the mount units pulled by 'RequiresMountsFor=' are loaded (if they exist)

We should make sure that mount units involved by 'RequiresMountsFor='
directives are really loaded if not required by any others units so
that Requires= dependencies on the mount units are applied and thus
the mount unit dependencies are started.

8 years agoMerge pull request #1499 from evverx/system-conf-update
Lennart Poettering [Thu, 8 Oct 2015 16:57:36 +0000 (19:57 +0300)] 
Merge pull request #1499 from evverx/system-conf-update

core: system.conf: add DefaultTasksAccounting

8 years agocore: system.conf: add DefaultTasksAccounting 1499/head
Evgeny Vereshchagin [Thu, 8 Oct 2015 14:48:45 +0000 (17:48 +0300)] 
core: system.conf: add DefaultTasksAccounting

8 years agoMerge pull request #1496 from poettering/stdin-fd
Daniel Mack [Thu, 8 Oct 2015 14:09:09 +0000 (16:09 +0200)] 
Merge pull request #1496 from poettering/stdin-fd

allow passing in fds for stdin/stdout/stderr for transient services

8 years agoMerge pull request #1497 from bengal/lldp-rename-struct
Tom Gundersen [Thu, 8 Oct 2015 13:57:23 +0000 (15:57 +0200)] 
Merge pull request #1497 from bengal/lldp-rename-struct

lldp: rename publicly visible structure

8 years agolldp: rename publicly visible structure 1497/head
Beniamino Galvani [Thu, 8 Oct 2015 13:26:43 +0000 (15:26 +0200)] 
lldp: rename publicly visible structure

Rename struct 'tlv_packet' to 'sd_lldp_packet' and struct
'tlv_section' to 'sd_lldp_section' since the former is referenced in
public header sd-lldp.h.

Signed-off-by: Beniamino Galvani <bgalvani@redhat.com>
8 years agoshell-completion: add pseudo machine ".host" to shell completion 1496/head
Lennart Poettering [Thu, 8 Oct 2015 13:14:27 +0000 (15:14 +0200)] 
shell-completion: add pseudo machine ".host" to shell completion

8 years agoMerge pull request #1492 from evverx/manager-dbus-properties
Lennart Poettering [Thu, 8 Oct 2015 13:07:06 +0000 (16:07 +0300)] 
Merge pull request #1492 from evverx/manager-dbus-properties

core: manager: add some missing properties

8 years agoMerge pull request #1494 from reverendhomer/patch-1
Lennart Poettering [Thu, 8 Oct 2015 13:05:27 +0000 (16:05 +0300)] 
Merge pull request #1494 from reverendhomer/patch-1

networkd-link: remove unused variable assignment in link_save()

8 years agorun: various modernizations and smaller fixes
Lennart Poettering [Thu, 8 Oct 2015 13:01:42 +0000 (15:01 +0200)] 
run: various modernizations and smaller fixes

Including a fix for properly freeing a calendarspec object after use.

8 years agoshell-completion: add "machinectl shell" to bash completion logic
Lennart Poettering [Thu, 8 Oct 2015 12:49:24 +0000 (14:49 +0200)] 
shell-completion: add "machinectl shell" to bash completion logic

8 years agoutil: minor modernization of vt_disallocate()
Lennart Poettering [Thu, 8 Oct 2015 12:36:47 +0000 (14:36 +0200)] 
util: minor modernization of vt_disallocate()

8 years agoutil: do not reset terminal in acquire_terminal()
Lennart Poettering [Thu, 8 Oct 2015 12:33:53 +0000 (14:33 +0200)] 
util: do not reset terminal in acquire_terminal()

Before, we'd always reset acquired terminals, which is not really
desired, as we expose a setting TTYReset= which is supposed to control
whether the TTY is reset or not. Previously that setting would only
enable a second resetting of the TTY, which is of course pointless...

Hence, move the implicit resetting out of acquire_terminal() and make
the callers do it if they need it.

8 years agomachined: when opening a shell via machined, pass tty fds in
Lennart Poettering [Wed, 7 Oct 2015 21:38:20 +0000 (23:38 +0200)] 
machined: when opening a shell via machined, pass tty fds in

With this change we'll open the shell's tty right from machined and then
pass it to the transient unit we create. This way we make sure the pty
is opened exactly as long as the transient service is around, and no
longer, and vice versa. This way pty forwarders do not have to deal with
EIO problems due to vhangup, as the pty is open all the time from the
point we set things up to the point where the service goes away.

8 years agonetworkd-link: remove unused variable assignment in link_save() 1494/head
reverendhomer [Thu, 8 Oct 2015 11:43:03 +0000 (14:43 +0300)] 
networkd-link: remove unused variable assignment in link_save()

fixes Coverity #1317207

8 years agocore: add support for setting stdin/stdout/stderr for transient services
Lennart Poettering [Wed, 7 Oct 2015 21:07:39 +0000 (23:07 +0200)] 
core: add support for setting stdin/stdout/stderr for transient services

When starting a transient service, allow setting stdin/stdout/stderr fds
for it, by passing them in via the bus.

This also simplifies some of the serialization code for units.

8 years agobasic: move two more terminal-related calls into terminal-util.[ch]
Lennart Poettering [Wed, 7 Oct 2015 20:45:48 +0000 (22:45 +0200)] 
basic: move two more terminal-related calls into terminal-util.[ch]

8 years agoupdate CODING_STYLE
Lennart Poettering [Thu, 8 Oct 2015 10:44:57 +0000 (12:44 +0200)] 
update CODING_STYLE

8 years agoMerge pull request #1491 from Danielmachon/danish-translation
Daniel Mack [Thu, 8 Oct 2015 09:32:05 +0000 (11:32 +0200)] 
Merge pull request #1491 from Danielmachon/danish-translation

po: added danish translation

8 years agopo: added danish translation for systemd 1491/head
Danielmachon [Wed, 7 Oct 2015 20:39:12 +0000 (22:39 +0200)] 
po: added danish translation for systemd

po: added danish translation for systemd

Update da.po

fixed syntax errors

8 years agocore: manager: add some missing dbus properties 1492/head
Evgeny Vereshchagin [Thu, 8 Oct 2015 04:35:36 +0000 (07:35 +0300)] 
core: manager: add some missing dbus properties

8 years agokeymap: Update Thinkpad Yoga 12 (2015)
Martin Pitt [Thu, 8 Oct 2015 03:33:14 +0000 (05:33 +0200)] 
keymap: Update Thinkpad Yoga 12 (2015)

Follow-up commit to e1fd19958: Add d8 scan code as well.

Fixes #1440

8 years agoMerge pull request #1490 from poettering/machinectl-shell-race-fix
Daniel Mack [Wed, 7 Oct 2015 20:01:53 +0000 (22:01 +0200)] 
Merge pull request #1490 from poettering/machinectl-shell-race-fix

machinectl shell race fix

8 years agoupdate TODO 1490/head
Lennart Poettering [Wed, 7 Oct 2015 19:38:29 +0000 (21:38 +0200)] 
update TODO

8 years agomachinectl: fix race when opening new shells with "machinectl shell"
Lennart Poettering [Wed, 7 Oct 2015 18:10:48 +0000 (20:10 +0200)] 
machinectl: fix race when opening new shells with "machinectl shell"

Previously, we'd allocate the TTY, spawn a service on it, but
immediately start processing the TTY and forwarding it to whatever the
commnd was started on. This is however problematic, as the TTY might get
actually opened only much later by the service. We'll hence first get
EIOs on the master as the other side is still closed, and hence
considered it hung up and terminated the session.

With this change we add a flag to the pty forwarding logic:
PTY_FORWARD_IGNORE_INITIAL_VHANGUP. If set, we'll ignore all hangups
(i.e. EIOs) on the master PTY until the first byte is successfully read.
From that point on we consider a hangup/EIO a regular connection termination. This
way, we handle the race: when we get EIO initially we'll ignore it,
until the connection is properly set up, at which time we start
honouring it.

8 years agoutil: always enforce O_NOCTTY and O_CLOEXEC in openpt_in_namespace()
Lennart Poettering [Wed, 7 Oct 2015 18:08:49 +0000 (20:08 +0200)] 
util: always enforce O_NOCTTY and O_CLOEXEC in openpt_in_namespace()

The child process is shortliving, hence always set O_NOCTTY so that the
tty doesn't quickly become controlling TTY and then gives it up again.
Also set O_CLOEXEC, because it's cleaner, and doesn't affect the parent
anyway.

8 years agobuild-sys: bump library version v227
Lennart Poettering [Wed, 7 Oct 2015 15:06:22 +0000 (17:06 +0200)] 
build-sys: bump library version

8 years agobuild-sys: add sd_listen_fds_with_name() to .sym file
Lennart Poettering [Wed, 7 Oct 2015 15:04:39 +0000 (17:04 +0200)] 
build-sys: add sd_listen_fds_with_name() to .sym file

8 years agoconfigure.ac: bump version number
Daniel Mack [Wed, 7 Oct 2015 14:39:59 +0000 (16:39 +0200)] 
configure.ac: bump version number

8 years agoupdate NEWS
Daniel Mack [Wed, 7 Oct 2015 14:00:38 +0000 (16:00 +0200)] 
update NEWS

8 years agoNEWS: re-order entries slightly
Daniel Mack [Wed, 7 Oct 2015 13:55:10 +0000 (15:55 +0200)] 
NEWS: re-order entries slightly

Also, the release is actually done in Berlin ;)

8 years agoUpdate NEWS
Lennart Poettering [Wed, 7 Oct 2015 13:48:58 +0000 (15:48 +0200)] 
Update NEWS

8 years agoanalyze: trivial code cleanups
Lennart Poettering [Wed, 7 Oct 2015 13:45:25 +0000 (15:45 +0200)] 
analyze: trivial code cleanups

8 years agoupdate NEWS
Lennart Poettering [Wed, 7 Oct 2015 13:45:04 +0000 (15:45 +0200)] 
update NEWS

8 years agoMerge pull request #1484 from poettering/ask-pass-kernel-keyring
Daniel Mack [Wed, 7 Oct 2015 13:32:42 +0000 (15:32 +0200)] 
Merge pull request #1484 from poettering/ask-pass-kernel-keyring

cache harddisk passwords in the kernel keyring

8 years agoMerge pull request #1485 from jsynacek/machine-long-filename-v5
Lennart Poettering [Wed, 7 Oct 2015 12:59:51 +0000 (15:59 +0300)] 
Merge pull request #1485 from jsynacek/machine-long-filename-v5

import: hash URL in paths if they are too long

8 years agoMerge pull request #1487 from michich/fix-env-expansion
Lennart Poettering [Wed, 7 Oct 2015 12:54:04 +0000 (15:54 +0300)] 
Merge pull request #1487 from michich/fix-env-expansion

Fix env expansion

8 years agoMerge pull request #1486 from michich/crash-handler
Lennart Poettering [Wed, 7 Oct 2015 12:53:21 +0000 (15:53 +0300)] 
Merge pull request #1486 from michich/crash-handler

core: crash handler changes, CrashChangeVT parsing fix

8 years agoman: fix typo ('and' -> 'are') 1487/head
Michal Schmidt [Wed, 7 Oct 2015 12:40:54 +0000 (14:40 +0200)] 
man: fix typo ('and' -> 'are')

8 years agobasic: fix env expansion for strings leading with two dollar signs
Michal Schmidt [Wed, 7 Oct 2015 12:40:44 +0000 (14:40 +0200)] 
basic: fix env expansion for strings leading with two dollar signs

The way to escape a literal dollar sign is to write "$$". But this does
not work right if it's at the beginning of the argument. Fix it.

8 years agocore: always let the kernel reap zombies when we're about to freeze 1486/head
Michal Schmidt [Wed, 30 Sep 2015 15:08:04 +0000 (17:08 +0200)] 
core: always let the kernel reap zombies when we're about to freeze

Regardless of whether we're going to spawn a crash shell or not, let the
kernel reap zombies. It's more consistent this way.

8 years agocore: change how crash_shell and crash_reboot interact
Michal Schmidt [Wed, 30 Sep 2015 13:12:19 +0000 (15:12 +0200)] 
core: change how crash_shell and crash_reboot interact

Instead of freezing in PID1 and letting the forked child freeze or
reboot when exec("/bin/sh") fails, just wait for the child's
exit and then do the freeze_or_reboot in PID1 as usual.

This means that when both crash_shell and crash_reboot are enabled, the
system will reboot after the shell exits.

8 years agocore: remove spurious assert in parsing CrashChangeVT=
Michal Schmidt [Wed, 7 Oct 2015 11:56:43 +0000 (13:56 +0200)] 
core: remove spurious assert in parsing CrashChangeVT=

"data" is always NULL (and unused) in config_parse_crash_chvt().

8 years agoimport: hash URL in paths if they are too long 1485/head
Jan Synacek [Fri, 2 Oct 2015 09:00:19 +0000 (11:00 +0200)] 
import: hash URL in paths if they are too long

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

8 years agocore: adjust error message about /etc/mtab
Michal Schmidt [Wed, 30 Sep 2015 12:42:27 +0000 (14:42 +0200)] 
core: adjust error message about /etc/mtab

Since having /etc/mtab as a regular file is now a fatal error, stop
mentioning irrelevant minor consequences.

8 years agoask-password: add support for caching passwords in the kernel keyring 1484/head
Lennart Poettering [Wed, 7 Oct 2015 09:26:10 +0000 (11:26 +0200)] 
ask-password: add support for caching passwords in the kernel keyring

This adds support for caching harddisk passwords in the kernel keyring
if it is available, thus supporting caching without Plymouth being
around.

This is also useful for hooking up "gdm-auto-login" with the collected
boot-time harddisk password, in order to support gnome keyring
passphrase unlocking via the HDD password, if it is the same.

Any passwords added to the kernel keyring this way have a timeout of
2.5min at which time they are purged from the kernel.

8 years agoMerge pull request #1481 from again4you/devel/smack_sysuser_#4
Daniel Mack [Wed, 7 Oct 2015 09:37:21 +0000 (11:37 +0200)] 
Merge pull request #1481 from again4you/devel/smack_sysuser_#4

smack: label /etc/passwd and friends as '_' smack label when --with-smack-run-label' is enabled (v3)

8 years agoMerge pull request #1478 from steelman/analyze-without-hostnamed-fix
Daniel Mack [Wed, 7 Oct 2015 09:36:29 +0000 (11:36 +0200)] 
Merge pull request #1478 from steelman/analyze-without-hostnamed-fix

analyze: minor fixes according to review

8 years agoMerge pull request #1483 from reverendhomer/patch-2
Daniel Mack [Wed, 7 Oct 2015 09:18:27 +0000 (11:18 +0200)] 
Merge pull request #1483 from reverendhomer/patch-2

service: fix memory leak in service_add_fd_store()

8 years agoMerge pull request #1482 from reverendhomer/patch-1
Daniel Mack [Wed, 7 Oct 2015 09:16:08 +0000 (11:16 +0200)] 
Merge pull request #1482 from reverendhomer/patch-1

strv: fix infinite loop in strv_extend_n()

8 years agoservice: fix memory leak in service_add_fd_store() 1483/head
reverendhomer [Wed, 7 Oct 2015 08:55:31 +0000 (11:55 +0300)] 
service: fix memory leak in service_add_fd_store()

fixes Coverity #1325767

8 years agostrv: fix infinite loop in strv_extend_n() 1482/head
reverendhomer [Wed, 7 Oct 2015 08:52:10 +0000 (11:52 +0300)] 
strv: fix infinite loop in strv_extend_n()

Fixes Coverity #1325768

8 years agosmack: label /etc/passwd and friends as '_' smack label when --with-smack-run-label... 1481/head
Sangjung Woo [Tue, 6 Oct 2015 10:08:16 +0000 (19:08 +0900)] 
smack: label /etc/passwd and friends as '_' smack label when --with-smack-run-label' is enabled

systemd-sysusers.service unit creates system users and groups and it
could update /etc/passwd, /etc/group, /etc/shadow and /etc/gshadow.
Those files should have '_' smack label because of accessibility.

However, if systemd has its own smack label using '--with-smack-run-label'
configuration, systemd-sysusers process spawned by systemd(pid:1) has
its parent smack label and eventually updated files also is set as its
parent smack label.

This patch fixes that bug by labeling updated files as '_' smack label
when --with-smack-run-label' is enabled.

8 years agoanalyze: minor fixes according to review 1478/head
Łukasz Stelmach [Wed, 7 Oct 2015 06:02:31 +0000 (08:02 +0200)] 
analyze: minor fixes according to review

+ use _cleanup_host_info in acquire_host_info()

+ revert the first strempty() to show "Linux" string in case
  os_pretty_name is missing.

8 years agoMerge pull request #1475 from steelman/analyze-without-hostnamed
Daniel Mack [Tue, 6 Oct 2015 16:23:02 +0000 (18:23 +0200)] 
Merge pull request #1475 from steelman/analyze-without-hostnamed

Analyze without hostnamed [V3]

8 years agoMerge pull request #1474 from teg/siphash24
Daniel Mack [Tue, 6 Oct 2015 16:12:25 +0000 (18:12 +0200)] 
Merge pull request #1474 from teg/siphash24

siphash: style fixes

8 years agoanalyze: replace isempty()+ternary with strempty() 1475/head
Łukasz Stelmach [Fri, 2 Oct 2015 07:45:49 +0000 (09:45 +0200)] 
analyze: replace isempty()+ternary with strempty()

8 years agoanalyze: do not require information from hostnamed
Łukasz Stelmach [Wed, 23 Sep 2015 15:20:59 +0000 (17:20 +0200)] 
analyze: do not require information from hostnamed

8 years agoanalyze: introduce _cleanup_host_info_
Łukasz Stelmach [Tue, 6 Oct 2015 13:57:14 +0000 (15:57 +0200)] 
analyze: introduce _cleanup_host_info_

8 years agosiphash24: coding-style fixes 1474/head
Tom Gundersen [Tue, 6 Oct 2015 14:31:58 +0000 (16:31 +0200)] 
siphash24: coding-style fixes

Drop custom types. Drop unnecessary macros. Fix whitespace. Add asserts.