Firewall for APT and Mirrors #122
Labels
No labels
ACS 4.15
Doing
Regression
To Do
critical
enhancement
major
minor
operations
patch
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
privazio/ansible-collection-vdc#122
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently ACS is configured with a too thin grained firewall.
every single communication type has to be granted explicitly.
this is a problem in particular for package installation, as package managers rely on multiple mirrors that change often of have multiple IPs, etc.
A compromise would be to allow the APT user to use the internet on ports 80, 443
mentioned in commit
088a755e04A patch has been implemented in which processes by the _apt user are allowed to go out on ports 80,443 and the mirror subsystem is therefore left alone.