summaryrefslogtreecommitdiff
path: root/shared/graphics/minigbm_msm/sepolicy/minigbm_macros
blob: a2b05236bf0978b1cef0fceddd0aeb391b8bd1ba (plain)
1
2
3
4
5
6
#####################################
# minigbm_access(client_domain)
# Allow client_domain to communicate with the minigbm lib
define(`minigbm_access', `
allow $1 vendor_minigbm_debug_prop:file { getattr map open read };
')