diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2017-05-11 22:58:41 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2017-05-11 22:58:41 -0700 |
commit | 215e9e8340711633e5d8c7ff28f8386a67ef7486 (patch) | |
tree | 0d692831d1b663bde272fa125c560fa0ccb7d40e /grsec-common.install | |
download | grsec-common-215e9e8340711633e5d8c7ff28f8386a67ef7486.tar.xz |
Initial Commit
Diffstat (limited to 'grsec-common.install')
-rw-r--r-- | grsec-common.install | 7 |
1 files changed, 7 insertions, 0 deletions
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 +} |