Removing tty0 tty1 from allowed devices

Signed-off-by: rajasec <rajasec79@gmail.com>
This commit is contained in:
rajasec 2016-02-16 11:21:00 +05:30
parent 2c489ce2d9
commit b3661f4115
1 changed files with 0 additions and 16 deletions

View File

@ -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: "",