mirror of
https://github.com/systemd/systemd.git
synced 2026-08-05 07:30:30 +00:00
test-network: disable SystemCallFilter= when *SAN is enabled
This commit is contained in:
@@ -126,6 +126,8 @@ def setUpModule():
|
||||
drop_in += ['Environment=LSAN_OPTIONS="' + lsan_options + '"']
|
||||
if ubsan_options:
|
||||
drop_in += ['Environment=UBSAN_OPTIONS="' + ubsan_options + '"']
|
||||
if asan_options or lsan_options or ubsan_options:
|
||||
drop_in += ['SystemCallFilter=']
|
||||
if use_valgrind or asan_options or lsan_options or ubsan_options:
|
||||
drop_in += ['MemoryDenyWriteExecute=no']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user