Remove unnecessary +x permissions

None of these files starts with a #! line, and they are not native
binary executables, so if a user attempts to execute them as a program,
Unix shells will run them as /bin/sh scripts. This is not going to end
well, since none of them are shell scripts (the gio bash completion
is for bash, which is not a lowest-common-denominator POSIX shell, and
in any case is designed to be sourced rather than executed).

Fixes: #1539
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2018-09-23 17:01:04 +01:00
parent 032f1a9782
commit fa32ee6481
3 changed files with 0 additions and 0 deletions

0
gio/completion/gio Executable file → Normal file
View File

0
gio/gdbus-2.0/codegen/codegen_main.py Executable file → Normal file
View File

View File