[glib/glib-2-58: 31/55] Remove unnecessary +x permissions



commit 9cde3b27096a9fe49c8a3361b76003bda22c761d
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]