From 0c12204145d43ad4683136379a130385ef16d166 Mon Sep 17 00:00:00 2001 From: bigbrotherwei <1965867461@qq.com> Date: Wed, 17 Jan 2024 23:58:27 +0800 Subject: Add processing for FUSE_CAP_HANDLE_KILLPRIV and disable it by default 'FUSE_CAP_HANDLE_KILLPRIV' is not enabled by default anymore, as that would be a sudden security issue introduced by a new ABI and API compatible libfuse version. --- include/fuse_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/fuse_common.h') diff --git a/include/fuse_common.h b/include/fuse_common.h index fedbaa9..bdbd7cb 100644 --- a/include/fuse_common.h +++ b/include/fuse_common.h @@ -363,7 +363,7 @@ struct fuse_loop_config_v1 { * setuid and setgid bits when a file is written, truncated, or * its owner is changed. * - * This feature is enabled by default when supported by the kernel. + * This feature is disabled by default. */ #define FUSE_CAP_HANDLE_KILLPRIV (1 << 20) -- cgit v1.2.3