diff options
Diffstat (limited to 'auto/os')
-rw-r--r-- | auto/os/linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/os/linux b/auto/os/linux index 135280f99..2c8a9bb8e 100644 --- a/auto/os/linux +++ b/auto/os/linux @@ -181,7 +181,7 @@ ngx_feature_libs= ngx_feature_test="struct __user_cap_data_struct data; struct __user_cap_header_struct header; - header.version = _LINUX_CAPABILITY_VERSION_3; + header.version = _LINUX_CAPABILITY_VERSION_1; data.effective = CAP_TO_MASK(CAP_NET_RAW); data.permitted = 0; |