mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-21 11:44:55 +00:00
WIP SELinux
This commit is contained in:
5
makefile
5
makefile
@@ -92,6 +92,11 @@ installnoconf: $(BIND)/$(NAME)
|
||||
@install -DZ $(RESD)/ly.service -m 644 -t ${DESTDIR}/usr/lib/systemd/system
|
||||
@install -DZ $(RESD)/pam.d/ly -m 644 -t ${DESTDIR}/etc/pam.d
|
||||
|
||||
makeselinux:
|
||||
@echo "installing selinux modules"
|
||||
@checkmodule -M -m -o ly.mod selinux/ly.te
|
||||
@semodule_package -o ly.pp -m ly.mod
|
||||
|
||||
uninstall:
|
||||
@echo "uninstalling"
|
||||
@rm -rf ${DESTDIR}/etc/ly
|
||||
|
||||
Reference in New Issue
Block a user