mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 05:56:01 +01:00
Disable seccomp by default until it stabilizes
This commit is contained in:
parent
d36c38ca48
commit
64f3eb35f4
1 changed files with 2 additions and 2 deletions
|
@ -15,6 +15,6 @@ option('enable-magic',
|
|||
)
|
||||
option('enable-seccomp',
|
||||
type: 'boolean',
|
||||
value: true,
|
||||
description: 'Enable seccomp support if available.'
|
||||
value: false,
|
||||
description: 'Enable experimental seccomp support if available.'
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue