1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-29 21:10:31 +02:00

[ticket/16185] Use /mode for -perm when checking executables

The +mode notation is no longer supported and has been deprecated since 2005.

PHPBB3-16185
This commit is contained in:
Marc Alexander
2019-10-19 11:33:55 +02:00
parent eb13694b25
commit 5ff519c7b2

View File

@@ -48,13 +48,13 @@ then
'(' \ '(' \
${executable_files} \ ${executable_files} \
')' -a \ ')' -a \
-not -perm +100 \ -not -perm /100 \
')' -o \ ')' -o \
'(' \ '(' \
-not '(' \ -not '(' \
${executable_files} \ ${executable_files} \
')' -a \ ')' -a \
-perm +111 \ -perm /111 \
')' \ ')' \
')' \ ')' \
')' \ ')' \