Project

General

Profile

Actions

Bug #7564

closed

Some files in the git repo appear to have unnecessary execute permission

Added by Bruce Toll almost 4 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Low
Assignee:
-
Target version:
-
Start date:
05/06/2020
Due date:
% Done:

0%

Estimated time:

Description

I recently noticed that src/Wt/WApplication.C has execute permission on github master (4.3.0-16-g45e184ad). It stood out in a color directory listing....

While harmless, it looks like there are 22 other files that may also have unnecessary execute permission. I used the following command to list them on linux:

$ find . -type f -perm /+x -ls | egrep -v '\.(sh|py|sample)$'

For your review, I've attached a patch file that removes execute from the listed files. NOTE: I did not actually do any testing with the updated file permissions.


Files

Actions #1

Updated by Roel Standaert almost 4 years ago

  • Status changed from New to Resolved

Thanks.

Actions #2

Updated by Roel Standaert over 3 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF