Merge pull request #638 from gtrentalancia/gnome_fixes_pr

The gconf daemon (gnome module) must be able to create Unix domain sockets and use them as a server
This commit is contained in:
Chris PeBenito 2023-09-14 09:12:08 -04:00 committed by GitHub
commit 7037ef3248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,6 +80,8 @@ optional_policy(`
# Conf daemon local Policy
#
allow gconfd_t self:unix_stream_socket create_stream_socket_perms;
allow gconfd_t gconf_etc_t:dir list_dir_perms;
read_files_pattern(gconfd_t, gconf_etc_t, gconf_etc_t)