[glib: 1/2] Remove unnecessary +x permissions
- From: Xavier Claessens <xclaesse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/2] Remove unnecessary +x permissions
- Date: Sun, 23 Sep 2018 20:19:21 +0000 (UTC)
commit fa32ee648148fd92f35a26c0a0dfe65199bfb9e6
Author: Simon McVittie <smcv collabora com>
Date: Sun Sep 23 17:01:04 2018 +0100
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>
gio/completion/gio | 0
gio/gdbus-2.0/codegen/codegen_main.py | 0
gio/tests/desktop-files/usr/applications/org.gnome.clocks.desktop | 0
3 files changed, 0 insertions(+), 0 deletions(-)
---
diff --git a/gio/completion/gio b/gio/completion/gio
old mode 100755
new mode 100644
diff --git a/gio/gdbus-2.0/codegen/codegen_main.py b/gio/gdbus-2.0/codegen/codegen_main.py
old mode 100755
new mode 100644
diff --git a/gio/tests/desktop-files/usr/applications/org.gnome.clocks.desktop
b/gio/tests/desktop-files/usr/applications/org.gnome.clocks.desktop
old mode 100755
new mode 100644
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]