Skip to content

Commit

Permalink
Removing tty0 tty1 from allowed devices
Browse files Browse the repository at this point in the history
Signed-off-by: rajasec <rajasec79@gmail.com>
  • Loading branch information
rajasec committed Feb 16, 2016
1 parent 2c489ce commit b3661f4
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -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: "",
Expand Down

0 comments on commit b3661f4

Please sign in to comment.