Yu Watanabe
fc73d97182
udev/iocost: invert DEVTYPE match
...
No functional change, just refactoring.
Addresses https://github.com/systemd/systemd/pull/23325#discussion_r1171006967 .
2023-04-26 14:50:25 +09:00
Yu Watanabe
c413ae18b5
udev/iocost: use ID_MODEL_FROM_DATABASE if exists
...
To make the rule consistent with 'iocost query'.
2023-04-26 14:50:25 +09:00
Yu Watanabe
ede5e271b1
udev/iocost: fix log message
2023-04-26 14:50:25 +09:00
Yu Watanabe
b2fccd0729
udev/iocost: query_named_solution() provides non-NULL model and qos on success
2023-04-26 14:50:25 +09:00
Yu Watanabe
934613bb88
udev/iocost: call get_known_solutions() in apply_solution_for_path()
...
Then, the solution name can be logged.
2023-04-26 14:50:09 +09:00
Yu Watanabe
9c271f4509
udev/iocost: merge get_known_solutions() and choose_solution()
...
As these are always called sequentially.
No functional change, just refactoring.
2023-04-26 11:49:58 +09:00
Yu Watanabe
dcb379619f
udev/iocost: drop unnecessary initializations
2023-04-26 11:36:28 +09:00
Yu Watanabe
878f3a4f09
udev/iocost: arg_target_solution is always non-NULL
2023-04-26 11:19:53 +09:00
Yu Watanabe
5cfe9715f5
udev/iocost: set default target in parse_config()
...
And make the failure in parsing config critical.
2023-04-26 11:18:46 +09:00
Luca Boccassi
fa84c1ce00
portablectl: add --extension to bash completion
2023-04-26 08:35:20 +09:00
Yu Watanabe
ff2da67b9a
Merge pull request #27409 from mrc0mmand/more-tests
...
test: add a couple of sanity tests for systemd-creds
2023-04-26 08:24:52 +09:00
Frantisek Sumsal
ad2875af9e
test: add a couple of sanity tests for systemd-creds
2023-04-25 18:34:49 +02:00
Frantisek Sumsal
c74e13a5c3
creds: make --pretty behave in a slightly more expected manner
2023-04-25 18:34:49 +02:00
Frantisek Sumsal
ee46e4d982
test: cover missed stuff from securebits-util.h
2023-04-25 18:34:49 +02:00
Eric Curtin
b9dac41837
Support /etc/system-update for OSTree systems
...
This is required when / is immutable and cannot be written at runtime.
Co-authored-by: Richard Hughes <richard@hughsie.com >
2023-04-25 17:40:41 +02:00
Lennart Poettering
d30d5a0374
Merge pull request #27347 from bluca/sd_bus_nonce
...
sd: avoid closing sd-bus in a fork, store module-global id for sd-bus/sd-session/sd-journal
2023-04-25 17:40:15 +02:00
Lennart Poettering
17b798d915
mount-util: split remount_idmap() in two
...
This will make things a bit longer for now, but more powerful as we can
reuse the userns fd between calls to remount_idmap() if we need to
adjust multiple mounts.
No change in behaviour, just some minor refactoring.
2023-04-25 17:39:16 +02:00
Lennart Poettering
4054d76151
sd-daemon: add sd_pid_notifyf_with_fds()
...
I guess it was only a question of time until we need to add the final
frontier of notification functions: one that combines the features of
all the others:
1. specifiying a source PID
2. taking a list of fds to send along
3. accepting a format string for the status string
Hence, let's add it.
2023-04-25 17:38:57 +02:00
Luca Boccassi
4a75704b16
pam: do not attempt to close sd-bus after fork in pam_end()
...
When pam_end() is called after a fork, and it cleans up caches, it sets
PAM_DATA_SILENT in error_status. FDs will be shared with the parent, so
we do not want to attempt to close them from a child process, or we'll
hit assertions. Complain loudly and skip.
2023-04-25 17:19:57 +02:00
Vitaly Kuznetsov
b4e5c103be
man: /usr/lib/systemd/random-seed -> /usr/lib/systemd/systemd-random-seed
...
/usr/lib/systemd/random-seed is not a thing.
Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com >
2023-04-25 17:05:28 +02:00
Lennart Poettering
973527648b
logind: always use 64bit session IDs
...
it's a bit confusing that on 32bit systems we'd risk session IDs
overruns like this. Let's expose the same behaviour everywhere and stick
to 64bit ids.
Since we format the ids as strings anyway this doesn't really change
anything performance-wise, it just pushes out collisions by overrun to
basically never happen.
2023-04-25 15:52:19 +01:00
Lawrence Thorpe
08b61b40ed
docs: fix LoadCredentialEncrypted example ( #27387 )
...
Embedded credential name 'ciphertext.cred' does not match filename 'foobar', refusing.
2023-04-25 15:41:01 +02:00
Thorsten Kukuk
092e6cd19a
sd-login: add SetTTY session object #26611
2023-04-25 14:33:09 +02:00
Lennart Poettering
4d26b2277a
doc: say in CODING_STYLE that AT_EMPTY_PATH should be implied on openat() style APIs (and NULL path is OK)
...
As discussed here:
https://github.com/systemd/systemd/pull/27397#issuecomment-1521630044
2023-04-25 14:05:08 +02:00
Lennart Poettering
eb3641fc3c
user-record-nss: make return values optional
...
If we only want to know if some user ID/user name is already allocated,
we don't care for the returned data.
2023-04-25 14:00:57 +02:00