tests: fix checksec permissions

Signed-off-by: Kamil Gierszewski <kamil.gierszewski@huawei.com>
This commit is contained in:
Kamil Gierszewski 2024-10-01 13:14:43 +02:00
parent 51962e4684
commit 4b74c65969
No known key found for this signature in database

View File

@ -70,6 +70,7 @@ repo_files_perms_exceptions = {
"ocf/tests/unit/framework/prepare_sources_for_testing.py": 755, "ocf/tests/unit/framework/prepare_sources_for_testing.py": 755,
"ocf/tests/unit/framework/run_unit_tests.py": 755, "ocf/tests/unit/framework/run_unit_tests.py": 755,
"ocf/tests/unit/tests/add_new_test_file.py": 755, "ocf/tests/unit/tests/add_new_test_file.py": 755,
"test/functional/test-framework/test_tools/checksec.sh": 744,
} }
build_files_perms_exceptions = { build_files_perms_exceptions = {