package/openssh: enable selinux ssh module for refpolicy

This is needed for ssh to work with SELinux.

Signed-off-by: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Adam Duskett 2021-12-03 10:01:04 -08:00 committed by Thomas Petazzoni
parent 2979ff04bd
commit f647a71c4a

View file

@ -27,6 +27,8 @@ OPENSSH_CONF_OPTS = \
--disable-wtmpx \
--disable-strip
OPENSSH_SELINUX_MODULES = ssh
define OPENSSH_PERMISSIONS
/var/empty d 755 root root - - - - -
endef