mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 17:03:47 +01:00
Disable seccomp by default until it stabilizes
This commit is contained in:
parent
d36c38ca48
commit
64f3eb35f4
@ -15,6 +15,6 @@ option('enable-magic',
|
|||||||
)
|
)
|
||||||
option('enable-seccomp',
|
option('enable-seccomp',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
value: true,
|
value: false,
|
||||||
description: 'Enable seccomp support if available.'
|
description: 'Enable experimental seccomp support if available.'
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user