You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ A docker image to hold pwn challenges in ctf war
4
4
# Introduction
5
5
This image contains xinetd to provide remote access services for pwn challenges, and also contains tcpdump to dump network traffics into pcap file.
6
6
7
-
Notice: we use a modified xinetd version from our team to restrict syscalls called by xinetd services. In order to use this feature, docker container must run with `--privileged` option.
7
+
Notice: we use a modified xinetd version from our team to restrict syscalls called by xinetd services. ~~In order to use this feature, docker container must run with `--privileged` option.~~ No more `--privileged` needed now.
0 commit comments