mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +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} \
|
||||
')' -a \
|
||||
-not -perm +100 \
|
||||
-not -perm /100 \
|
||||
')' -o \
|
||||
'(' \
|
||||
-not '(' \
|
||||
${executable_files} \
|
||||
')' -a \
|
||||
-perm +111 \
|
||||
-perm /111 \
|
||||
')' \
|
||||
')' \
|
||||
')' \
|
||||
|
|
Loading…
Add table
Reference in a new issue