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 948b5e0..c2bc14a 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 2c56ab2..5064e68 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