]> git.ipfire.org Git - thirdparty/systemd.git/log
thirdparty/systemd.git
8 years agoAdded support for 3D printers to uaccess (ID_MAKER_TOOL) 2844/head
Jaroslav Škarvada [Tue, 15 Mar 2016 13:25:51 +0000 (14:25 +0100)] 
Added support for 3D printers to uaccess (ID_MAKER_TOOL)

This is to support 3D printers, CNCs, laser cutters, 3D scanners, etc.

8 years agoMerge pull request #2840 from linkmauve/use-xdg-config-home
Zbigniew Jędrzejewski-Szmek [Tue, 15 Mar 2016 04:55:08 +0000 (00:55 -0400)] 
Merge pull request #2840 from linkmauve/use-xdg-config-home

sd-path: use XDG_CONFIG_HOME instead of hardcoding ~/.config for user-dirs

8 years agosd-path: use XDG_CONFIG_HOME instead of hardcoding ~/.config for user-dirs 2840/head
Emmanuel Gil Peyrot [Tue, 15 Mar 2016 01:00:34 +0000 (01:00 +0000)] 
sd-path: use XDG_CONFIG_HOME instead of hardcoding ~/.config for user-dirs

8 years agoMerge pull request #2838 from vapier/master
Zbigniew Jędrzejewski-Szmek [Tue, 15 Mar 2016 03:51:29 +0000 (23:51 -0400)] 
Merge pull request #2838 from vapier/master

include sys/sysmacros.h in more places

8 years agoinclude sys/sysmacros.h in more places 2838/head
Mike Frysinger [Mon, 14 Mar 2016 21:44:49 +0000 (17:44 -0400)] 
include sys/sysmacros.h in more places

Since glibc is moving away from implicitly including sys/sysmacros.h
all the time via sys/types.h, include the header directly in more
places.  This seems to cover most makedev/major/minor usage.

8 years agoMerge pull request #2827 from keszybz/public-headers
Daniel Mack [Mon, 14 Mar 2016 15:55:04 +0000 (16:55 +0100)] 
Merge pull request #2827 from keszybz/public-headers

ANSI C compatibility for public headers

8 years agoMerge pull request #2735 from evverx/fix-2730
Zbigniew Jędrzejewski-Szmek [Mon, 14 Mar 2016 13:12:29 +0000 (09:12 -0400)] 
Merge pull request #2735 from evverx/fix-2730

Add test for -.mount with Alias=root.mount, bug #2730.

8 years agoMerge pull request #2834 from coling/master
Zbigniew Jędrzejewski-Szmek [Mon, 14 Mar 2016 12:23:52 +0000 (08:23 -0400)] 
Merge pull request #2834 from coling/master

8 years agoMerge pull request #2832 from evverx/fix-mkfs-btrfs-checking
Zbigniew Jędrzejewski-Szmek [Mon, 14 Mar 2016 12:14:41 +0000 (08:14 -0400)] 
Merge pull request #2832 from evverx/fix-mkfs-btrfs-checking

Fix mkfs.btrfs checking

8 years agoMerge pull request #2835 from tklauser/man-spelling
Zbigniew Jędrzejewski-Szmek [Mon, 14 Mar 2016 11:47:01 +0000 (07:47 -0400)] 
Merge pull request #2835 from tklauser/man-spelling

man: network - Fix misspelling of "router advertisement"

8 years agoman: network - Fix misspelling of "router advertisement" 2835/head
Tobias Klauser [Mon, 14 Mar 2016 11:13:58 +0000 (12:13 +0100)] 
man: network - Fix misspelling of "router advertisement"

8 years agodevice: Ensure we have sysfs path before comparing. 2834/head
Colin Guthrie [Mon, 14 Mar 2016 09:42:07 +0000 (09:42 +0000)] 
device: Ensure we have sysfs path before comparing.

In some cases we do not have a udev device when setting up a unit
(certainly the code gracefully handles this). However, we do
then go on to compare the path via path_equal which will assert
if a null value is passed in.

See https://bugs.mageia.org/show_bug.cgi?id=17766

Not sure if this is the correct fix, but it avoids the crash

8 years agoshared/machine-pool: fix another mkfs.btrfs checking 2832/head
Evgeny Vereshchagin [Mon, 14 Mar 2016 00:54:35 +0000 (00:54 +0000)] 
shared/machine-pool: fix another mkfs.btrfs checking

