From: "Christopher J. PeBenito" <cpebenito@tresys.com>
To: Daniel J Walsh <dwalsh@redhat.com>
Cc: SE Linux <selinux@tycho.nsa.gov>
Subject: Re: Fix dosfs handling in the interface
Date: Mon, 26 Mar 2007 15:44:24 -0400 [thread overview]
Message-ID: <1174938265.28830.78.camel@sgc> (raw)
In-Reply-To: <45F02E3D.2070503@redhat.com>
On Thu, 2007-03-08 at 10:39 -0500, Daniel J Walsh wrote:
> Allow xend to use dosfs for ia64 boot.
>
>
>
>
>
>
>
> differences
> between files
> attachment
> (dosfs.patch)
>
> --- nsaserefpolicy/policy/modules/kernel/filesystem.if 2007-02-19 11:32:51.000000000 -0500
> +++ serefpolicy-2.5.8/policy/modules/kernel/filesystem.if 2007-03-08 08:42:37.000000000 -0500
> @@ -1110,11 +1110,31 @@
> type dosfs_t;
> ')
>
> + manage_dirs_pattern($1,dosfs_t,dosfs_t)
> manage_files_pattern($1,dosfs_t,dosfs_t)
> ')
Dropped this as it breaks the meaning of the interface.
> ########################################
> ## <summary>
> +## read files
> +## on a DOS filesystem.
> +## </summary>
> +## <param name="domain">
> +## <summary>
> +## Domain allowed access.
> +## </summary>
> +## </param>
> +#
> +interface(`fs_read_dos_files',`
> + gen_require(`
> + type dosfs_t;
> + ')
> +
> + read_files_pattern($1,dosfs_t,dosfs_t)
> +')
Moved this up.
> --- nsaserefpolicy/policy/modules/system/xen.te 2007-01-02 12:57:49.000000000 -0500
> +++ serefpolicy-2.5.8/policy/modules/system/xen.te 2007-03-08 08:42:37.000000000 -0500
> @@ -357,3 +373,11 @@
> xen_append_log(xm_t)
> xen_stream_connect(xm_t)
> xen_stream_connect_xenstore(xm_t)
> +
> +#Should have a boolean wrapping these
> +fs_list_auto_mountpoints(xend_t)
> +files_search_mnt(xend_t)
> +fs_write_nfs_files(xend_t)
> +fs_read_nfs_files(xend_t)
> +fs_getattr_all_fs(xend_t)
> +fs_read_dos_files(xend_t)
>
If these should be conditional, why aren't they?
--
Chris PeBenito
Tresys Technology, LLC
(410) 290-1411 x150
--
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.
prev parent reply other threads:[~2007-03-26 19:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-08 15:39 Fix dosfs handling in the interface Daniel J Walsh
2007-03-26 19:44 ` Christopher J. PeBenito [this message]
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=1174938265.28830.78.camel@sgc \
--to=cpebenito@tresys.com \
--cc=dwalsh@redhat.com \
--cc=selinux@tycho.nsa.gov \
/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.