From 3fe8119ed80d82d0a4ae5beba6b0712d0dda691b Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Wed, 3 May 2017 12:02:40 +0200 Subject: extras/hook-scripts: SELinux brick file context management scripts The SELinux policy for gluster defines the glusterd_brick_t type to support server side SELinux (e.g., server side labels). Add convenience hook scripts that users/packagers can install to ensure that new bricks are labeled correctly. The volume create hook script adds a new SELinux file context for each brick path and runs a restorecon to label the brick. The volume delete hook removes the per-brick SELinux file context. Cherry picked from commit 859669759f7fa0f2114add13660ce3bf16c77f30: > Change-Id: I5f102db5382d813c4d822ff74e873a7a669b41db > BUG: 1047975 > Signed-off-by: Brian Foster > Signed-off-by: Niels de Vos > Signed-off-by: Jiffin Tony Thottan > Reviewed-on: https://review.gluster.org/6630 > Smoke: Gluster Build System > NetBSD-regression: NetBSD Build System > CentOS-regression: Gluster Build System > Reviewed-by: Kaleb KEITHLEY Change-Id: I5f102db5382d813c4d822ff74e873a7a669b41db BUG: 1447597 Signed-off-by: Niels de Vos Reviewed-on: https://review.gluster.org/17157 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: jiffin tony Thottan --- extras/hook-scripts/create/Makefile.am | 1 + 1 file changed, 1 insertion(+) create mode 100644 extras/hook-scripts/create/Makefile.am (limited to 'extras/hook-scripts/create/Makefile.am') diff --git a/extras/hook-scripts/create/Makefile.am b/extras/hook-scripts/create/Makefile.am new file mode 100644 index 00000000000..b083a9145d6 --- /dev/null +++ b/extras/hook-scripts/create/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = post -- cgit