Luca Boccassi
3745355764
Merge pull request #19793 from keszybz/tmpfiles-autofs-and-globs
...
tmpfiles: better handling of autofs and globs
2021-06-07 09:14:27 +01:00
Zbigniew Jędrzejewski-Szmek
ba405b2200
TODO: coalesce entries for tmpfiles
2021-06-04 12:21:19 +02:00
Yu Watanabe
f0273cba25
Merge pull request #19798 from bluca/todo_landlock
...
Add new item to TODO list
2021-06-03 03:37:33 +09:00
Luca Boccassi
88511a3712
TODO: mention the new Landlock LSM as a way to implement sandboxing for systemd --user
2021-06-02 19:13:28 +01:00
Luca Boccassi
e91035abf0
TODO: remove some features that have been implemented
2021-06-02 18:57:31 +01:00
Zbigniew Jędrzejewski-Szmek
5b326dee29
TODO: add entry about alias logging
2021-06-02 09:22:08 +02:00
Lennart Poettering
997c2d5625
update TODO
2021-05-26 21:42:44 +02:00
Lennart Poettering
31892e8d40
update TODO
2021-05-07 22:44:39 +02:00
Zbigniew Jędrzejewski-Szmek
ac2c088939
Merge pull request #19391 from poettering/dissect-grow
...
optionally, grow file systems to partition size when mounting them via GPT auto-discovery
2021-05-07 15:04:55 +02:00
Lennart Poettering
8b25cab720
update TODO
2021-05-04 16:01:00 +02:00
Lennart Poettering
cd4d2b1777
update TODO
2021-04-23 17:57:26 +02:00
Zbigniew Jędrzejewski-Szmek
3d3aafa453
TODO: add some items for repart
2021-04-23 15:11:38 +02:00
Lennart Poettering
192b31f28f
update TODO
2021-04-21 21:44:02 +02:00
Yu Watanabe
ea846e45c1
doc: fix typo
2021-04-21 09:57:30 +02:00
Lennart Poettering
ee7561d014
update TODO
2021-04-20 16:32:24 +02:00
Lennart Poettering
7cc3966693
update TODO
2021-04-19 23:19:52 +02:00
Lennart Poettering
64e8e419d9
update TODO
2021-04-15 11:24:50 +02:00
Yu Watanabe
f1a5c566c1
man: fix typo
2021-04-13 12:52:56 +09:00
Lennart Poettering
f3e58b55de
update
2021-04-06 11:48:37 +02:00
Lennart Poettering
f9d8325e69
Merge pull request #18971 from poettering/sysusers-creds
...
let's read LoadCredentials=/SetCredentials= style cred in sysusers/firstboot and when asking for passwords
2021-03-31 10:35:17 +02:00
Zbigniew Jędrzejewski-Szmek
b880ac2c15
Merge pull request #18958 from poettering/dissect-no-root
...
dissect-image: support images without rootfs but with /usr partition + support simple partition versioning via strverscmp() on part label
2021-03-31 10:31:32 +02:00
Lennart Poettering
9f17a03ae8
update TODO
2021-03-26 12:22:17 +01:00
Lennart Poettering
49bd547b38
update TODO
2021-03-23 14:43:07 +01:00
Lennart Poettering
24063ba16a
update TODO
2021-03-22 21:17:58 +01:00
Lennart Poettering
7e7b0e2198
update TODO
2021-03-22 19:07:34 +01:00
Lennart Poettering
04820600e7
update TODO
2021-03-17 18:13:51 +01:00
Lennart Poettering
e6ba912a1a
update TODO
2021-03-16 14:58:00 +01:00
Lennart Poettering
0361cee428
update TODO
2021-03-10 22:38:28 +01:00
Lennart Poettering
bef1e1a066
update TODO
2021-03-09 23:20:53 +01:00
Zbigniew Jędrzejewski-Szmek
3864b4b038
shared/kbd-util: fix return value confusion with nftw()
...
We would return a real error sometimes from the callback, and FTW_STOP other
times. Because of FTW_ACTIONRETVAL, everything except FTW_STOP would be
ignored. I don't think using FTW_ACTIONRETVAL is useful.
nftw() can only be used meaningfully with errno. Even if we return a proper
value ourselves from the callback, it will be propagated as a return value from
nftw(), but there is no way to distinguish this from a value generated by
nftw() itself, which is -1/-EPERM on error. So let's set errno ourselves so the
caller can at least look at that.
The code still ignores all errors.
2021-03-04 11:44:07 +01:00
Zbigniew Jędrzejewski-Szmek
cd18afec16
Merge pull request #18827 from keszybz/a-bunch-of-man-page-updates
...
A bunch of man page updates
2021-03-01 15:14:40 +01:00
Zbigniew Jędrzejewski-Szmek
36f57e02d7
man: explain how to invoke tmpfiles for debugging
...
Fixes #11914 .
2021-03-01 13:40:52 +01:00
Lennart Poettering
1d5484aa67
update TODO
2021-02-26 09:22:12 +01:00
Lennart Poettering
7ed72cfac7
update TODO
2021-02-25 15:51:13 +01:00
Lennart Poettering
66e52d2221
update TODO
2021-02-18 22:31:11 +01:00
Lennart Poettering
bf843b0bd4
update TODO
2021-02-15 19:23:05 +01:00
Lennart Poettering
dfbbb4f7b0
update TODO
2021-01-19 13:41:42 +01:00
Yu Watanabe
13a4e9f209
TODO: fix typo
2021-01-19 07:22:48 +09:00
Lennart Poettering
33295214fa
update TODO
2021-01-18 21:05:32 +01:00
Lennart Poettering
14f7d087cc
update TODO
2021-01-14 14:15:48 +01:00
Yu Watanabe
7c08f24a50
Merge pull request #18217 from ssahani/todo-network
...
TODO: Already implemented with SendDecline=
2021-01-12 22:53:44 +09:00
Susant Sahani
4707ae99cd
TODO: SR_IOV already implemeted
2021-01-12 14:52:00 +01:00
Susant Sahani
973fa2cd4f
TODO: Already implemented with SendDecline=
2021-01-12 14:47:39 +01:00
Lennart Poettering
9786ba1386
update TODO
2021-01-12 14:38:37 +01:00
Lennart Poettering
0ec1dc5ba3
update TODO
2021-01-06 17:14:56 +01:00
Lennart Poettering
9aea1e58b9
update TODO
2021-01-06 16:18:46 +01:00
Lennart Poettering
80670e748d
update TODO
2020-12-17 20:03:04 +01:00
Yu Watanabe
84a1ff9457
tree-wide: fix typo
2020-12-16 18:30:15 +01:00
Lennart Poettering
38abd1bfc5
Update TODO
2020-12-14 13:51:10 +01:00
Yu Watanabe
28423d9a75
tree-wide: fix typo
2020-12-14 12:05:55 +00:00