From b3661f411567036f9b9b5cf6bdc97c069aad9078 Mon Sep 17 00:00:00 2001 From: rajasec Date: Tue, 16 Feb 2016 11:21:00 +0530 Subject: [PATCH] Removing tty0 tty1 from allowed devices Signed-off-by: rajasec --- utils.go | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/utils.go b/utils.go index 463de9c5..96212e36 100644 --- a/utils.go +++ b/utils.go @@ -92,22 +92,6 @@ var allowedDevices = []*configs.Device{ Permissions: "rwm", Allow: true, }, - { - Path: "/dev/tty0", - Type: 'c', - Major: 4, - Minor: 0, - Permissions: "rwm", - Allow: true, - }, - { - Path: "/dev/tty1", - Type: 'c', - Major: 4, - Minor: 1, - Permissions: "rwm", - Allow: true, - }, // /dev/pts/ - pts namespaces are "coming soon" { Path: "",