Commit graph

2774 commits

Author SHA1 Message Date
Lennart Poettering 00244c49df update TODO 2024-04-22 17:34:44 +02:00
Lennart Poettering 895cf7015d update TODO 2024-04-20 12:10:42 +02:00
Lennart Poettering 3f011540fd update TODO 2024-04-19 10:54:22 +02:00
Lennart Poettering d2420ea6cd update TODO 2024-04-15 12:10:46 +02:00
Lennart Poettering 18098d7dec update TODO 2024-04-06 16:09:10 +02:00
Lennart Poettering a0ff536ac5 update TODO 2024-04-04 18:16:45 +02:00
Luca Boccassi edc2c26d54 TODO: drop line about bzip2/gzip
These are only used in the importd binary, which is a leaf optional
binary that also depends on libcurl, so it's not worth the
additional complications
2024-04-02 22:22:29 +01:00
Zbigniew Jędrzejewski-Szmek c38e4e2fda
Merge pull request #29721 from poettering/systemd-project
New capsule@.service feature
2024-03-26 13:19:33 +01:00
Adrian Vovk 44aaff689b update TODO 2024-03-23 01:05:13 +00:00
Yu Watanabe 839dce5ecb
Merge pull request #31862 from keszybz/add-strdup_to-helper
Add strdup_to() helper
2024-03-21 14:47:05 +09:00
Zbigniew Jędrzejewski-Szmek fb01ab09d3 TODO: drop entry about renaming
NamespaceId is inconsistent with our general spelling rules which say that
capitalization of acronyms should not be changed when they are concatenated in
CapitalizedCamelCase strings. But NamespaceId was added in
f2ef8b28a5, before v249, so it's too late to
change it. OTOH, NamespaceNSID cannot really be spelled in any other way.
"NamespaceNsid" would be quite bad. So let's just ignore the inconsistency in
naming, this seems to be the least bad option.
2024-03-19 23:55:03 +01:00
Zbigniew Jędrzejewski-Szmek 7aed434371 Rename uid0 to run0
Naming is always a matter of preference, and the old name would certainly work,
but I think the new one has the following advantages:
- A verb is better than a noun.
- The name more similar to "the competition", i.e. 'sudo', 'pkexec', 'runas',
  'doas', which generally include an action verb.
- The connection between 'systemd-run' and 'run0' is more obvious.

