]> git.ipfire.org Git - thirdparty/systemd.git/commit
shared: do not include ~ when appending syscall filters property
authorRonny Chevalier <ronny.chevalier@hp.com>
Mon, 18 Jun 2018 09:16:12 +0000 (11:16 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 18 Jun 2018 11:12:20 +0000 (13:12 +0200)
commit98008caa94a7aca76297ecdca86a23f460386429
tree32920d7011a502312e1b1e459ef702eab9867f77
parent4b650021751ccd404dcb329ef5e312c8a93f7ce2
shared: do not include ~ when appending syscall filters property

The method already uses a boolean argument to determine whether it is in
whitelist mode or not. The code that will parse the string of filters
does not expect the ~, since it already has the boolean argument. Thus,
it will fail to parse the list of filters.
src/shared/bus-unit-util.c