]> git.apps.os.sepia.ceph.com Git - linux-firmware.git/commit
check_whence.py: check the permissions
authorEmil Velikov <emil.l.velikov@gmail.com>
Tue, 15 Oct 2024 17:38:26 +0000 (18:38 +0100)
committerMario Limonciello <superm1@gmail.com>
Wed, 16 Oct 2024 15:52:59 +0000 (15:52 +0000)
commit8c232721a5d1e9b108e38887d9231a9b08ea62a6
tree260113195f6d707e7bc2b027a9fd9a9762f70ce0
parent5ddb886bef89173979c3e4fc5f4f74a7c1e4372c
check_whence.py: check the permissions

A handful of in-tree scripts must have the execute bit, as well as all
directories. Everything else should not.

In the past we had multiple commits adding and removing execute bit(s),
so instead we can check before things get in-tree.

With all the firmware files updated to drop the bit (as of last commit),
we can add some tests to enforce it going forward.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
check_whence.py