RSkeens - Overview
Highlights
Pinned Loading
-
defended-net/malwatch defended-net/malwatch Public
⚡️ Fast and lightweight malware scanner written in go.
-
defended-net/malwatch-signatures defended-net/malwatch-signatures Public
Signatures for the malwatch malware scanner.
-
Monitor new releases of a repo to au... Monitor new releases of a repo to automatically clone. Useful for ansible deploy nodes. Latest release is always symlinked as "current".
1
#!/bin/bash2
3
if ! cd /ansible; then
4
echo "missing ansible path";
5
exit 1 -
Example selinux type enforcement con... Example selinux type enforcement configuration file https://blog.rskeens.com/blog/isolation-using-selinux
1
policy_module(selinux_rskeens_com, 1.0)
2
3
require {4
class file { read getattr open map };5
class dir { read getattr search open }; -
mariabackup to s3 mariabackup to s3
1
#!/bin/bash2
set -eo pipefail3
4
if ! command -v mktemp >/dev/null 2>&1; then
5
echo "mktemp command required" >&2