Fixes:
       Message: Process 806 (systemd-importd) of user 0 dumped core.

                Stack trace of thread 806:
                #0  0x00007f5eaeff7227 raise (libc.so.6)
                #1  0x00007f5eaeff8e8a abort (libc.so.6)
                #2  0x000055b6d3418f4f log_assert_failed (systemd-importd)
                #3  0x000055b6d3409daf safe_close (systemd-importd)
                #4  0x000055b6d33c25ea closep (systemd-importd)
                #5  0x000055b6d33c38d9 setup_machine_directory (systemd-importd)
                #6  0x000055b6d33b8536 method_pull_tar_or_raw (systemd-importd)
                #7  0x000055b6d33ed097 method_callbacks_run (systemd-importd)
                #8  0x000055b6d33ef929 object_find_and_run (systemd-importd)
                #9  0x000055b6d33eff6b bus_process_object (systemd-importd)
                #10 0x000055b6d3447f77 process_message (systemd-importd)
                #11 0x000055b6d344815a process_running (systemd-importd)
                #12 0x000055b6d3448a10 bus_process_internal (systemd-importd)
                #13 0x000055b6d3448ae1 sd_bus_process (systemd-importd)
                #14 0x000055b6d3449779 time_callback (systemd-importd)
                #15 0x000055b6d3454ff4 source_dispatch (systemd-importd)
                #16 0x000055b6d34562b9 sd_event_dispatch (systemd-importd)
                #17 0x000055b6d34566f8 sd_event_run (systemd-importd)
                #18 0x000055b6d33ba72a bus_event_loop_with_idle (systemd-importd)
                #19 0x000055b6d33b95bc manager_run (systemd-importd)
                #20 0x000055b6d33b9766 main (systemd-importd)
                #21 0x00007f5eaefe2a00 __libc_start_main (libc.so.6)
                #22 0x000055b6d33b5569 _start (systemd-importd)

8 years agoshared/machine-pool: fix mkfs.btrfs checking
Evgeny Vereshchagin [Sun, 13 Mar 2016 23:51:37 +0000 (23:51 +0000)] 
shared/machine-pool: fix mkfs.btrfs checking

binary_is_good translates ENOENT to 0
See https://github.com/systemd/systemd/commit/85eca92e#diff-bcad68c477b6651521e880c40b7a9b40R813

8 years agoMerge pull request #2828 from mineo/run-help
Ronny Chevalier [Sat, 12 Mar 2016 14:56:54 +0000 (15:56 +0100)] 
Merge pull request #2828 from mineo/run-help

run: Improve the help message about timer options and existing units

8 years agorun: Improve the help message about timer options and existing units 2828/head
Wieland Hoffmann [Sat, 12 Mar 2016 10:50:34 +0000 (11:50 +0100)] 
run: Improve the help message about timer options and existing units

8 years agoheaders: remove commas at end of enum lists 2827/head
Zbigniew Jędrzejewski-Szmek [Fri, 11 Mar 2016 18:50:56 +0000 (13:50 -0500)] 
headers: remove commas at end of enum lists

src/systemd/sd-journal.h:75:51: warning: commas at the end of enumerator
      lists are a C99-specific feature [-Wc99-extensions]

8 years agoheaders: do not use siginfo_t if not defined
Zbigniew Jędrzejewski-Szmek [Fri, 11 Mar 2016 18:46:12 +0000 (13:46 -0500)] 
headers: do not use siginfo_t if not defined

Simply avoid the trouble and use a void* if the define
is missing. We lose type safety, but who cares.
sigaction(2) says that siginfo_t requires _POSIX_C_SOURCE >= 199309L,
but we can be a bit more generous and use the same define
as /usr/include/signal.h.

8 years agoheaders: use __inline__ instead of inline
Zbigniew Jędrzejewski-Szmek [Fri, 11 Mar 2016 18:41:49 +0000 (13:41 -0500)] 
headers: use __inline__ instead of inline

https://gcc.gnu.org/onlinedocs/gcc-5.3.0/gcc/Alternate-Keywords.html#Alternate-Keywords
recommends __inline__ over inline in ANSI C compatible headers.
Tested with gcc-5.3 and clang-3.7.

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

8 years agobuild-sys: add check that our headers are ANSI compatible
Zbigniew Jędrzejewski-Szmek [Fri, 11 Mar 2016 18:33:43 +0000 (13:33 -0500)] 
build-sys: add check that our headers are ANSI compatible

