Fixed BT issue in sudoers file
ogrepository/pipeline/tag There was a failure building this commit Details

0.8.2
Nicolas Arenas 2025-06-02 12:41:33 +02:00
parent c23b4ddddb
commit a58023f893
2 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,9 @@
# Changelog
## [0.8.2] - 2025-06-01
### Changed
- Modified sudoersfile to start torrent
## [0.8.1] - 2025-04-01

View File

@ -25,5 +25,7 @@ Cmnd_Alias KILL_BT = \
/usr/bin/pkill -9 bttrack, \
/usr/bin/kill -9 *
Cmnd_Alias PYTHON_OGREPO = /usr/bin/python3 /opt/opengnsys/ogrepository/bin/*
# Permitir al usuario opengnsys ejecutar estos comandos sin contraseña
opengnsys ALL=(root) NOPASSWD: MOUNT_RECOVERY, CHROOT_GRUB, LOOP_KPARTX, KILL_BT
opengnsys ALL=(root) NOPASSWD: MOUNT_RECOVERY, CHROOT_GRUB, LOOP_KPARTX, KILL_BT, PYTHON_OGREPO