Skip to content

Commit

Permalink
feat(abs): vulkan allow write access to builtin_shaders.
Browse files Browse the repository at this point in the history
See #577
  • Loading branch information
roddhjav committed Nov 19, 2024
1 parent e149e77 commit 688317f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apparmor.d/abstractions/vulkan-strict
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
owner @{user_cache_dirs}/gtk-4.0/vulkan-pipeline-cache/.goutputstream-@{rand6} rw,
owner @{user_cache_dirs}/gtk-4.0/vulkan-pipeline-cache/@{uuid}.@{int} rw,
owner @{user_cache_dirs}/radv_builtin_shaders{32,64} r, # Vulkan radv shaders cache
owner @{user_cache_dirs}/radv_builtin_shaders{32,64}@{rand6} w,

owner @{user_share_dirs}/vulkan/ rw,
owner @{user_share_dirs}/vulkan/implicit_layer.d/ rw,
Expand Down

0 comments on commit 688317f

Please sign in to comment.