8 years agoMerge pull request #2821 from keszybz/mac_selinux_bind-do-not-rely-on-errno
Daniel Mack [Thu, 10 Mar 2016 16:37:40 +0000 (17:37 +0100)] 
Merge pull request #2821 from keszybz/mac_selinux_bind-do-not-rely-on-errno

socket_address_listen: do not rely on errno (2)

8 years agoMerge pull request #2794 from jhol/dont-unmount-initramfs-mounts
Daniel Mack [Thu, 10 Mar 2016 14:24:21 +0000 (15:24 +0100)] 
Merge pull request #2794 from jhol/dont-unmount-initramfs-mounts

core/mount: Don't unmount initramfs mounts

8 years agosocket_address_listen: do not rely on errno (2) 2821/head
Zbigniew Jędrzejewski-Szmek [Thu, 10 Mar 2016 14:24:08 +0000 (09:24 -0500)] 
socket_address_listen: do not rely on errno (2)

We'd still use the invalid errno for a return value. Rework
the code to simply return the right error right away.

8 years agoMerge pull request #2818 from vinaykul/master
Tom Gundersen [Thu, 10 Mar 2016 13:38:42 +0000 (14:38 +0100)] 
Merge pull request #2818 from vinaykul/master

DHCP DUID and IAID configurability

8 years agoMerge pull request #2820 from lnykryn/test-ipcrm
Daniel Mack [Thu, 10 Mar 2016 12:43:48 +0000 (13:43 +0100)] 
Merge pull request #2820 from lnykryn/test-ipcrm

test-ipcrm: fix log message

8 years agoMerge pull request #2819 from bachradsusi/mac_selinux_bind-do-not-rely-on-errno
Daniel Mack [Thu, 10 Mar 2016 12:31:59 +0000 (13:31 +0100)] 
Merge pull request #2819 from bachradsusi/mac_selinux_bind-do-not-rely-on-errno

socket_address_listen - do not rely on errno

8 years agotest-ipcrm: fix log message 2820/head
Lukas Nykryn [Thu, 10 Mar 2016 11:43:00 +0000 (12:43 +0100)] 
test-ipcrm: fix log message

8 years agosocket_address_listen - do not rely on errno 2819/head
Petr Lautrbach [Thu, 10 Mar 2016 09:19:56 +0000 (10:19 +0100)] 
socket_address_listen - do not rely on errno

Currently socket_address_listen() calls mac_selinux_bind() to bind a UNIX
socket and checks its return value and errno for EADDRINUSE. This is not
correct. When there's an SELinux context change made for the new socket,
bind() is not the last function called in mac_selinux_bind(). In that
case the last call is setfscreatecon() from libselinux which can change
errno as it uses access() to check if /proc/thread-self is available.
It fails on kernels before 3.17 and errno is set to ENOENT.

It's safe to check only the return value at it's set to -errno.

8 years agoDHCP DUID and IAID configurability 2818/head
Vinay Kulkarni [Thu, 10 Mar 2016 05:58:44 +0000 (21:58 -0800)] 
DHCP DUID and IAID configurability

8 years agoMerge pull request #2792 from ronnychevalier/rc/tests_movev2
Zbigniew Jędrzejewski-Szmek [Thu, 10 Mar 2016 04:53:54 +0000 (23:53 -0500)] 
Merge pull request #2792 from ronnychevalier/rc/tests_movev2

tests: move out unrelated tests from test-util to their own file

8 years agoMerge pull request #2816 from rhatdan/selinux
Zbigniew Jędrzejewski-Szmek [Thu, 10 Mar 2016 04:47:00 +0000 (23:47 -0500)] 
Merge pull request #2816 from rhatdan/selinux

/dev/console must be labeled with SELinux label in containers

8 years agoMerge pull request #2793 from fbuihuu/fstab-generator-automount-option
Zbigniew Jędrzejewski-Szmek [Thu, 10 Mar 2016 04:41:24 +0000 (23:41 -0500)] 
Merge pull request #2793 from fbuihuu/fstab-generator-automount-option

fstab-generator: fix automounts to not mount automatically

8 years agoMerge pull request #2755 from keszybz/more-tests 2761/head
Martin Pitt [Wed, 9 Mar 2016 17:21:42 +0000 (18:21 +0100)] 
Merge pull request #2755 from keszybz/more-tests

Enable more tests by default, and even more with `--enable-tests=unsafe`

