1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 03:25:31 +03:00

test-execute: don't use /usr/bin/uname. use sh and PATH

This commit is contained in:
Evgeny Vereshchagin 2015-11-06 15:42:06 +00:00
parent a6bff4a742
commit 64810140a1

View File

@ -2,6 +2,6 @@
Description=Test for SystemCallErrorNumber
[Service]
ExecStart=/usr/bin/uname -a
ExecStart=/bin/sh -c 'uname -a'
SystemCallFilter=~uname
SystemCallErrorNumber=EACCES