Skip to content

dapperlinux/dapper-selinux-policy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dapper-selinux-policy

##About The Dapper SELinux Policy package contains custom SELinux modules for Dapper Linux, since grsecurity seems to tighten up the requirements for some programs. This repo contains fixes for firewalld and abrt-coredump-hook services.

##Building To build this package, first install an RPM development chain:

$ sudo dnf install fedora-packager fedora-review

Next, setup rpmbuild directories with

$ rpmdev-setuptree

And place the file dapper-selinux-policy.spec in the SPECS directory, and rename the dapper-selinux-policy directory to dapper-selinux-policy-1 and compress it:

$ mv dapper-selinux-policy.spec ~/rpmbuild/SPECS/
$ mv dapper-selinux-policy dapper-selinux-policy-1
$ tar -cJvf dapper-selinux-policy-1.tar.xz dapper-selinux-policy-1
$ mv dapper-selinux-policy-1.tar.xz ~/rpmbuild/SOURCES/

and finally, you can build RPMs and SRPMs with:

$ cd ~/rpmbuild/SPECS
$ rpmbuild -ba dapper-selinux-policy.spec

About

Dapper SELinux Policy contians custom policy data for Dapper Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published