8 years ago/dev/console must be labeled with SELinux label 2816/head
Dan Walsh [Wed, 9 Mar 2016 14:29:25 +0000 (09:29 -0500)] 
/dev/console must be labeled with SELinux label

If the user specifies an selinux_apifs_context all content created in
the container including /dev/console should use this label.

Currently when this uses the default label it gets labeled user_devpts_t,
which would require us to write a policy allowing container processes to
manage user_devpts_t.  This means that an escaped process would be allowed
to attack all users terminals as well as other container terminals.  Changing
the label to match the apifs_context, means the processes would only be allowed
to manage their specific tty.

This change fixes a problem preventing RKT containers from working with systemd-nspawn.

8 years agoMerge pull request #2768 from benjarobin/fix-2718
Daniel Mack [Mon, 7 Mar 2016 13:50:08 +0000 (14:50 +0100)] 
Merge pull request #2768 from benjarobin/fix-2718

systemctl: Replace check_one_unit() by get_state_one_unit()

8 years agoMerge pull request #2803 from 0xAX/lacess-tree-wide
Ronny Chevalier [Sun, 6 Mar 2016 20:20:49 +0000 (21:20 +0100)] 
Merge pull request #2803 from 0xAX/lacess-tree-wide

firstboot: use laccess macro instead of facessat()

8 years agofirstboot: use laccess macro instead of facessat() 2803/head
Alexander Kuleshov [Sun, 6 Mar 2016 07:27:59 +0000 (13:27 +0600)] 
firstboot: use laccess macro instead of facessat()

8 years agoREADME: bump kernel version to 3.12 2755/head
Zbigniew Jędrzejewski-Szmek [Sat, 5 Mar 2016 16:22:45 +0000 (11:22 -0500)] 
README: bump kernel version to 3.12

It is required for %P is sysctl kernel.core_pattern.

Fixes #2800.

8 years agoMerge pull request #2791 from 0xAX/clear-flag-macro
Zbigniew Jędrzejewski-Szmek [Sat, 5 Mar 2016 15:31:04 +0000 (10:31 -0500)] 
Merge pull request #2791 from 0xAX/clear-flag-macro

tree-wide: use SET_FLAG() macro to make code more clear

8 years agoMerge pull request #2795 from jhol/replace-irreversibly-on-failure
Zbigniew Jędrzejewski-Szmek [Sat, 5 Mar 2016 15:19:25 +0000 (10:19 -0500)] 
Merge pull request #2795 from jhol/replace-irreversibly-on-failure

core/failure-action: set job-modes to replace-irreversibly

8 years agoMerge pull request #2801 from ronnychevalier/rc/systemctl_error_msg
Zbigniew Jędrzejewski-Szmek [Sat, 5 Mar 2016 15:16:50 +0000 (10:16 -0500)] 
Merge pull request #2801 from ronnychevalier/rc/systemctl_error_msg

systemctl: improve error message when starting a unit failed

8 years agotree-wide: use SET_FLAG() macro to make code more clear 2791/head
Alexander Kuleshov [Thu, 3 Mar 2016 17:30:37 +0000 (23:30 +0600)] 
tree-wide: use SET_FLAG() macro to make code more clear

8 years agosystemctl: improve error message when starting a unit failed 2801/head
Ronny Chevalier [Sat, 5 Mar 2016 11:47:21 +0000 (12:47 +0100)] 
systemctl: improve error message when starting a unit failed

Fixes #2798

8 years agotest-compress-benchmark: skip loop iteration if size is 0
Zbigniew Jędrzejewski-Szmek [Sat, 5 Mar 2016 02:46:47 +0000 (21:46 -0500)] 
test-compress-benchmark: skip loop iteration if size is 0

Otherwise we would hit an assert in the compression code.

8 years agotest-selinux: use yes_no() and strnull()
Zbigniew Jędrzejewski-Szmek [Thu, 3 Mar 2016 16:39:02 +0000 (11:39 -0500)] 
test-selinux: use yes_no() and strnull()

8 years agonetworkctl: avoid reading past end of input buffer
Zbigniew Jędrzejewski-Szmek [Wed, 2 Mar 2016 20:43:41 +0000 (15:43 -0500)] 
networkctl: avoid reading past end of input buffer

name is IFNAMSIZ bytes, but we would copy sizeof(info->name) bytes,
which is IFNAMSIZ + 1. In effect we would go outside of the source
buffer and possibly leave a non-null terminated string in info->name.

