Skip to content

Commit

Permalink
Merge pull request #636 from flouthoc/master
Browse files Browse the repository at this point in the history
Add linuxdevicecgroup to crun-spec inorder to maintain parity with runc-spec.
  • Loading branch information
giuseppe authored Mar 25, 2021
2 parents a1c0ef1 + f11d742 commit 496e81b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/libcrun/container.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,12 @@ static char spec_file[] = "\
],\n\
\"linux\": {\n\
\"resources\": {\n\
\"devices\": [\n\
{\n\
\"allow\": \"false\",\n\
\"access\": \"rwm\"\n\
}\n\
]\n\
},\n\
\"namespaces\": [\n\
{\n\
Expand Down

0 comments on commit 496e81b

Please sign in to comment.