Skip to content

Commit

Permalink
selinux: fix type in my last configure.ac change
Browse files Browse the repository at this point in the history
mdadm_conf_t, not mdadm_conf_t_t (bozo!)
  • Loading branch information
kmcdonell authored and natoscott committed Mar 31, 2022
1 parent 5177648 commit 5f37869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -12374,7 +12374,7 @@ if test "x$enable_selinux" != "xfalse"; then :
&& pcp_selinux_dma_device=true
grep '^[ ][ ]*glusterd_log_t$' <conftest.out >/dev/null \
&& pcp_selinux_glusterd_log=true
grep '^[ ][ ]*mdadm_conf_t_t$' <conftest.out >/dev/null \
grep '^[ ][ ]*mdadm_conf_t$' <conftest.out >/dev/null \
&& pcp_selinux_mdadm_conf=true
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2184,7 +2184,7 @@ AS_IF([test "x$enable_selinux" != "xfalse"], [
&& pcp_selinux_dma_device=true
grep '^[[ ]][[ ]]*glusterd_log_t$' <conftest.out >/dev/null \
&& pcp_selinux_glusterd_log=true
grep '^[[ ]][[ ]]*mdadm_conf_t_t$' <conftest.out >/dev/null \
grep '^[[ ]][[ ]]*mdadm_conf_t$' <conftest.out >/dev/null \
&& pcp_selinux_mdadm_conf=true
dnl these ones are for pcpqa.te
Expand Down

0 comments on commit 5f37869

Please sign in to comment.