All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][gnome.if]: bad gen_require type
@ 2008-09-04 15:09 Xavier Toth
  2008-09-04 16:07 ` Christopher J. PeBenito
  2008-09-04 17:27 ` Daniel J Walsh
  0 siblings, 2 replies; 5+ messages in thread
From: Xavier Toth @ 2008-09-04 15:09 UTC (permalink / raw)
  To: SELinux Mailing List

When I attempted to use this interface I got the follow error:
/usr/bin/checkmodule:  loading policy configuration from tmp/ml-launch.tmp
ml-launch.te":72:ERROR 'unknown type user_gconf_tmp_t' at token ';' on
line 5970:
	allow ml_launch_t user_gconf_tmp_t:dir { getattr search };

--- serefpolicy-3.5.4/policy/modules/apps/gnome.if	2008-08-28
17:36:53.000000000 -0500
+++ serefpolicy-3.5.4.new/policy/modules/apps/gnome.if	2008-08-28
17:35:59.000000000 -0500
@@ -125,7 +125,7 @@
 #
 template(`gnome_stream_connect_gconf_template',`
 	gen_require(`
-		type $1_gconfd_t, gconf_tmp_t;
+		type $1_gconfd_t, $1_gconf_tmp_t;
 	')

 	read_files_pattern($2, $1_gconf_tmp_t, $1_gconf_tmp_t)

--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-09-04 18:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-04 15:09 [PATCH][gnome.if]: bad gen_require type Xavier Toth
2008-09-04 16:07 ` Christopher J. PeBenito
2008-09-04 17:27 ` Daniel J Walsh
2008-09-04 18:29   ` Xavier Toth
2008-09-04 18:53     ` Daniel J Walsh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.