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

This commit is contained in:
Yifan Zhu 2025-03-18 09:15:48 -07:00 committed by Alex
parent 01fcfc5438
commit 9fd1c5f3d4

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>
}