fix(profile): allow speech-dispatcher to read user config

This commit is contained in:
Yifan Zhu 2025-03-18 09:15:48 -07:00
parent 07dbb0c7d3
commit 2039b3cefd

View file

@ -29,6 +29,8 @@ profile speech-dispatcher @{exec_path} {
owner @{run}/user/@{uid}/speech-dispatcher/ rw,
owner @{run}/user/@{uid}/speech-dispatcher/** rwk,
owner @{user_config_dirs}/speech-dispatcher/{,**} r,
include if exists <local/speech-dispatcher>
}