This is an automated email from the ASF dual-hosted git repository.

morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new b1859fa149e branch-3.1: [chore](security) user_files_secure_path 
cannot be changed #55395 (#55504)
b1859fa149e is described below

commit b1859fa149e929cd951774ff52d544e54125e681
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 4 10:22:01 2025 +0800

    branch-3.1: [chore](security) user_files_secure_path cannot be changed 
#55395 (#55504)
    
    Cherry-picked from #55395
    
    Co-authored-by: Gavin Chou <[email protected]>
---
 be/src/common/config.cpp | 2 +-
 be/src/common/config.h   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/be/src/common/config.cpp b/be/src/common/config.cpp
index 93bf1b1b2d9..3d249299607 100644
--- a/be/src/common/config.cpp
+++ b/be/src/common/config.cpp
@@ -1278,7 +1278,7 @@ 
DEFINE_mBool(enable_agg_and_remove_pre_rowsets_delete_bitmap, "true");
 DEFINE_mBool(enable_check_agg_and_remove_pre_rowsets_delete_bitmap, "false");
 
 // The secure path with user files, used in the `local` table function.
-DEFINE_mString(user_files_secure_path, "${DORIS_HOME}");
+DEFINE_String(user_files_secure_path, "${DORIS_HOME}");
 
 DEFINE_Int32(fe_expire_duration_seconds, "60");
 
diff --git a/be/src/common/config.h b/be/src/common/config.h
index fe6dedc63b9..39d087cc515 100644
--- a/be/src/common/config.h
+++ b/be/src/common/config.h
@@ -1335,7 +1335,7 @@ 
DECLARE_mBool(enable_agg_and_remove_pre_rowsets_delete_bitmap);
 DECLARE_mBool(enable_check_agg_and_remove_pre_rowsets_delete_bitmap);
 
 // The secure path with user files, used in the `local` table function.
-DECLARE_mString(user_files_secure_path);
+DECLARE_String(user_files_secure_path);
 
 // If fe's frontend info has not been updated for more than 
fe_expire_duration_seconds, it will be regarded
 // as an abnormal fe, this will cause be to cancel this fe's related query.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to