mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
test-execute: don't use /usr/bin/uname. use sh and PATH
This commit is contained in:
parent
a6bff4a742
commit
64810140a1
@ -2,6 +2,6 @@
|
||||
Description=Test for SystemCallErrorNumber
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/uname -a
|
||||
ExecStart=/bin/sh -c 'uname -a'
|
||||
SystemCallFilter=~uname
|
||||
SystemCallErrorNumber=EACCES
|
||||
|
Loading…
Reference in New Issue
Block a user