Skip to content

Commit

Permalink
add missing SELinux directives (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp authored Jul 5, 2024
1 parent 21e8fc2 commit 3f3d26b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Binary file modified src/action/linux/selinux/nix.pp
Binary file not shown.
7 changes: 6 additions & 1 deletion src/action/linux/selinux/nix.te
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ require {
type etc_t;
type var_run_t;
type systemd_unit_file_t;
}
type default_t;
type init_t;
class lnk_file read;
}

allow init_t default_t:lnk_file read;

0 comments on commit 3f3d26b

Please sign in to comment.