From: Daniel J Walsh <dwalsh@redhat.com>
To: Xavier Toth <txtoth@gmail.com>
Cc: SELinux Mailing List <selinux@tycho.nsa.gov>
Subject: Re: [PATCH][gnome.if]: bad gen_require type
Date: Thu, 04 Sep 2008 13:27:16 -0400 [thread overview]
Message-ID: <48C01A74.3070204@redhat.com> (raw)
In-Reply-To: <cadfc0e40809040809v43b12641n4a3556f1a53c384e@mail.gmail.com>
Xavier Toth wrote:
> 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.
In Rawhide it should be, since we don't types based on role.
#
template(`gnome_stream_connect_gconf_template',`
gen_require(`
type $1_gconfd_t, gconf_tmp_t;
')
>
read_files_pattern($2, gconf_tmp_t, 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.
next prev parent reply other threads:[~2008-09-04 17:27 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2008-09-04 18:29 ` Xavier Toth
2008-09-04 18:53 ` Daniel J Walsh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48C01A74.3070204@redhat.com \
--to=dwalsh@redhat.com \
--cc=selinux@tycho.nsa.gov \
--cc=txtoth@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.