README.md spelling

This commit is contained in:
Albert S. 2018-01-02 17:06:09 +01:00
부모 dee275c89e
커밋 9ac5ca7560
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -11,7 +11,7 @@ Requirements
You need an iptables version that supports cgroup matching (e. g. You need an iptables version that supports cgroup matching (e. g.
version >= 1.6); version >= 1.6);
The following kernel config paramaters must be set: The following kernel config parameters must be set:
CONFIG_NETFILTER_XT_MATCH_CGROUP CONFIG_NETFILTER_XT_MATCH_CGROUP
CONFIG_NET_CLS_CGROUP CONFIG_NET_CLS_CGROUP
@ -61,7 +61,7 @@ Security discussion
-------------------- --------------------
This alone is not a satisfactory way to prevent misbehaving programs This alone is not a satisfactory way to prevent misbehaving programs
to contact destinations you don't want them to. While the restrictions to contact destinations you don't want them to. While the restrictions
also apply to the children of the launched progorams, at a minimum, file also apply to the children of the launched programs, at a minimum, file
system isolation is also necessary and perhaps IPC etc. system isolation is also necessary and perhaps IPC etc.
qsni however does not aim to be a complete "jailing/isolation" solution. qsni however does not aim to be a complete "jailing/isolation" solution.