Browse Source

jabber: allow execution of chkpwd

Helmut Pozimski 4 years ago
parent
commit
0c4ec6002c
1 changed files with 3 additions and 1 deletions
  1. 3 1
      jabber.te

+ 3 - 1
jabber.te

@@ -1,4 +1,4 @@
-policy_module(jabber, 1.11.10)
+policy_module(jabber, 1.11.11)
 
 ########################################
 #
@@ -155,6 +155,8 @@ selinux_compute_access_vector(jabberd_t)
 auth_read_shadow(jabberd_t)
 miscfiles_read_generic_certs(jabberd_t)
 
+auth_domtrans_chk_passwd(jabberd_t)
+
 optional_policy(`
 	udev_read_db(jabberd_t)
 ')