Skip to content

Commit

Permalink
Revert "cgroup: remove tun/tap from the default allow list"
Browse files Browse the repository at this point in the history
This reverts commit 1e30424.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
  • Loading branch information
giuseppe committed Jan 10, 2025
1 parent 6f010b5 commit d06e428
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libcrun/cgroup-resources.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ struct default_dev_s default_devices[] = {
{ 'c', 5, 1, "rwm" },
{ 'c', 136, -1, "rwm" },
{ 'c', 5, 2, "rwm" },
{ 'c', 10, 200, "rwm" },
{ 0, 0, 0, NULL }
};

Expand Down

0 comments on commit d06e428

Please sign in to comment.