Wilhelm Schuster
faec9de87f
docs: Fix example code in ROOT_STORAGE_DAEMONS
2020-01-30 20:27:05 +00:00
Yu Watanabe
4d2db005d8
Merge pull request #14701 from keszybz/homed-fixups
...
Trivial homed fixups
2020-01-31 00:09:39 +09:00
mtron
58345a2332
docs: formatting fix ( #14707 )
...
fixes formatting in the last paragraph of the 'General Structure' chapter.
2020-01-31 00:06:57 +09:00
Piotr Drąg
258adeca3c
po: add src/home/org.freedesktop.home1.policy to POTFILES.in
2020-01-30 23:53:14 +09:00
mtron
56b3eddb70
fix links to GROUP_RECORD and USER_GROUP_API
...
fix 2 more broken links.
GROUP_RECORD now points to https://systemd.io/GROUP_RECORD/ and
USER_GROUP_API to https://systemd.io/USER_GROUP_API/
2020-01-30 23:48:44 +09:00
mtron
e5e529c30a
fix link to JSON User Records
2020-01-30 23:32:17 +09:00
Zbigniew Jędrzejewski-Szmek
2a4be3c52b
Various typo fixes and grammar corrections
2020-01-30 13:48:01 +01:00
Zbigniew Jędrzejewski-Szmek
402058dc3a
polkit: tweak grammar
2020-01-30 12:34:05 +01:00
Zbigniew Jędrzejewski-Szmek
ec74f47e56
meson: fix type of homed option
2020-01-30 12:33:06 +01:00
Zbigniew Jędrzejewski-Szmek
4119d1e60a
Merge pull request #14096 from poettering/homed
...
systemd-homed
2020-01-30 12:32:06 +01:00
Piotr Drąg
ce306dd872
po: update Polish translation
2020-01-30 09:28:36 +01:00
Lennart Poettering
70e9d9a56c
update TODO
2020-01-29 19:39:02 +01:00
Yu Watanabe
a44956c94a
network: fix implicit type conversion warning by GCC-10
...
Fixes part of #14691 .
2020-01-29 19:24:12 +01:00
Lennart Poettering
97cd52c1b5
update TODO
2020-01-29 19:23:35 +01:00
Lennart Poettering
d200253ba5
update TODO
2020-01-29 16:55:59 +01:00
Topi Miettinen
e21d90606a
pam_systemd: resolve the tty of display via /sys instead of /dev
...
Rely on information provided by /proc/*/stat and /sys/dev/char for resolving
the controlling tty for the display server, instead of trying to access the
tty device in /dev (which may not be accessible for example due to
PrivateDevices=yes).
2020-01-29 16:06:48 +01:00
Lennart Poettering
72d43d09cc
id128: change table header from "uuid" to just "id"
...
The tool deals with any kind of 128bit id, not just uuid, and by default
we display just a series of hex chars, hence let's not claim everything
was a "uuid", but just generically say "id"
2020-01-29 15:32:26 +01:00
Lennart Poettering
6841019567
NEWS: more v245 preparation
2020-01-29 14:12:22 +01:00
splantefeve
552cafaa86
po: update French translation
2020-01-29 12:13:15 +01:00
Lennart Poettering
723822f00a
NEWS: start preparing v245
2020-01-29 11:44:32 +01:00
Yu Watanabe
2462111da9
Merge pull request #14689 from poettering/portable-chase-symlink-fix
...
various chase_symlink() fixes
2020-01-29 18:51:42 +09:00
Lennart Poettering
bcb1eadc0c
test: fix rename_noreplace() test
...
This corrects the fix b81b9d406d
, making the test operate like it was
originally.
2020-01-28 22:53:59 +01:00
Lennart Poettering
3c7b4ebf94
test: make sure chase_symlink() returns normalized paths
2020-01-28 22:53:59 +01:00
Lennart Poettering
47d7ab727c
fs-util: make sure we output normalized paths in chase_symlinks()
...
Let's eat up multiple slashes.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1787089
Replaces: #14687
2020-01-28 22:53:59 +01:00
Lennart Poettering
6efb1257d1
test: add test for the non-resolving of chase_symlink() root prefix
2020-01-28 22:53:59 +01:00
Lennart Poettering
c2595d3b02
fs-util: when calling chase_symlinks() with root path, leave root part unresolved
...
Previously there was a weird asymmetry: initially we'd resolve the
specified prefix path when chasing symlinks together with the actual
path we were supposed to cover, except when we hit an absolute symlink
where we'd use the root as it was. Let's unify handling here: the prefix
path is never resolved, and always left as it is.
This in particular fixes issues with symlinks in the prefix path, as
that confused the check that made sure we never left the root directory.
Fixes : #14634
Replaces: #14635
2020-01-28 22:53:59 +01:00
Lennart Poettering
c809ed783e
update TODO
2020-01-28 22:38:26 +01:00
Lennart Poettering
0edd431e15
ci: add new dependencies to CI
2020-01-28 22:38:22 +01:00
Lennart Poettering
a9dabd6866
docs: document the home directory format
2020-01-28 22:38:17 +01:00
Lennart Poettering
f62dd2375e
docs: document homed UID range
2020-01-28 22:38:13 +01:00
Lennart Poettering
28e208a7d8
man: document pam_systemd_home
2020-01-28 22:37:49 +01:00
Lennart Poettering
38e7b808eb
man: add systemd-homed man page
2020-01-28 22:37:25 +01:00
Lennart Poettering
ea7a19e95d
man: add homectl(1) man page
2020-01-28 22:37:00 +01:00
Lennart Poettering
ba0fb5acd4
sleep: automatically lock all home directories when suspending
2020-01-28 22:36:56 +01:00
Lennart Poettering
6ead39170a
test: add test case for homed
2020-01-28 22:36:51 +01:00
Lennart Poettering
26cf9fb7f8
home: add pam_systemd_home.so PAM hookup
...
In a way fixes: https://bugs.freedesktop.org/show_bug.cgi?id=67474
2020-01-28 22:36:41 +01:00
Lennart Poettering
4aa0a8ac3e
home: add homectl client tool
2020-01-28 22:36:30 +01:00
Lennart Poettering
70a5db5822
home: add new systemd-homed service that can manage LUKS homes
...
Fixes more or less: https://bugs.freedesktop.org/show_bug.cgi?id=67474
2020-01-28 22:36:07 +01:00
Lennart Poettering
e53db1405c
mkosi: add fdisk-devel, openssl-devel, libpwquality-devel, p11kit-devel and efsck to build
...
This is preparation for subsequent additions which link against these
libraries.
2020-01-28 22:35:32 +01:00
Franck Bui
1ffadeaae3
udev: assume that the recv buffer size of the netlink socket is already configured when the socket is passed in
...
This makes ReceiveBuffer= option in systemd-udevd-kernel.socket unit useful.
2020-01-28 22:35:08 +01:00
Yu Watanabe
a05a6e8bba
test-network: fix test_qdisc2()
...
quantum and initial_quantum may suffixed with 'b'.
2020-01-28 22:33:31 +01:00
Lennart Poettering
7d20404816
Merge pull request #14685 from poettering/sd-bus-bool-as-int
...
sd-bus documentation: highlight bool vs. int situation
2020-01-28 17:57:30 +01:00
Lennart Poettering
b940fb1f4f
Merge pull request #14594 from keszybz/id128-show-gpt
...
Print gpt table values in systemd-id128
2020-01-28 17:23:50 +01:00
Ashley Davis
8bc943b472
fix erroneous "`" in boot loader spec
2020-01-29 00:52:54 +09:00
Lennart Poettering
e0db55a643
man: document that sd_bus_message_read_array() only supports trivial types
...
Fixes : #14641
2020-01-28 16:52:15 +01:00
Lennart Poettering
10c238b2cc
man: clarify that we decode D-Bus bools as "int", not as C99 "bool"
...
Fixes : #14643
2020-01-28 16:38:53 +01:00
Lennart Poettering
e5667705fa
man: describe types slightly more accurately
2020-01-28 16:38:38 +01:00
Lennart Poettering
979bdc47c9
man: enclose C type names in <type></type>
2020-01-28 16:37:57 +01:00
Zbigniew Jędrzejewski-Szmek
ebe2ab60cc
Merge pull request #14611 from yuwata/network-fix-reconfigure
...
network: fix reconfigure
2020-01-28 16:10:28 +01:00
Zbigniew Jędrzejewski-Szmek
d2b45da40a
Merge pull request #14633 from poettering/logind-switch-polkit
...
add polkit hookup for VT switching in logind
2020-01-28 16:09:09 +01:00