From: guido@trentalancia.net (Guido Trentalancia) Date: Wed, 24 Aug 2016 01:31:02 +0200 Subject: [refpolicy] [PATCH v4] Update for the gnome policy and file contexts In-Reply-To: References: <1471099545.21480.27.camel@trentalancia.net> <1471296811.28802.0.camel@trentalancia.net> <1471704772.17584.9.camel@trentalancia.net> <1471894798.19333.1.camel@trentalancia.net> <1471956294.17467.4.camel@trentalancia.net> Message-ID: To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com The error is: "Conflicting type rules". Unfortunately, the cil temporary file is destroyed before make gives the shell prompt back, so it is not possible to inspect the location of the problem. Guido On the 24th august 2016 01:02:29 CEST, Chris PeBenito wrote: >On 08/23/16 08:44, Guido Trentalancia wrote: >> Hello Christopher ! >> >> Thanks for providing your valuable feedback. >> >> On Mon, 22/08/2016 at 21.15 -0400, Chris PeBenito wrote: >>> On 08/22/16 15:39, Guido Trentalancia wrote: >>>> >>>> + type dconf_t, dconf_exec_t, dconf_home_t; >>>> + type at_spi_t, at_spi_exec_t; >>>> type gconfd_t, gconfd_exec_t, gconf_tmp_t; >>>> type gconf_home_t; >>>> + type gnome_settings_t, gnome_settings_exec_t; >>>> + type gnome_settings_daemon_t, >>>> gnome_settings_daemon_exec_t; >>>> + type gnome_settings_schemas_t; >>>> + type gkeyringd_exec_t, gnome_keyring_home_t, >>>> gnome_keyring_cache_home_t, gnome_keyring_tmp_t; >>>> + type mime_info_t; >>>> + type user_dbusd_t; >>> >>> This dbus type cannot be referenced directly in this module. >> >> If $1_dbusd_t is used to get the role/type prefix from the caller, >then >> it doesn't compile for some reason which is not yet clear to me. >> >> Any idea ? > >The $1_dbusd_t rules need to be contained in the dbus module, not the >gnome module. Beyond that, it's tough to say what the problem is, >without knowing the error messages.