Project

Profile

Help

Issue #9450

closed

Add Selinux Policy for Pulpcore and Squid

Added by jamesmarshall24 over 2 years ago. Updated over 2 years ago.

Status:
MODIFIED
Priority:
Normal
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
SELinux
Sprint:
Quarter:

Description

Add pulpcore_squid policy to allow proxy connections with pulp while selinux is enforcing.

module pulpcore_squid 1.0;

require {
type pulpcore_t;
type squid_port_t;
class tcp_socket name_connect;
}

#============= pulpcore_t ==============
allow pulpcore_t squid_port_t:tcp_socket name_connect;

Also available in: Atom PDF