diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-05-13 13:12:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 13:12:16 +0200 |
commit | e1277c21d02f63defdb149664fb3f4c469bf8dbd (patch) | |
tree | 95ade53f16b51dcd7ad72f57b5134ad375a49f2c /data | |
parent | 331b56e14c44d29c617f0b7b5427c303006021b7 (diff) | |
parent | 53c07039b7653bc0c844fe98f65aec65734f908f (diff) | |
download | vyos-build-e1277c21d02f63defdb149664fb3f4c469bf8dbd.tar.gz vyos-build-e1277c21d02f63defdb149664fb3f4c469bf8dbd.zip |
Merge pull request #233 from sever-sever/T4408
sshguard: T4408: Add pkg sshguard from repo buster-backports
Diffstat (limited to 'data')
-rw-r--r-- | data/live-build-config/archives/buster-backports.pref.chroot | 3 | ||||
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/data/live-build-config/archives/buster-backports.pref.chroot b/data/live-build-config/archives/buster-backports.pref.chroot new file mode 100644 index 00000000..4aa122ee --- /dev/null +++ b/data/live-build-config/archives/buster-backports.pref.chroot @@ -0,0 +1,3 @@ +Package: sshguard +Pin: release n=buster-backports +Pin-Priority: 600 diff --git a/data/live-build-config/hooks/live/18-enable-disable_services.chroot b/data/live-build-config/hooks/live/18-enable-disable_services.chroot index 6fdf3565..fbe2abde 100755 --- a/data/live-build-config/hooks/live/18-enable-disable_services.chroot +++ b/data/live-build-config/hooks/live/18-enable-disable_services.chroot @@ -9,6 +9,7 @@ systemctl disable pmacctd.service systemctl disable sfacctd.service systemctl disable uacctd.service systemctl disable ssh.service +systemctl disable sshguard.service systemctl disable openvpn.service systemctl disable lldpd.service systemctl disable LCDd.service |