diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2016-08-26 16:17:05 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-26 16:17:05 +0300 |
commit | 6afe14ff5b91e62072005dd8eb75315a16989874 (patch) | |
tree | 279f9cde40fe2d0ce2ebb85abe961147b2cc6837 /src/shared/seccomp-util.c | |
parent | 0c582db0c6ec3330953270cf0324038cb6615617 (diff) | |
parent | 383034987de71927683dd34896ca7f3c9c259f7c (diff) |
Merge pull request #3984 from poettering/refcnt
permit bus clients to pin units to avoid automatic GC
Diffstat (limited to 'src/shared/seccomp-util.c')
-rw-r--r-- | src/shared/seccomp-util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/seccomp-util.c b/src/shared/seccomp-util.c index 4667f508c7..6c489284d1 100644 --- a/src/shared/seccomp-util.c +++ b/src/shared/seccomp-util.c @@ -137,6 +137,7 @@ const SystemCallFilterSet syscall_filter_sets[] = { "execve\0" "exit\0" "exit_group\0" + "getrlimit\0" /* make sure processes can query stack size and such */ "rt_sigreturn\0" "sigreturn\0" }, { |