mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 04:55:06 -05:00
configure: add --disable-scfilter option
This commit is contained in:
8
configure
vendored
8
configure
vendored
@@ -115,6 +115,7 @@ For better control, use the options below.
|
|||||||
--disable-rtc Don't include RTC even on Linux
|
--disable-rtc Don't include RTC even on Linux
|
||||||
--disable-privdrop Disable support for dropping root privileges
|
--disable-privdrop Disable support for dropping root privileges
|
||||||
--without-libcap Don't use libcap even if it is available
|
--without-libcap Don't use libcap even if it is available
|
||||||
|
--disable-scfilter Disable support for system call filtering
|
||||||
--without-seccomp Don't use seccomp even if it is available
|
--without-seccomp Don't use seccomp even if it is available
|
||||||
--disable-asyncdns Disable asynchronous name resolving
|
--disable-asyncdns Disable asynchronous name resolving
|
||||||
--disable-forcednsretry Don't retry on permanent DNS error
|
--disable-forcednsretry Don't retry on permanent DNS error
|
||||||
@@ -322,12 +323,15 @@ do
|
|||||||
--without-libcap|--disable-linuxcaps)
|
--without-libcap|--disable-linuxcaps)
|
||||||
try_libcap=0
|
try_libcap=0
|
||||||
;;
|
;;
|
||||||
--disable-asyncdns)
|
--disable-scfilter)
|
||||||
feat_asyncdns=0
|
feat_scfilter=0
|
||||||
;;
|
;;
|
||||||
--without-seccomp)
|
--without-seccomp)
|
||||||
try_seccomp=0
|
try_seccomp=0
|
||||||
;;
|
;;
|
||||||
|
--disable-asyncdns)
|
||||||
|
feat_asyncdns=0
|
||||||
|
;;
|
||||||
--disable-forcednsretry)
|
--disable-forcednsretry)
|
||||||
feat_forcednsretry=0
|
feat_forcednsretry=0
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user