Text files should not be listed as "executable"; incorrect file permissions

Created on 20 March 2023, almost 2 years ago
Updated 30 March 2023, over 1 year ago

The files in the codebase should not have the "executable" flag set:

$ ls -l
total 56
-rw-r--r--  1 dmckenna  staff  2584 Mar 20 11:02 README.txt
-rwxr-xr-x  1 dmckenna  staff   261 Mar 20 11:02 metatag_import_export_csv.info.yml*
-rwxr-xr-x  1 dmckenna  staff   395 Mar 20 11:02 metatag_import_export_csv.links.menu.yml*
-rwxr-xr-x  1 dmckenna  staff   325 Mar 20 11:02 metatag_import_export_csv.links.task.yml*
-rwxr-xr-x  1 dmckenna  staff   403 Mar 20 11:02 metatag_import_export_csv.module*
-rw-r--r--  1 dmckenna  staff   343 Mar 20 11:02 metatag_import_export_csv.permissions.yml
-rwxr-xr-x  1 dmckenna  staff   530 Mar 20 11:02 metatag_import_export_csv.routing.yml*
drwxr-xr-x  3 dmckenna  staff    96 Mar 20 11:02 sample/
drwxr-xr-x  5 dmckenna  staff   160 Mar 20 11:02 src/
drwxr-xr-x  3 dmckenna  staff    96 Mar 20 11:02 tests/

None of the text files should have the "x" permission for either permission group.

πŸ› Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States DamienMcKenna NH, USA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024