mirror of
https://github.com/systemd/systemd.git
synced 2024-10-29 21:55:36 +03:00
e975a94559
This adds a high level test verifying that syscall filtering in combination with a simple architecture filter for the "native" architecture works fine.
9 lines
156 B
Desktop File
9 lines
156 B
Desktop File
[Unit]
|
|
Description=Test for SystemCallFilter
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -c 'echo "Foo bar"'
|
|
Type=oneshot
|
|
SystemCallArchitectures=native
|
|
SystemCallFilter=
|