Skip to content

Commit

Permalink
Merge pull request #289 from rhatdan/kube
Browse files Browse the repository at this point in the history
Default to allowing containers to use dri devices
  • Loading branch information
rhatdan authored Nov 30, 2023
2 parents 3c47d8e + e53b507 commit cff8553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container.te
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
policy_module(container, 2.225.1)
policy_module(container, 2.226.0)

gen_require(`
class passwd rootok;
Expand Down Expand Up @@ -43,7 +43,7 @@ gen_tunable(container_use_devices, false)
## Allow containers to use any dri device volume mounted into container
## </p>
## </desc>
gen_tunable(container_use_dri_devices, false)
gen_tunable(container_use_dri_devices, true)

## <desc>
## <p>
Expand Down

0 comments on commit cff8553

Please sign in to comment.