chiark / gitweb /
core: rename ReadOnlySystem= to ProtectSystem= and add a third value for also mountin...
authorLennart Poettering <lennart@poettering.net>
Wed, 4 Jun 2014 16:07:55 +0000 (18:07 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 4 Jun 2014 16:12:55 +0000 (18:12 +0200)
commit1b8689f94983b47bf190e77ddb03a8fc6af15fb3
tree7bb1324b3b882adaa0b8bf786f8848ccec156a94
parent4c02dd7153f970244950b5e00f7bdfea8d2ff0be
core: rename ReadOnlySystem= to ProtectSystem= and add a third value for also mounting /etc read-only

Also, rename ProtectedHome= to ProtectHome=, to simplify things a bit.

With this in place we now have two neat options ProtectSystem= and
ProtectHome= for protecting the OS itself (and optionally its
configuration), and for protecting the user's data.
20 files changed:
man/systemd.exec.xml
src/core/dbus-execute.c
src/core/execute.c
src/core/execute.h
src/core/load-fragment-gperf.gperf.m4
src/core/load-fragment.c
src/core/load-fragment.h
src/core/namespace.c
src/core/namespace.h
src/test/test-ns.c
units/systemd-bus-proxyd@.service.in
units/systemd-hostnamed.service.in
units/systemd-journal-gatewayd.service.in
units/systemd-journald.service.in
units/systemd-localed.service.in
units/systemd-machined.service.in
units/systemd-networkd.service.in
units/systemd-resolved.service.in
units/systemd-timedated.service.in
units/systemd-timesyncd.service.in