Skip to content

Commit

Permalink
Merge pull request #1637 from giuseppe/revert-remove-tun-tap
Browse files Browse the repository at this point in the history
Revert "cgroup: remove tun/tap from the default allow list"
  • Loading branch information
giuseppe authored Jan 13, 2025
2 parents b4df413 + 179686b commit 283ffdf
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 283ffdf

Please sign in to comment.