Skip to content

5umm3r15/pulpcore-selinux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pulpcore-selinux

The SELinux policy for Pulp 3.Y releases.

Building

sudo yum install -y selinux-policy-devel  policycoreutils-python
git clone https://github.com/pulp/pulpcore-selinux
cd pulpcore-selinux

make  # this performs the building

Installing

sudo make install-policy

Labeling pulp_port

Required: You must label your ports with pulp_port_t or SELinux won't allow Pulp to communicate on with the network correctly.

Apply the pulp_port_t SELinux label to ports 24816 and 24817 with:

semanage port -a -t pulp_port_t -p tcp 24816-24817

About

A Pulp 3 SELinux policy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%