summaryrefslogtreecommitdiffstats
path: root/tools/checkperms
Commit message (Collapse)AuthorAgeFilesLines
* Whitelisting scons + naclsdk in checkperms so that the nacl sdkbradnelson@google.com2011-11-211-1/+3
| | | | | | | | | | | can land verbatim. BUG=None TEST=None R=noelallen@google.com Review URL: http://codereview.chromium.org/8568043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110869 0039d316-1c4b-4281-b951-d872f2087c98
* Fix check_perms false positive introduced in r102477.maruel@chromium.org2011-09-231-2/+7
| | | | | | | TBR=mark@chromium.org Review URL: http://codereview.chromium.org/7966034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102481 0039d316-1c4b-4281-b951-d872f2087c98
* Fix checkperms script to ignore executable on tools/ld_bfd/ldasargent@chromium.org2011-07-291-0/+1
| | | | | | | | | | | | | This is to fix check perms failure from r94735 BUG=none TEST=none TBR=bradchen@google.com Review URL: http://codereview.chromium.org/7488059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94745 0039d316-1c4b-4281-b951-d872f2087c98
* Second attempt to silence perms check on ffmpeg tools.ihf@chromium.org2011-07-011-1/+1
| | | | | | | | BUG=87831 TESTS=ran locally with and without Review URL: http://codereview.chromium.org/7285028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91265 0039d316-1c4b-4281-b951-d872f2087c98
* Whitelist ffmpeg tools permissions.ihf@chromium.org2011-07-011-0/+1
| | | | | | | BUG=87831 Review URL: http://codereview.chromium.org/7292027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91264 0039d316-1c4b-4281-b951-d872f2087c98
* Rename touch NTP check script to check.shsadrul@chromium.org2011-03-231-1/+0
| | | | | | | | | | | Avoids the need to be on the checkperms whitelist BUG=none TEST=none Review URL: http://codereview.chromium.org/6705025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79136 0039d316-1c4b-4281-b951-d872f2087c98
* Add resources/touch_ntp/tools/check to whitelist for +x.sadrul@chromium.org2011-03-171-0/+1
| | | | | | TBR=markmentovai@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78609 0039d316-1c4b-4281-b951-d872f2087c98
* Add '.sed' to whitelist for executable permissions in checkperms script.asargent@chromium.org2010-12-131-0/+1
| | | | | | | | | | | | BUG=none TEST=none TBR=evan@chromium.org Review URL: http://codereview.chromium.org/5711003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69029 0039d316-1c4b-4281-b951-d872f2087c98
* checkperms: whitelist third_party/opensslevan@chromium.org2010-11-111-0/+1
| | | | | | | | It has all sorts of +x files. We'll just be careful. Review URL: http://codereview.chromium.org/4771005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65756 0039d316-1c4b-4281-b951-d872f2087c98
* Don't lower the case for the base path anymore. This is not needed andnsylvain@chromium.org2010-10-191-7/+2
| | | | | | | | | | this makes it fail on Linux. BUG:None TEST:checkperms still succeeds. Review URL: http://codereview.chromium.org/3927001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63134 0039d316-1c4b-4281-b951-d872f2087c98
* Remove +x from a source file.evan@chromium.org2010-08-171-1/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56286 0039d316-1c4b-4281-b951-d872f2087c98
* checkperms: update to handle autoconf more generallyevan@chromium.org2010-07-161-22/+21
| | | | | | | | Fixes recent libxml change. Simplifies code a bit. Review URL: http://codereview.chromium.org/3028008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52768 0039d316-1c4b-4281-b951-d872f2087c98
* Update the whitelist in checkperms.py.thestig@chromium.org2010-06-251-2/+2
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2806034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50874 0039d316-1c4b-4281-b951-d872f2087c98
* Add a tool to check for svn:executable file permissions. People with badly ↵thestig@chromium.org2010-06-111-0/+334
configured SCM clients accidentally flips this bit on our files all the time. This will help catch the culprits. BUG=none TEST=none Review URL: http://codereview.chromium.org/1929001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49616 0039d316-1c4b-4281-b951-d872f2087c98