| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
used.
|
|\
| |
| | |
sysctl: also process sysctl requests via the "sysctl.extra" credential
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
network: Feature IPv4 link-local start address
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
msekletar/revert-background-session-no-user-instance
Revert of recent changes in handling of background sessions
|
| | | |
| | | |
| | | |
| | | | |
This reverts commit e73bf3425c0b5a6339388a3a459ce2bac497308b.
|
| | | |
| | | |
| | | |
| | | | |
This reverts commit bf40417c7cbe0afb185eda97ea46395b1bb74bdf.
|
| | | |
| | | |
| | | |
| | | | |
This reverts commit 1611606fd91648f78137e823d5cc3ac68767e4a2.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Let's not allow anyone to look into /root/ if we create it via the
base-filesystem logic. i.e. change 0755 → 0750 as default access mode
for /root/, in case we create it if it happens to be missing.
|
|\ \ \ \
| | | | |
| | | | | |
tmpfiles: fix wrong is_dir_fd() call
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This current code checks the wrong directory. This was broken in
4c39d899ff00e90b7290e4985696f321d7f2726f which converted the previous
code incorrectly.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This new call can execute both of the old operations, but also do
generic fstatat() like behaviour.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This allows growfs to expand the filesystem even when the underlying
block device cannot be expanded. This has been useful for example on
LUKS devices that have already been expanded using systemd-repart.
This works around the following error:
```
root@mobian:/home/mobian# /usr/lib/systemd/systemd-growfs /
crypt_resize() of /dev/block/179:2 failed: Operation not permitted
```
|
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
growfs fd handling tweaks
|
| | | | |
| | | | |
| | | | |
| | | | | |
Instead, just open the mount fd once, and then operate on fds only.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Similar to the previous commit: let's add extra safety so that we don't
issue ioctls on the wrong type of inode.
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | | |
This is a simple safety check, since we shouldn't invoke ioctls on fds
without being reasonably sure they are of the right type since ioctls
are overloaded, and we might be tricked hence to execute an operation on
an fd which means something different than what we expect.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This causes systemd-growfs to exit before resizing the partition when
`--dry-run` is passed. Resizing during a dry run of a change breaks the
users expectations.
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | | |
network: fix hardware address handling
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This fixes error in parsing message when the rapid commit option is
located at the end of the message.
Fixes an issure reported in #24002.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This effectively revert ba4c7184b320bb8698d470530d46a6c94641cc6e.
Fixes #23546.
|
| | | |
| | | |
| | | |
| | | | |
Replaces f42d41cc5f9cd8cac538a1c30fda04d346b5bae2.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This reverts commit f42d41cc5f9cd8cac538a1c30fda04d346b5bae2.
DHCPv6 client does not require MAC address.
DHCPv4 client will be handled in a different way in a later commit.
Partially fixes #23546.
|
| |/ /
|/| | |
|
| | |
| | |
| | |
| | | |
Fixes #24003.
|
|\ \ \
| |/ /
|/| | |
Add tests for org.freedesktop.login1.Session SetType and SetDisplay
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Otherwise the return value of the last command is propagated, which may
cause spurious test failures. E.g., pkill returns 1 if no process
matched, which may be a problem in cleanup session:
cleanup_session() {
...
pkill -u "$(id -u logind-test-user)"
sleep 1
pkill -KILL -u "$(id -u logind-test-user)"
}
If there are no remaining processes when the final pkill runs, it will
return 1 and therefore cleanup_session will return 1 as well.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Newer binutils versions currently trigger the following warnings due to
a bug in gnu-efi
on arm64:
/usr/bin/ld.bfd: warning: src/boot/efi/systemd-bootaa64.elf has a LOAD segment with RWX permissions
on amd64:
/usr/bin/ld.bfd: warning: /usr/lib/crt0-efi-x86_64.o: missing .note.GNU-stack section implies executable stack
This results in a build failure due to --fatal-warnings.
Work around this issue by suppressing those warnings until gnu-efi has
been fixed.
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013341
|
|/ /
| |
| |
| |
| |
| | |
Also change the title to describe the module more comprehensively.
Follow-up for 90bc309aa2c1430941f4c50f73e681ab3e488bd3. Suggested
in https://bugzilla.redhat.com/show_bug.cgi?id=2085485#c5.
|
| | |
|
|\ \
| | |
| | | |
sd-device: send udev database version
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Otherwise, sd-device object received through sd-device-monitor does not
show current tags.
Fixes #23799.
|
| | |
| | |
| | |
| | |
| | |
| | | |
In most cases, it is not necessary to call them without retrieving
result. But, most of other getter functions for sd-device can take NULL.
Let's follow the way for consistency.
|
| | | |
|