From 85be8dc28769c0efd5df7b30b83e1b2a6d2970e9 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Thu, 29 Oct 2015 12:59:45 +0100 Subject: [PATCH] Remove executable priviledge for files Files do not need this priviledge. They are never directly executed. --- application/agent.js | 0 application/application.js | 0 application/clientgui.js | 0 application/imagecache.js | 0 application/packetfactory.js | 0 application/packetfilter.js | 0 application/packetprocess.js | 0 application/rasteroperation.js | 0 application/spiceconnection.js | 0 application/stream.js | 0 application/virtualmouse.js | 0 index.html | 0 keymaps/keymap.js | 0 keymaps/keymapes.js | 0 keymaps/keymapus.js | 0 lib/base64.js | 0 lib/biginteger.js | 0 lib/encrypt.js | 0 lib/graphic.js | 0 lib/graphicdebug.js | 0 lib/images/bitmap.js | 0 lib/images/jsquic_family.js | 0 lib/images/jsquic_rgba.js | 0 lib/images/jsquic_uncompress.js | 0 lib/images/lz.js | 0 lib/images/png.js | 0 lib/jgestures.min.js | 0 lib/jquery-mousewheel.js | 0 lib/jsbn.js | 0 lib/jsbn2.js | 0 lib/modernizr.js | 0 lib/pixastic.js | 0 lib/prettyprint.js | 0 lib/prng4.js | 0 lib/queue.js | 0 lib/rng.js | 0 lib/runqueue.js | 0 lib/sha1.js | 0 lib/utils.js | 0 lib/virtualjoystick.js | 0 network/packetlinkfactory.js | 0 network/socket.js | 0 network/socketqueue.js | 0 network/spicechannel.js | 0 process/cursorprocess.js | 0 process/displayprocess.js | 0 process/inputprocess.js | 0 process/mainprocess.js | 0 resources/mouse.png | Bin resources/mouse_cursor.gif | Bin resources/mouse_cursor.png | Bin run.js | 0 spiceobjects/generated/protocol.js | 0 spiceobjects/spiceobjects.js | 0 unittest/application.test.js | 0 unittest/clientgui.test.js | 0 unittest/displayprocess.test.js | 0 unittest/eventobject.test.js | 0 .../SPICE_MSG_DISPLAY_DRAW_ALPHA_BLEND_login_page | 0 .../SPICE_MSG_DISPLAY_DRAW_BLACKNESS_login_page | 0 .../SPICE_MSG_DISPLAY_DRAW_TEXT_login_page | 0 unittest/graphictestfiles/uris.js | 0 unittest/packetfactory.test.js | 0 unittest/packetlinkfactory.test.js | 0 unittest/packetprocess.test.js | 0 unittest/queue.test.js | 0 unittest/runqueue.test.js | 0 unittest/socket.test.js | 0 unittest/socketqueue.test.js | 0 unittest/some.html | 0 unittest/spicechannel.test.js | 0 unittest/spiceconnection.test.js | 0 72 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 application/agent.js mode change 100755 => 100644 application/application.js mode change 100755 => 100644 application/clientgui.js mode change 100755 => 100644 application/imagecache.js mode change 100755 => 100644 application/packetfactory.js mode change 100755 => 100644 application/packetfilter.js mode change 100755 => 100644 application/packetprocess.js mode change 100755 => 100644 application/rasteroperation.js mode change 100755 => 100644 application/spiceconnection.js mode change 100755 => 100644 application/stream.js mode change 100755 => 100644 application/virtualmouse.js mode change 100755 => 100644 index.html mode change 100755 => 100644 keymaps/keymap.js mode change 100755 => 100644 keymaps/keymapes.js mode change 100755 => 100644 keymaps/keymapus.js mode change 100755 => 100644 lib/base64.js mode change 100755 => 100644 lib/biginteger.js mode change 100755 => 100644 lib/encrypt.js mode change 100755 => 100644 lib/graphic.js mode change 100755 => 100644 lib/graphicdebug.js mode change 100755 => 100644 lib/images/bitmap.js mode change 100755 => 100644 lib/images/jsquic_family.js mode change 100755 => 100644 lib/images/jsquic_rgba.js mode change 100755 => 100644 lib/images/jsquic_uncompress.js mode change 100755 => 100644 lib/images/lz.js mode change 100755 => 100644 lib/images/png.js mode change 100755 => 100644 lib/jgestures.min.js mode change 100755 => 100644 lib/jquery-mousewheel.js mode change 100755 => 100644 lib/jsbn.js mode change 100755 => 100644 lib/jsbn2.js mode change 100755 => 100644 lib/modernizr.js mode change 100755 => 100644 lib/pixastic.js mode change 100755 => 100644 lib/prettyprint.js mode change 100755 => 100644 lib/prng4.js mode change 100755 => 100644 lib/queue.js mode change 100755 => 100644 lib/rng.js mode change 100755 => 100644 lib/runqueue.js mode change 100755 => 100644 lib/sha1.js mode change 100755 => 100644 lib/utils.js mode change 100755 => 100644 lib/virtualjoystick.js mode change 100755 => 100644 network/packetlinkfactory.js mode change 100755 => 100644 network/socket.js mode change 100755 => 100644 network/socketqueue.js mode change 100755 => 100644 network/spicechannel.js mode change 100755 => 100644 process/cursorprocess.js mode change 100755 => 100644 process/displayprocess.js mode change 100755 => 100644 process/inputprocess.js mode change 100755 => 100644 process/mainprocess.js mode change 100755 => 100644 resources/mouse.png mode change 100755 => 100644 resources/mouse_cursor.gif mode change 100755 => 100644 resources/mouse_cursor.png mode change 100755 => 100644 run.js mode change 100755 => 100644 spiceobjects/generated/protocol.js mode change 100755 => 100644 spiceobjects/spiceobjects.js mode change 100755 => 100644 unittest/application.test.js mode change 100755 => 100644 unittest/clientgui.test.js mode change 100755 => 100644 unittest/displayprocess.test.js mode change 100755 => 100644 unittest/eventobject.test.js mode change 100755 => 100644 unittest/graphictestfiles/SPICE_MSG_DISPLAY_DRAW_ALPHA_BLEND_login_page mode change 100755 => 100644 unittest/graphictestfiles/SPICE_MSG_DISPLAY_DRAW_BLACKNESS_login_page mode change 100755 => 100644 unittest/graphictestfiles/SPICE_MSG_DISPLAY_DRAW_TEXT_login_page mode change 100755 => 100644 unittest/graphictestfiles/uris.js mode change 100755 => 100644 unittest/packetfactory.test.js mode change 100755 => 100644 unittest/packetlinkfactory.test.js mode change 100755 => 100644 unittest/packetprocess.test.js mode change 100755 => 100644 unittest/queue.test.js mode change 100755 => 100644 unittest/runqueue.test.js mode change 100755 => 100644 unittest/socket.test.js mode change 100755 => 100644 unittest/socketqueue.test.js mode change 100755 => 100644 unittest/some.html mode change 100755 => 100644 unittest/spicechannel.test.js mode change 100755 => 100644 unittest/spiceconnection.test.js diff --git a/application/agent.js b/application/agent.js old mode 100755 new mode 100644 diff --git a/application/application.js b/application/application.js old mode 100755 new mode 100644 diff --git a/application/clientgui.js b/application/clientgui.js old mode 100755 new mode 100644 diff --git a/application/imagecache.js b/application/imagecache.js old mode 100755 new mode 100644 diff --git a/application/packetfactory.js b/application/packetfactory.js old mode 100755 new mode 100644 diff --git a/application/packetfilter.js b/application/packetfilter.js old mode 100755 new mode 100644 diff --git a/application/packetprocess.js b/application/packetprocess.js old mode 100755 new mode 100644 diff --git a/application/rasteroperation.js b/application/rasteroperation.js old mode 100755 new mode 100644 diff --git a/application/spiceconnection.js b/application/spiceconnection.js old mode 100755 new mode 100644 diff --git a/application/stream.js b/application/stream.js old mode 100755 new mode 100644 diff --git a/application/virtualmouse.js b/application/virtualmouse.js old mode 100755 new mode 100644 diff --git a/index.html b/index.html old mode 100755 new mode 100644 diff --git a/keymaps/keymap.js b/keymaps/keymap.js old mode 100755 new mode 100644 diff --git a/keymaps/keymapes.js b/keymaps/keymapes.js old mode 100755 new mode 100644 diff --git a/keymaps/keymapus.js b/keymaps/keymapus.js old mode 100755 new mode 100644 diff --git a/lib/base64.js b/lib/base64.js old mode 100755 new mode 100644 diff --git a/lib/biginteger.js b/lib/biginteger.js old mode 100755 new mode 100644 diff --git a/lib/encrypt.js b/lib/encrypt.js old mode 100755 new mode 100644 diff --git a/lib/graphic.js b/lib/graphic.js old mode 100755 new mode 100644 diff --git a/lib/graphicdebug.js b/lib/graphicdebug.js old mode 100755 new mode 100644 diff --git a/lib/images/bitmap.js b/lib/images/bitmap.js old mode 100755 new mode 100644 diff --git a/lib/images/jsquic_family.js b/lib/images/jsquic_family.js old mode 100755 new mode 100644 diff --git a/lib/images/jsquic_rgba.js b/lib/images/jsquic_rgba.js old mode 100755 new mode 100644 diff --git a/lib/images/jsquic_uncompress.js b/lib/images/jsquic_uncompress.js old mode 100755 new mode 100644 diff --git a/lib/images/lz.js b/lib/images/lz.js old mode 100755 new mode 100644 diff --git a/lib/images/png.js b/lib/images/png.js old mode 100755 new mode 100644 diff --git a/lib/jgestures.min.js b/lib/jgestures.min.js old mode 100755 new mode 100644 diff --git a/lib/jquery-mousewheel.js b/lib/jquery-mousewheel.js old mode 100755 new mode 100644 diff --git a/lib/jsbn.js b/lib/jsbn.js old mode 100755 new mode 100644 diff --git a/lib/jsbn2.js b/lib/jsbn2.js old mode 100755 new mode 100644 diff --git a/lib/modernizr.js b/lib/modernizr.js old mode 100755 new mode 100644 diff --git a/lib/pixastic.js b/lib/pixastic.js old mode 100755 new mode 100644 diff --git a/lib/prettyprint.js b/lib/prettyprint.js old mode 100755 new mode 100644 diff --git a/lib/prng4.js b/lib/prng4.js old mode 100755 new mode 100644 diff --git a/lib/queue.js b/lib/queue.js old mode 100755 new mode 100644 diff --git a/lib/rng.js b/lib/rng.js old mode 100755 new mode 100644 diff --git a/lib/runqueue.js b/lib/runqueue.js old mode 100755 new mode 100644 diff --git a/lib/sha1.js b/lib/sha1.js old mode 100755 new mode 100644 diff --git a/lib/utils.js b/lib/utils.js old mode 100755 new mode 100644 diff --git a/lib/virtualjoystick.js b/lib/virtualjoystick.js old mode 100755 new mode 100644 diff --git a/network/packetlinkfactory.js b/network/packetlinkfactory.js old mode 100755 new mode 100644 diff --git a/network/socket.js b/network/socket.js old mode 100755 new mode 100644 diff --git a/network/socketqueue.js b/network/socketqueue.js old mode 100755 new mode 100644 diff --git a/network/spicechannel.js b/network/spicechannel.js old mode 100755 new mode 100644 diff --git a/process/cursorprocess.js b/process/cursorprocess.js old mode 100755 new mode 100644 diff --git a/process/displayprocess.js b/process/displayprocess.js old mode 100755 new mode 100644 diff --git a/process/inputprocess.js b/process/inputprocess.js old mode 100755 new mode 100644 diff --git a/process/mainprocess.js b/process/mainprocess.js old mode 100755 new mode 100644 diff --git a/resources/mouse.png b/resources/mouse.png old mode 100755 new mode 100644 diff --git a/resources/mouse_cursor.gif b/resources/mouse_cursor.gif old mode 100755 new mode 100644 diff --git a/resources/mouse_cursor.png b/resources/mouse_cursor.png old mode 100755 new mode 100644 diff --git a/run.js b/run.js old mode 100755 new mode 100644 diff --git a/spiceobjects/generated/protocol.js b/spiceobjects/generated/protocol.js old mode 100755 new mode 100644 diff --git a/spiceobjects/spiceobjects.js b/spiceobjects/spiceobjects.js old mode 100755 new mode 100644 diff --git a/unittest/application.test.js b/unittest/application.test.js old mode 100755 new mode 100644 diff --git a/unittest/clientgui.test.js b/unittest/clientgui.test.js old mode 100755 new mode 100644 diff --git a/unittest/displayprocess.test.js b/unittest/displayprocess.test.js old mode 100755 new mode 100644 diff --git a/unittest/eventobject.test.js b/unittest/eventobject.test.js old mode 100755 new mode 100644 diff --git a/unittest/graphictestfiles/SPICE_MSG_DISPLAY_DRAW_ALPHA_BLEND_login_page b/unittest/graphictestfiles/SPICE_MSG_DISPLAY_DRAW_ALPHA_BLEND_login_page old mode 100755 new mode 100644 diff --git a/unittest/graphictestfiles/SPICE_MSG_DISPLAY_DRAW_BLACKNESS_login_page b/unittest/graphictestfiles/SPICE_MSG_DISPLAY_DRAW_BLACKNESS_login_page old mode 100755 new mode 100644 diff --git a/unittest/graphictestfiles/SPICE_MSG_DISPLAY_DRAW_TEXT_login_page b/unittest/graphictestfiles/SPICE_MSG_DISPLAY_DRAW_TEXT_login_page old mode 100755 new mode 100644 diff --git a/unittest/graphictestfiles/uris.js b/unittest/graphictestfiles/uris.js old mode 100755 new mode 100644 diff --git a/unittest/packetfactory.test.js b/unittest/packetfactory.test.js old mode 100755 new mode 100644 diff --git a/unittest/packetlinkfactory.test.js b/unittest/packetlinkfactory.test.js old mode 100755 new mode 100644 diff --git a/unittest/packetprocess.test.js b/unittest/packetprocess.test.js old mode 100755 new mode 100644 diff --git a/unittest/queue.test.js b/unittest/queue.test.js old mode 100755 new mode 100644 diff --git a/unittest/runqueue.test.js b/unittest/runqueue.test.js old mode 100755 new mode 100644 diff --git a/unittest/socket.test.js b/unittest/socket.test.js old mode 100755 new mode 100644 diff --git a/unittest/socketqueue.test.js b/unittest/socketqueue.test.js old mode 100755 new mode 100644 diff --git a/unittest/some.html b/unittest/some.html old mode 100755 new mode 100644 diff --git a/unittest/spicechannel.test.js b/unittest/spicechannel.test.js old mode 100755 new mode 100644 diff --git a/unittest/spiceconnection.test.js b/unittest/spiceconnection.test.js old mode 100755 new mode 100644