diff options
author | Kali Kaneko <kali@leap.se> | 2014-05-15 09:25:25 -0500 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-05-15 10:15:29 -0500 |
commit | dfbe8c4f0158366e91ea5118e5aa68c07d28ddbf (patch) | |
tree | 9d7fad246d632d7667ae9559366a35e8f69dcdd6 /pkg/linux/bitmask-root | |
parent | 19391a9eb7ac4b09dd86c4d722291dbda140dde0 (diff) |
avoid openvp soft-restart. Closes: #5669
Diffstat (limited to 'pkg/linux/bitmask-root')
-rwxr-xr-x | pkg/linux/bitmask-root | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/linux/bitmask-root b/pkg/linux/bitmask-root index d9c8a61f..136fd6a4 100755 --- a/pkg/linux/bitmask-root +++ b/pkg/linux/bitmask-root @@ -87,6 +87,7 @@ FIXED_FLAGS = [ "--script-security", "1", "--user", "nobody", "--group", "nogroup", + "--remap-usr1", "SIGTERM", ] ALLOWED_FLAGS = { |