Update documents
authorYAMAMOTO Masaya <pandax381@gmail.com>
Wed, 25 Oct 2017 08:56:14 +0000 (17:56 +0900)
committerYAMAMOTO Masaya <pandax381@gmail.com>
Wed, 25 Oct 2017 08:56:14 +0000 (17:56 +0900)
README.md
nsjail.1

index 948b5e007409f1b4ff59a61be44455bc98fbf0db..c2bc14a1c1790f3f80518be3e8af6048181301c0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -462,6 +462,12 @@ Options:
        Location of pids cgroup FS (default: '/sys/fs/cgroup/pids')
  --cgroup_pids_parent VALUE
        Which pre-existing pids cgroup to use as a parent (default: 'NSJAIL')
+ --cgroup_net_cls_classid VALUE
+       Class identifier of network packets in the group (default: '0' - disabled)
+ --cgroup_net_cls_mount VALUE
+       Location of net_cls cgroup FS (default: '/sys/fs/cgroup/net_cls')
+ --cgroup_net_cls_parent VALUE
+       Which pre-existing net_cls cgroup to use as a parent (default: 'NSJAIL')
  --iface_no_lo 
        Don't bring up the 'lo' interface
  --macvlan_iface|-I VALUE
index 2c56ab2e2a4c25c0c6b79b3ffd1af2e54e74194d..5064e68d4f6ba1827fe461fb659cd9a460f8c279 100644 (file)
--- a/nsjail.1
+++ b/nsjail.1
@@ -220,6 +220,15 @@ Location of pids cgroup FS (default: '/sys/fs/cgroup/pids')
 \fB\-\-cgroup_pids_parent\fR VALUE
 Which pre\-existing pids cgroup to use as a parent (default: 'NSJAIL')
 .TP
+\fB\-\-cgroup_net_cls_classid\fR VALUE
+Class identifier of network packets in the group (default: '0' \- disabled)
+.TP
+\fB\-\-cgroup_net_cls_mount\fR VALUE
+Location of net_cls cgroup FS (default: '/sys/fs/cgroup/net_cls')
+.TP
+\fB\-\-cgroup_net_cls_parent\fR VALUE
+Which pre\-existing net_cls cgroup to use as a parent (default: 'NSJAIL')
+.TP
 \fB\-\-iface_no_lo\fR
 Don't bring up the 'lo' interface
 .TP