Skip to content

Commit 7bee333

Browse files
authored
Change README, delete privileged. (#2)
* Update README
1 parent 28731d5 commit 7bee333

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A docker image to hold pwn challenges in ctf war
44
# Introduction
55
This image contains xinetd to provide remote access services for pwn challenges, and also contains tcpdump to dump network traffics into pcap file.
66

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.
88

99

1010
# Usage

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
这个镜像中包括了运行PWN题目的xinetd服务和用于记录流量的tcpdump服务。
66

77
注意: 我们使用了修改版的[xinetd](https://github.com/Asuri-Team/xinetd-kafel). 在这个版本的xinetd中,可以很方便的限制服务所可以调用的系统调用。
8-
为了使用这一功能,在开启docker容器的时候必须添加`--privileged`选项。
8+
~~为了使用这一功能,在开启docker容器的时候必须添加`--privileged`选项。~~ 现已无需`--privileged`选项。
99

1010
# 用法
1111
查看Dockerfile.example了解更多

0 commit comments

Comments
 (0)