From 215e9e8340711633e5d8c7ff28f8386a67ef7486 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 11 May 2017 22:58:41 -0700 Subject: Initial Commit --- grsec-common.install | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 grsec-common.install (limited to 'grsec-common.install') diff --git a/grsec-common.install b/grsec-common.install new file mode 100644 index 0000000..0244dc8 --- /dev/null +++ b/grsec-common.install @@ -0,0 +1,7 @@ +post_install() { + getent group tpe >/dev/null || groupadd -g 200 tpe + getent group audit >/dev/null || groupadd -g 201 audit + getent group socket-deny-all >/dev/null || groupadd -g 202 socket-deny-all + getent group socket-deny-client >/dev/null || groupadd -g 203 socket-deny-client + getent group socket-deny-server >/dev/null || groupadd -g 204 socket-deny-server +} -- cgit v1.2.1