Skip to content

Commit c599337

Browse files
authored
Update installation.md
1 parent 9413d89 commit c599337

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/installation.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,7 @@ defined('YII_ENV') or define('YII_ENV', 'dev');
179179
随后尝试在 Polygon 新建题目,确认测试点文件可以正常上传,如果无法上传则需检查 `scnuoj/polygon/data` 目录归属。
180180

181181
## 安全问题
182-
经验证,python可以使用open函数读取一些敏感文件,即使由于行数限制显示不全但还是会有一定隐患。如果公开使用建议配合linux的acl命令来设定相关文件的权限。
183-
[相关文档](https://www.linuxcool.com/setfacl)
182+
经验证, Python 可以使用 `open` 函数读取一些敏感文件,即使由于行数限制显示不全但还是会有一定安全隐患。如果公开使用建议配合 Linux 的 `acl` 命令来设定相关文件的权限(see also: [相关文档](https://www.linuxcool.com/setfacl))。
184183

185184
## 下一步
186185

0 commit comments

Comments
 (0)