aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-11-06 07:59:54 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-11-06 07:59:54 -0500
commitb6e1da218c5794be8307c8c2add0d0106d7cae24 (patch)
tree3b9886b9769b8c842e817918cb9f6abedb4783df /todo
parentcoverity (diff)
downloadfirejail-b6e1da218c5794be8307c8c2add0d0106d7cae24.tar.gz
firejail-b6e1da218c5794be8307c8c2add0d0106d7cae24.tar.zst
firejail-b6e1da218c5794be8307c8c2add0d0106d7cae24.zip
fix ./configure --disable-seccomp
Diffstat (limited to 'todo')
-rw-r--r--todo7
1 files changed, 7 insertions, 0 deletions
diff --git a/todo b/todo
index f9cce75d6..de1ef5f41 100644
--- a/todo
+++ b/todo
@@ -70,3 +70,10 @@ socat UNIX-LISTEN:/tmp/mysoc,fork ABSTRACT-CONNECT:/tmp/dbus-awBoQTCc &
70in sandbox 70in sandbox
71socat ABSTRACT-LISTEN:/tmp/dbus-awBoQTCc,fork UNIX-CONNECT:/tmp/mysock 71socat ABSTRACT-LISTEN:/tmp/dbus-awBoQTCc,fork UNIX-CONNECT:/tmp/mysock
72 72
7311. autotest for config options:
74
75./configure --enable-fatal-warnings --disable-seccomp --prefix=/usr
76./configure --enable-fatal-warnings --disable-chroot --prefix=/usr
77./configure --enable-fatal-warnings --disable-bind --prefix=/usr
78
79