CID #1351754.

8 years agonetworkctl: use ETHER_ADDR_NULL in one more place
Zbigniew Jędrzejewski-Szmek [Wed, 2 Mar 2016 20:43:30 +0000 (15:43 -0500)] 
networkctl: use ETHER_ADDR_NULL in one more place

8 years agolldp: fix memleak
Zbigniew Jędrzejewski-Szmek [Wed, 2 Mar 2016 20:29:36 +0000 (15:29 -0500)] 
lldp: fix memleak

in_addr_to_string returned 0, which was treated as error by the calling
code, which expects 1 on success.

CID #1351757, #1351758.

8 years agotest-journal-enum: enable by default
Zbigniew Jędrzejewski-Szmek [Wed, 2 Mar 2016 02:50:41 +0000 (21:50 -0500)] 
test-journal-enum: enable by default

It will get at most ten values, I don't know why we wouldn't
always run this test.

8 years agotest-libudev: disable monitor mode by default and add to automatic tests
Zbigniew Jędrzejewski-Szmek [Wed, 2 Mar 2016 02:44:08 +0000 (21:44 -0500)] 
test-libudev: disable monitor mode by default and add to automatic tests

8 years agotest-libudev: modernization
Zbigniew Jędrzejewski-Szmek [Wed, 2 Mar 2016 02:40:56 +0000 (21:40 -0500)] 
test-libudev: modernization

8 years agobuild-sys: ignore Python 2 bytecode files
Zbigniew Jędrzejewski-Szmek [Sat, 27 Feb 2016 15:35:46 +0000 (10:35 -0500)] 
build-sys: ignore Python 2 bytecode files

We ignored __pycache__ which works for Python 3, but the rule
for Python 2 got lost somehow.

8 years agoEnable test-ipcrm, test-hostname in unsafe tests
Zbigniew Jędrzejewski-Szmek [Fri, 26 Feb 2016 23:39:20 +0000 (18:39 -0500)] 
Enable test-ipcrm, test-hostname in unsafe tests

8 years agoEnable test-daemon, test-log, test-watchdog by default
Zbigniew Jędrzejewski-Szmek [Fri, 26 Feb 2016 14:10:48 +0000 (09:10 -0500)] 
Enable test-daemon, test-log, test-watchdog by default

Those should be safe to run, resulting in some messages in logs.

8 years agoshared/acpi-fpdt: use ENODATA for missing data and skip test
Zbigniew Jędrzejewski-Szmek [Sat, 27 Feb 2016 16:30:22 +0000 (11:30 -0500)] 
shared/acpi-fpdt: use ENODATA for missing data and skip test

This data is simply missing on non-UEFI systems, and it is useful
to distinguish that from corrupted data.

8 years agoRename test-boot-timestamp to test-boot-timestamps and enable by default
Zbigniew Jędrzejewski-Szmek [Fri, 26 Feb 2016 14:06:10 +0000 (09:06 -0500)] 
Rename test-boot-timestamp to test-boot-timestamps and enable by default

The source file name and the binary name were mismatched.
Rename binary to match.

Make the test exit with TEST_SKIP if the data is missing or we
have no permissions. Otherwise, the data will be printed, which
should be safe to enable by default.

8 years agoMove test-loopback to normal tests
Zbigniew Jędrzejewski-Szmek [Fri, 26 Feb 2016 14:00:33 +0000 (09:00 -0500)] 
Move test-loopback to normal tests

In the normal case lo should be already configured and this should be
a noop, even when run under root.

8 years agofstab-generator: fix automount option and don't start associated mount unit at boot 2793/head
Franck Bui [Tue, 1 Dec 2015 17:01:44 +0000 (18:01 +0100)] 
fstab-generator: fix automount option and don't start associated mount unit at boot

