mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
test-execute: add a testcase for MountAPIVFS=no
This commit is contained in:
15
test/test-execute/exec-mount-apivfs-no.service
Normal file
15
test/test-execute/exec-mount-apivfs-no.service
Normal file
@@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=Test for find_executable() with MountAPIVFS=no
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
||||
MountAPIVFS=false
|
||||
PrivateDevices=false
|
||||
PrivateMounts=true
|
||||
PrivateTmp=false
|
||||
PrivateUsers=false
|
||||
ProtectControlGroups=false
|
||||
ProtectKernelModules=false
|
||||
ProtectKernelTunables=false
|
||||
RootDirectory=/tmp/test-exec-mount-apivfs-no/root
|
||||
Reference in New Issue
Block a user