]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/systemd.exec.xml
namespace: implicitly adds DeviceAllow= when RootImage= is set 9744/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 6 Aug 2018 05:02:28 +0000 (14:02 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 6 Aug 2018 05:02:31 +0000 (14:02 +0900)
commitfe65e88ba6ad876baf759461fd99162f706dd35e
treed628ea8cf900cee5b5143822a19dc07a7f62d1ba
parentfd870bac25c2dd36affaed0251b5a7023f635306
namespace: implicitly adds DeviceAllow= when RootImage= is set

RootImage= may require the following settings
```
DeviceAllow=/dev/loop-control rw
DeviceAllow=block-loop rwm
DeviceAllow=block-blkext rwm
```
This adds the following settings implicitly when RootImage= is
specified.

Fixes #9737.
man/systemd.exec.xml
src/core/unit.c