Procházet zdrojové kódy

add files_type to git_exec_t

Helmut Pozimski před 7 roky
rodič
revize
22c8101ee6
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      policy/modules/git.te

+ 2 - 1
policy/modules/git.te

@@ -1,4 +1,4 @@
-policy_module(git, 0.1.2)
+policy_module(git, 0.1.3)
 
 ########################################
 #
@@ -8,3 +8,4 @@ policy_module(git, 0.1.2)
 attribute_role git_roles;
 
 type git_exec_t;
+files_type(git_exec_t)