Without this patch applied the mount unit with 'automount' option was still
pulled by local-fs.target and thus was activated during the boot process which
defeats the purpose of the 'automount' option:

   $ grep /mnt /etc/fstab
   /dev/vdb1 /mnt ext2 defaults,x-systemd.automount 0 0

   $ reboot
   ...

   $ mount | grep mnt
   systemd-1 on /mnt type autofs (rw,relatime,fd=34,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
   /dev/vdb1 on /mnt type ext2 (rw,relatime)

   $ systemctl status mnt.mount | grep Active
      Active: active (mounted) since Thu 2016-03-03 21:36:22 CET; 42s ago

With the patch applied:

   $ reboot
   ...

   $ mount | grep mnt
   systemd-1 on /mnt type autofs (rw,relatime,fd=22,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)

   $ systemctl status mnt.mount | grep Active
      Active: inactive (dead)

   $ ls /mnt
   lost+found

   $ systemctl status mnt.mount | grep Active
      Active: active (mounted) since Thu 2016-03-03 21:47:32 CET; 4s ago

8 years agocore/mount: Don't unmount initramfs mounts 2794/head
Joel Holdsworth [Thu, 3 Mar 2016 17:25:53 +0000 (17:25 +0000)] 
core/mount: Don't unmount initramfs mounts

A mount within /run/initramfs is indicative that the mount was
created by initramfs init and will be unmounted by initramfs
shutdown.

It is unlikely that such a mount point would even be unmountable
by the the main system, for example in the case of the root file-
system being loop-mounted from a file in a /run/initramfs mount.

8 years agocore/failure-action: Set job-modes to replace-irreversibly 2795/head
Joel Holdsworth [Thu, 3 Mar 2016 20:40:01 +0000 (20:40 +0000)] 
core/failure-action: Set job-modes to replace-irreversibly

Up until now, the failure action has launched reboot.target and
poweroff.target with a less aggressive job mode than
"systemctl reboot" does. This has meant that the reboot and power-
off operations can stall if there are any conflicts with the target
during rebooting.

8 years agotest-util: remove now unused includes 2792/head
Ronny Chevalier [Wed, 2 Mar 2016 23:39:47 +0000 (00:39 +0100)] 
test-util: remove now unused includes

8 years agotests: move xattr-util related tests to test-xattr-util.c
Ronny Chevalier [Wed, 2 Mar 2016 23:35:36 +0000 (00:35 +0100)] 
tests: move xattr-util related tests to test-xattr-util.c

8 years agotests: move glob-util related tests to test-glob-util.c
Ronny Chevalier [Wed, 2 Mar 2016 23:31:23 +0000 (00:31 +0100)] 
tests: move glob-util related tests to test-glob-util.c

8 years agotests: move io-util related tests to test-io-util
Ronny Chevalier [Wed, 2 Mar 2016 23:28:29 +0000 (00:28 +0100)] 
tests: move io-util related tests to test-io-util

8 years agotests: move proc-cmdline related tests to test-proc-cmdline.c
Ronny Chevalier [Wed, 2 Mar 2016 23:23:30 +0000 (00:23 +0100)] 
tests: move proc-cmdline related tests to test-proc-cmdline.c

8 years agotests: move fstab-util related tests to test-fstab-util.c
Ronny Chevalier [Wed, 2 Mar 2016 23:16:52 +0000 (00:16 +0100)] 
tests: move fstab-util related tests to test-fstab-util.c

8 years agotests: move fs-util related tests to test-fs-util.c
Ronny Chevalier [Wed, 2 Mar 2016 23:14:18 +0000 (00:14 +0100)] 
tests: move fs-util related tests to test-fs-util.c

8 years agotests: move conf-parser related tests to test-conf-parser.c
Ronny Chevalier [Wed, 2 Mar 2016 23:08:10 +0000 (00:08 +0100)] 
tests: move conf-parser related tests to test-conf-parser.c

8 years agotests: move fd-util related tests to test-fd-util.c
Ronny Chevalier [Wed, 2 Mar 2016 23:06:17 +0000 (00:06 +0100)] 
tests: move fd-util related tests to test-fd-util.c

8 years agotests: move user-util related tests to test-user-util.c
Ronny Chevalier [Wed, 2 Mar 2016 22:58:48 +0000 (23:58 +0100)] 
tests: move user-util related tests to test-user-util.c

8 years agotests: move path-util related tests to test-path-util.c
Ronny Chevalier [Wed, 2 Mar 2016 22:54:35 +0000 (23:54 +0100)] 
tests: move path-util related tests to test-path-util.c

8 years agotests: move fileio related tests to test-fileio.c
Ronny Chevalier [Wed, 2 Mar 2016 22:50:21 +0000 (23:50 +0100)] 
tests: move fileio related tests to test-fileio.c

8 years agotests: move stat-util related tests to test-stat-util.c
Ronny Chevalier [Wed, 2 Mar 2016 22:43:25 +0000 (23:43 +0100)] 
tests: move stat-util related tests to test-stat-util.c

8 years agotests: move signal-util related tests to test-signal-util.c
Ronny Chevalier [Wed, 2 Mar 2016 22:36:50 +0000 (23:36 +0100)] 
tests: move signal-util related tests to test-signal-util.c

8 years agotests: move cpu-set-util related tests to test-cpu-set-util.c
Ronny Chevalier [Wed, 2 Mar 2016 22:29:49 +0000 (23:29 +0100)] 
tests: move cpu-set-util related tests to test-cpu-set-util.c

8 years agotests: move web-util related tests to test-web-util.c
Ronny Chevalier [Wed, 2 Mar 2016 22:23:55 +0000 (23:23 +0100)] 
tests: move web-util related tests to test-web-util.c

8 years agotests: move alloc related tests to test-alloc-util.c
Ronny Chevalier [Wed, 2 Mar 2016 22:19:55 +0000 (23:19 +0100)] 
tests: move alloc related tests to test-alloc-util.c

8 years agotests: move escape related tests to test-escape.c
Ronny Chevalier [Wed, 2 Mar 2016 22:10:11 +0000 (23:10 +0100)] 
tests: move escape related tests to test-escape.c

8 years agotests: move strv related tests to test-strv.c
Ronny Chevalier [Wed, 2 Mar 2016 22:01:38 +0000 (23:01 +0100)] 
tests: move strv related tests to test-strv.c

8 years agotests: move string related tests to test-string-util.c
Ronny Chevalier [Wed, 2 Mar 2016 21:57:20 +0000 (22:57 +0100)] 
tests: move string related tests to test-string-util.c

8 years agotests: move hexdecoct tests to test-hexdecoct.c
Ronny Chevalier [Wed, 2 Mar 2016 21:44:04 +0000 (22:44 +0100)] 
tests: move hexdecoct tests to test-hexdecoct.c

8 years agoMerge pull request #2790 from ronnychevalier/rc/systemctl_missing_oom_check
Zbigniew Jędrzejewski-Szmek [Thu, 3 Mar 2016 17:32:12 +0000 (12:32 -0500)] 
Merge pull request #2790 from ronnychevalier/rc/systemctl_missing_oom_check

systemctl: add missing OOM check

8 years agosystemctl: add missing OOM check 2790/head
Ronny Chevalier [Thu, 3 Mar 2016 17:15:24 +0000 (18:15 +0100)] 
systemctl: add missing OOM check

8 years agoMerge pull request #2781 from keszybz/selinux-and-warnings
Lennart Poettering [Thu, 3 Mar 2016 16:46:56 +0000 (17:46 +0100)] 
Merge pull request #2781 from keszybz/selinux-and-warnings

Selinux loading fix and warning cleanups

8 years agoMerge pull request #2787 from ronnychevalier/rc/systemctl_edit_rm_empty_dropin_dirs
Zbigniew Jędrzejewski-Szmek [Thu, 3 Mar 2016 16:34:09 +0000 (11:34 -0500)] 
Merge pull request #2787 from ronnychevalier/rc/systemctl_edit_rm_empty_dropin_dirs

systemctl: rm empty dropin dirs after cancelled edit

8 years agosystemctl: rm empty dropin dirs after cancelled edit 2787/head
Ronny Chevalier [Wed, 2 Mar 2016 21:06:47 +0000 (22:06 +0100)] 
systemctl: rm empty dropin dirs after cancelled edit

Fixes #2734

8 years agoRedefine 32bit time_t format to signed 2781/head
Zbigniew Jędrzejewski-Szmek [Tue, 1 Mar 2016 17:08:02 +0000 (12:08 -0500)] 
Redefine 32bit time_t format to signed

It seems that it is signed both on i386 and arm.

Avoids a stupid gcc warning on arm:

src/udev/udevadm-monitor.c: In function ‘print_device’:
src/udev/udevadm-monitor.c:44:16: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 3 has type ‘__time_t {aka long int}’ [-Wformat=]
         printf("%-6s[%"PRI_TIME".%06ld] %-8s %s (%s)\n",
                ^

8 years agotest-sizeof: add a helper which prints variable sizes and signedness
Zbigniew Jędrzejewski-Szmek [Tue, 1 Mar 2016 16:52:03 +0000 (11:52 -0500)] 
test-sizeof: add a helper which prints variable sizes and signedness

This helps to understand misleading gcc warnings about type mismatches.

8 years agotest-selinux: add some simple tests which call functions and print the results and...
Zbigniew Jędrzejewski-Szmek [Tue, 1 Mar 2016 14:17:03 +0000 (09:17 -0500)] 
test-selinux: add some simple tests which call functions and print the results and timings

8 years agoselinux: use raw variants of security_compute_create and setfscreatecon
Zbigniew Jędrzejewski-Szmek [Wed, 2 Mar 2016 15:16:39 +0000 (10:16 -0500)] 
selinux: use raw variants of security_compute_create and setfscreatecon

As suggested by Evgeny Vereshchagin as a follow up for
https://github.com/systemd/systemd/pull/2781#issuecomment-191043402.

8 years agoMerge pull request #2779 from 0xAX/openat-opath-excess-flags
Daniel Mack [Wed, 2 Mar 2016 08:16:08 +0000 (09:16 +0100)] 
Merge pull request #2779 from 0xAX/openat-opath-excess-flags

tree-wide: no need to pass excess flags to open()/openat() if O_PATH …

8 years agoMerge pull request #2782 from AOSC-Dev/master
Daniel Mack [Wed, 2 Mar 2016 08:14:59 +0000 (09:14 +0100)] 
Merge pull request #2782 from AOSC-Dev/master

po/zh_CN: attempt to refresh zh_CN translation

8 years agopo/zh_CN: attempt to refresh zh_CN translation 2782/head
Mingcong Bai [Wed, 2 Mar 2016 03:40:18 +0000 (20:40 -0700)] 
po/zh_CN: attempt to refresh zh_CN translation

8 years agoselinux: always try to load the full selinux db
Zbigniew Jędrzejewski-Szmek [Wed, 2 Mar 2016 01:35:55 +0000 (20:35 -0500)] 
selinux: always try to load the full selinux db

https://github.com/systemd/systemd/pull/2508#issuecomment-190901170
Maybe fixes https://bugzilla.redhat.com/show_bug.cgi?id=1308771.

8 years agoMerge pull request #2754 from eworm-de/ask-password
Zbigniew Jędrzejewski-Szmek [Tue, 1 Mar 2016 21:03:32 +0000 (16:03 -0500)] 
Merge pull request #2754 from eworm-de/ask-password

ask-password: do no print password when storing in keyring

8 years agoMerge pull request #2777 from martinpitt/keymap
Martin Pitt [Tue, 1 Mar 2016 18:49:39 +0000 (19:49 +0100)] 
Merge pull request #2777 from martinpitt/keymap

keymap fixes

8 years agotree-wide: no need to pass excess flags to open()/openat() if O_PATH is passed 2779/head
Alexander Kuleshov [Tue, 1 Mar 2016 18:25:09 +0000 (00:25 +0600)] 
tree-wide: no need to pass excess flags to open()/openat() if O_PATH is passed

As described in the documentation:

When O_PATH is specified in flags, flag bits other than O_CLOEXEC,
O_DIRECTORY, and O_NOFOLLOW are ignored.

So, we can remove unnecessary flags in a case when O_PATH is passed
to the open() or openat().

8 years agoask-password: add option --no-output to not print password to stdout 2754/head
Christian Hesse [Mon, 29 Feb 2016 20:04:02 +0000 (21:04 +0100)] 
ask-password: add option --no-output to not print password to stdout

systemd-ask-password can store passwords in kernel keyring. However it
uses to print the passwords to standard output nevertheless. Depending
on where systemd-ask-password is called passwords may end on display
or in log, leaking sensitive information.
This allows to make systemd-ask-password quiet, effectively disabling
printing passwords to standard output.

8 years agokeymap: Some HP refactoring, add Probook 440 G3 keys 2777/head
Martin Pitt [Tue, 1 Mar 2016 13:51:29 +0000 (14:51 +0100)] 
keymap: Some HP refactoring, add Probook 440 G3 keys

Apparently the vendor string for newer models now uses "svnHP" instead of
"svnHewlett-Packard", so add this alternative match to the global HP map.

Generalize matches for micmute key on ProBook 4xx.

Silence two hardwired keys on the ProBook 440 G3 that should not produce evdev
events. Thanks to Hermann Kraus for those! (See PR #2679)

8 years agokeymap: Add HP ZBook
Martin Pitt [Tue, 1 Mar 2016 13:43:43 +0000 (14:43 +0100)] 
keymap: Add HP ZBook

https://launchpad.net/bugs/1535219