Browse Source

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>
Adam Duskett 3 years ago
parent
commit
f647a71c4a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/openssh/openssh.mk

+ 2 - 0
package/openssh/openssh.mk

@@ -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