[fix][security]security optimize for executable binary file doris_be access should be restricted (#29303)
This commit is contained in:
@ -231,7 +231,7 @@ if [[ -f "${pidfile}" ]]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
chmod 755 "${DORIS_HOME}/lib/doris_be"
|
||||
chmod 550 "${DORIS_HOME}/lib/doris_be"
|
||||
echo "start time: $(date)" >>"${LOG_DIR}/be.out"
|
||||
|
||||
if [[ ! -f '/bin/limit3' ]]; then
|
||||
|
||||
Reference in New Issue
Block a user