From: Lennart Poettering Date: Thu, 21 Jan 2021 14:06:13 +0000 (+0100) Subject: portabled: add BindPaths=/run back into "trusted" policy X-Git-Tag: v248-rc1~277 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8dd294c5a9111d7c03043f20dd23371991fbd1fa;p=thirdparty%2Fsystemd.git portabled: add BindPaths=/run back into "trusted" policy This partly reverts fe239c7d7d6227209234100f4e0a36dd952a5587, where I accidentally dropped only line for /run that was unlike the others. Oops. @bluca, thanks for noticing: https://github.com/systemd/systemd/pull/18329#pullrequestreview-573343549 --- diff --git a/src/portable/profile/trusted/service.conf b/src/portable/profile/trusted/service.conf index cb859c4e278..9a6af70b939 100644 --- a/src/portable/profile/trusted/service.conf +++ b/src/portable/profile/trusted/service.conf @@ -2,5 +2,6 @@ [Service] MountAPIVFS=yes +BindPaths=/run BindReadOnlyPaths=/etc/machine-id BindReadOnlyPaths=/etc/resolv.conf