summaryrefslogtreecommitdiff
path: root/test/nginx.sh
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2018-11-26 01:35:11 +0100
committerYves Fischer <yvesf-git@xapek.org>2018-11-26 01:35:11 +0100
commit3b89dc69da0f88cf8e2290523fa50656ac2ebb5d (patch)
tree105313b862ca7d8a123a37c279508081744a90d9 /test/nginx.sh
downloadnginx-auth-totp-3b89dc69da0f88cf8e2290523fa50656ac2ebb5d.tar.gz
nginx-auth-totp-3b89dc69da0f88cf8e2290523fa50656ac2ebb5d.zip
Proof of concept with totp
Diffstat (limited to 'test/nginx.sh')
-rwxr-xr-xtest/nginx.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/nginx.sh b/test/nginx.sh
new file mode 100755
index 0000000..d6926c0
--- /dev/null
+++ b/test/nginx.sh
@@ -0,0 +1,18 @@
+#!/bin/sh
+set -x
+
+bwrap \
+ --ro-bind /bin /bin \
+ --ro-bind /usr /usr \
+ --ro-bind /etc /etc \
+ --ro-bind /lib /lib \
+ --ro-bind /lib64 /lib64 \
+ --ro-bind /run /run \
+ --ro-bind etc /etc/nginx \
+ --ro-bind www /usr/share/nginx/html \
+ --dev /dev \
+ --proc /proc \
+ --dir /tmp \
+ --dir /var/log/nginx \
+ --dir /var/lib/nginx \
+ /usr/sbin/nginx \ No newline at end of file