Expand secure_path with support for Suse (#381)

This commit is contained in:
balazshasprai
2023-10-13 06:14:47 +02:00
committed by GitHub
parent a64e882fb7
commit 9b6d551dd6
2 changed files with 6 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
---
secure_path:
RedHat: '/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin'
Suse: '/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bin'