chore: update sudoers file for improved security and permissions management
- Add `requiretty` to the `Defaults` in sudoers - Allow `drone-scp` to run commands without password prompt Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
222545746b
commit
ae023d7aa6
|
@ -0,0 +1,2 @@
|
|||
Defaults requiretty
|
||||
drone-scp ALL=(ALL) NOPASSWD:ALL
|
Loading…
Reference in New Issue