From 3a4ebd78eb9d4550a292eb28dfee3f66d9aa390e Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Mon, 10 Mar 2014 15:33:08 +0000 Subject: [PATCH] Add +x to executable files There are a few in the tree that don't have it and should. This will allow future enforcement of this to avoid files being committed with the wrong mode set. Change-Id: Ie22a663a230f087b678c01a16219e1c5b7e237c0 --- elements/iptables/bin/add-rule | 0 elements/snmpd/files/check_proc_open_files.py | 0 elements/tempest/tests2skip.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 elements/iptables/bin/add-rule mode change 100644 => 100755 elements/snmpd/files/check_proc_open_files.py mode change 100644 => 100755 elements/tempest/tests2skip.py diff --git a/elements/iptables/bin/add-rule b/elements/iptables/bin/add-rule old mode 100644 new mode 100755 diff --git a/elements/snmpd/files/check_proc_open_files.py b/elements/snmpd/files/check_proc_open_files.py old mode 100644 new mode 100755 diff --git a/elements/tempest/tests2skip.py b/elements/tempest/tests2skip.py old mode 100644 new mode 100755