Skip to content

lquidfire/selinux-policy-openarc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SELinux policy for OpenARC

This SELinux policy currently works on AlmaLinux 9.5 running OpenARC 1.2.0.

Dependencies

In order to build this SELinux policy, you will need:

  • policycoreutils-devel
  • make
  • m4
  • python3
  • policycoreutils-python-utils

DNF-based systems

# dnf install policycoreutils-devel

Debian / Ubuntu

# apt install build-essential policycoreutils-dev policycoreutils-python-utils

Installation

Installation follows the standard SELinux module building process.

Clone this repository to somewhere on your system.

Once that is done:

# make -f /usr/share/selinux/devel/Makefile openarc.pp
...
Compiling targeted openarc module
Creating targeted openarc.pp policy package
rm tmp/openarc.mod.fc tmp/openarc.mod
# semodule -i openarc.pp

If you install this SELinux policy after openarc has been installed and set up, remember to run restorecon -v ... on all openarc directories and files.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published