diff options
author | cpm <cpm@FreeBSD.org> | 2019-08-12 18:52:00 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2019-08-12 18:52:00 +0800 |
commit | 4d2d17b7452bab6b1be6c4a1d28533ff4018666d (patch) | |
tree | a30c22087d0e27c2f34c433ca02038653d95a91a | |
parent | f2561e92d24fad5659bd62f193cb4d069caac911 (diff) | |
download | freebsd-ports-gnome-4d2d17b7452bab6b1be6c4a1d28533ff4018666d.tar.gz freebsd-ports-gnome-4d2d17b7452bab6b1be6c4a1d28533ff4018666d.tar.zst freebsd-ports-gnome-4d2d17b7452bab6b1be6c4a1d28533ff4018666d.zip |
net/ocserv: Fix typos in pkg-descr
PR: 239577
Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
-rw-r--r-- | net/ocserv/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ocserv/pkg-descr b/net/ocserv/pkg-descr index 466d02e0903e..1ea470b7f93b 100644 --- a/net/ocserv/pkg-descr +++ b/net/ocserv/pkg-descr @@ -6,9 +6,9 @@ The OpenConnect protocol provides a dual TCP/UDP VPN channel, and uses the standard IETF security protocols to secure it. Both IPv4 and IPv6 are supported. -Ocserv's main features are security through provilege separation +Ocserv's main features are security through privilege separation and sandboxing, accounting, and resilience due to a combined use -of TCP and UDP. Authentication occurs in an isolated security +of TCP and UDP. Authentication occurs in an isolated security module process, and each user is assigned an unprivileged worker process, and a networking (tun) device. That not only eases the control of the resources of each user or group of users, but also |