mirror of
https://github.com/unman/shaker.git
synced 2024-10-01 01:25:41 -04:00
qubes-ssh - update base to debian-12-minimal template.
Accord with 4.2 policy structure.
This commit is contained in:
parent
2ad623b40a
commit
3eded5fd48
@ -1 +1 @@
|
|||||||
Subproject commit 5564540de3b132f538653881a87cbcef5911ec57
|
Subproject commit 0aa4de05de0b0bc3a7f6d9275d575be7654087cd
|
@ -1,10 +1,10 @@
|
|||||||
Name: 3isec-qubes-sys-ssh-agent
|
Name: 3isec-qubes-sys-ssh-agent
|
||||||
Version: 1.2
|
Version: 1.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Create a service qube to hold ssh-agents
|
Summary: Create a service qube to hold ssh-agents
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
SOURCE0: qubes-ssh-agent
|
SOURCE0: qubes-ssh-agent
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package sets up a qube called sys-ssh-agent, to hold ssh keys.
|
This package sets up a qube called sys-ssh-agent, to hold ssh keys.
|
||||||
@ -32,7 +32,7 @@ maximum compartmentalisation.
|
|||||||
Simply clone sys-ssh-agent and edit the ssh-agents.
|
Simply clone sys-ssh-agent and edit the ssh-agents.
|
||||||
|
|
||||||
Removing this package will NOT delete the qubes, but will remove the
|
Removing this package will NOT delete the qubes, but will remove the
|
||||||
entry in /etc/qubes/policy.d/30-user.policy.
|
entry in /etc/qubes/policy.d/50-
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -53,10 +53,12 @@ fi
|
|||||||
|
|
||||||
%postun
|
%postun
|
||||||
if [ $1 -eq 0 ]; then
|
if [ $1 -eq 0 ]; then
|
||||||
sed -i /qubes.SshAgent/d /etc/qubes/policy.d/30-user.policy
|
sed -i /qubes.SshAgent/d /etc/qubes/policy.d/50-config-splitssh.policy
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 12 2024 unman <unman@thirdeyesecurity.org> - 1.3
|
||||||
|
- Upgrade template to debian-12-minimal
|
||||||
* Mon Feb 20 2023 unman <unman@thirdeyesecurity.org> - 1.2
|
* Mon Feb 20 2023 unman <unman@thirdeyesecurity.org> - 1.2
|
||||||
- Use pillar for cacher to determine repo changes
|
- Use pillar for cacher to determine repo changes
|
||||||
* Mon Jun 06 2022 unman <unman@thirdeyesecurity.org> - 1.1
|
* Mon Jun 06 2022 unman <unman@thirdeyesecurity.org> - 1.1
|
||||||
|
Loading…
Reference in New Issue
Block a user