There has been no release yet with the old name, so we can rename without
caring for backwards compatibility.
2024-03-19 16:37:22 +01:00
Zbigniew Jędrzejewski-Szmek aa747c0033 TODO: various things noticed while writing NEWS 2024-03-15 15:25:15 +01:00
Lennart Poettering afd20791ef update TODO 2024-03-14 19:09:55 +01:00
Lennart Poettering 3e4f4a1c38 update TODO 2024-03-14 11:34:04 +01:00
Yu Watanabe fcaa510597 TODO: fix typo
Follow-up for 54b0e05ed0.
2024-03-14 17:39:12 +09:00
Lennart Poettering 54b0e05ed0 update TODO 2024-03-13 11:21:25 +01:00
Lennart Poettering c89d067f12 update TODO 2024-03-13 11:17:02 +01:00
Lennart Poettering 50a38492c6 update TODO 2024-03-12 14:07:01 +01:00
Matteo Croce 3c66db7e28 Update TODO file
Update the line about dynamically load compression libraries.
2024-03-05 12:38:39 +01:00
Lennart Poettering 023bf8999f update TODO 2024-03-04 17:30:15 +01:00
Lennart Poettering 7e9cdafad3 update TODO 2024-03-01 22:29:08 +01:00
Yu Watanabe 630023e2e4 TODO: fix typo
Follow-up for 666a348d1c.
2024-02-28 11:46:21 +09:00
Lennart Poettering 666a348d1c update TODO 2024-02-27 14:40:31 +01:00
Lennart Poettering a9791a4192 update TODO 2024-02-23 17:29:06 +01:00
Lennart Poettering bebe5f1a74
Merge pull request #31456 from poettering/tpm1.2-no-more
sd-stub: drop any support for TPM 1.2
2024-02-23 14:52:20 +01:00
Lennart Poettering 085a4d4723 update TODO 2024-02-23 13:20:19 +01:00
Lennart Poettering eb9b95f9d8 update TODO 2024-02-23 11:09:08 +01:00
Lennart Poettering ffef7a68d3 update TODO 2024-02-23 11:08:14 +01:00
Lennart Poettering 05b924048d update TODO 2024-02-21 15:46:20 +01:00
Adrian Vovk fd93a16e7d update TODO 2024-02-19 11:18:11 +00:00
Yu Watanabe ff509772f1 TODO: fix typo
Follow-up for 10e3f15ac1.
2024-02-18 07:15:01 +09:00
Lennart Poettering 10e3f15ac1 update TODO 2024-02-16 10:17:57 +01:00
Lennart Poettering 1c5d03c088 update TODO 2024-02-14 15:10:39 +01:00
Lennart Poettering a050dc507c update TODO 2024-02-14 10:56:35 +01:00
Lennart Poettering c9cdbaed17
Merge pull request #30380 from keszybz/tmpfiles-dry-run
Make tmpfiles/sysusers nicer with local files and implement tmpfiles --dry-run
2024-02-13 09:45:50 +01:00
Lennart Poettering 10048b2e20 update TODO 2024-02-13 09:17:43 +01:00
Zbigniew Jędrzejewski-Szmek 2479f0bb09 TODO: add --dry-run/-n 2024-02-12 13:34:39 +01:00
Zbigniew Jędrzejewski-Szmek 9e90d4f42e tmpfiles: implement --dry-run
The idea is simple: skip the final operation that creates or removes things
or changes the attributes, but otherwise go through the rest of the code.
This results in quite a lot of fairly repetitive conditions in the low-level
code. Another approach would be to print earlier, at a higher level, but then
we'd have less precise information about what is about to happen.
2024-02-12 13:33:30 +01:00
Lennart Poettering e0abffe600 update TODO 2024-02-12 12:04:18 +01:00
Zbigniew Jędrzejewski-Szmek b1935cc943 tmpfiles: use dir_cleanup() for R and D
... i.e. apply nested config (exclusions and such) when executing R and D.

This fixes a long-standing RFE. The existing logic seems to have been an
accident of implementation. After all, if somebody specifies a config with
'R /foo; x /tmp/bar', then probably the goal is to remove stuff from under /foo,
but keep /tmp/bar. If they just wanted to nuke everything, then would not specify
the second item.

This also makes R and D use O_NOATIME, i.e. the access times of the directories
that are accessed will not be changed by the cleanup.

Obviously, we'll have to add this to NEWS and such.
Looking at the whole tmpfiles.d config in Fedora, this change has no effect.

The test cases are adjusted as appropriate. I also added another test case for
'R'/'D' with a file, just to test this code path more.

Replaces #20641.
Fixes #1633.
2024-02-09 17:57:42 +01:00
Luca Boccassi 76e00ba2e5 TODO: drop clone3 item 2024-02-05 21:52:36 +00:00
Yu Watanabe 3600b0f401 TODO: fix typo
Follow-up for fd40e7da6e.
2024-02-02 09:07:31 +09:00
Lennart Poettering f277d99c30 update TODO 2024-01-31 10:11:00 +01:00
Lennart Poettering fd40e7da6e update TODO 2024-01-30 17:07:47 +01:00
Lennart Poettering c496e5f67f update TODO 2024-01-29 14:43:22 +01:00
Lennart Poettering 00f329f4b0 update TODO 2024-01-26 21:42:39 +01:00
Lennart Poettering 9af6ab4499 update TODO 2024-01-25 16:11:33 +01:00
Lennart Poettering 776c2b8e72 update TODO 2024-01-11 22:44:13 +01:00
Lennart Poettering 9a1dc7549f update TODO 2024-01-11 16:18:26 +01:00