Skip to content

Commit

Permalink
Set the execute bit on sysDescr_pass.py (#306)
Browse files Browse the repository at this point in the history
#### Why I did it
Slim images may have a sysDescr_pass.py script that does not correctly have the execute bit set resulting in any request for the sysDescr.0 OID via SNMP would fail.  By setting the execute bit directly in source control, this script is no longer reliant on any deployment script to fix the permissions after the fact.

#### How I did it
Set the execute bit directly within source control

#### How to verify it
Testing on a platform which uses a slim image should reliably pass the snmp/test_snmp_v2mib.py test.
  • Loading branch information
AKosturArista authored and mssonicbld committed Feb 2, 2024
1 parent 03e8bcd commit 5d5cfe5
Showing 1 changed file with 0 additions and 0 deletions.
Empty file modified src/sonic_ax_impl/bin/sysDescr_pass.py
100644 → 100755
Empty file.

0 comments on commit 5d5cfe5

Please sign in to comment.