diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-08-22 18:43:59 +0200 |
---|---|---|
committer | Djalal Harouni <tixxdz@opendz.org> | 2016-09-25 10:18:48 +0200 |
commit | 59eeb84ba65483c5543d1bc840c2ac75642ef638 (patch) | |
tree | 2195a40c7daf3575a8a7500bc8a82412056688ab /src/test/test-ns.c | |
parent | 72246c2a654ead7f7ee6e7799161e2e46dc0b84b (diff) | |
download | systemd-59eeb84ba65483c5543d1bc840c2ac75642ef638.tar.gz |
core: add two new service settings ProtectKernelTunables= and ProtectControlGroups=
If enabled, these will block write access to /sys, /proc/sys and
/proc/sys/fs/cgroup.
Diffstat (limited to 'src/test/test-ns.c')
-rw-r--r-- | src/test/test-ns.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test-ns.c b/src/test/test-ns.c index 9248f2987c..05f243c75c 100644 --- a/src/test/test-ns.c +++ b/src/test/test-ns.c @@ -69,6 +69,8 @@ int main(int argc, char *argv[]) { tmp_dir, var_tmp_dir, true, + true, + true, PROTECT_HOME_NO, PROTECT_SYSTEM_NO, 0); |