mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00: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:
parent
eb13694b25
commit
5ff519c7b2
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||||
')' \
|
')' \
|
||||||
')' \
|
')' \
|
||||||
')' \
|
')' \
|
||||||
|
|
Loading…
Add table
Reference in a new issue