From: "Christopher J. PeBenito" <cpebenito@tresys.com>
To: Daniel J Walsh <dwalsh@redhat.com>
Cc: SE Linux <selinux@tycho.nsa.gov>
Subject: Re: Resend of cpuspeed.patch
Date: Mon, 26 Mar 2007 15:44:18 -0400 [thread overview]
Message-ID: <1174938258.28830.77.camel@sgc> (raw)
In-Reply-To: <45F02F63.9050704@redhat.com>
On Thu, 2007-03-08 at 10:44 -0500, Daniel J Walsh wrote:
> Included interface definition also.
Merged. Moved the interface down in the file.
>
>
>
>
>
>
> differences
> between files
> attachment
> (cpuspeed.patch)
>
> --- nsaserefpolicy/policy/modules/kernel/devices.if 2007-01-02
> 12:57:13.000000000 -0500
> +++ serefpolicy-2.5.8/policy/modules/kernel/devices.if 2007-03-08
> 08:42:36.000000000 -0500
> @@ -2449,6 +2449,24 @@
>
> ########################################
> ## <summary>
> +## Write in a sysfs directories.
> +## </summary>
> +## <param name="domain">
> +## <summary>
> +## The type of the process performing this action.
> +## </summary>
> +## </param>
> +#
> +interface(`dev_write_sysfs_dirs',`
> + gen_require(`
> + type sysfs_t;
> + ')
> +
> + allow $1 sysfs_t:dir write;
> +')
> +
> +########################################
> +## <summary>
> ## Search the sysfs directories.
> ## </summary>
> ## <param name="domain">
> ---
> nsaserefpolicy/policy/modules/services/cpucontrol.te 2007-01-02
> 12:57:43.000000000 -0500
> +++
> serefpolicy-2.5.8/policy/modules/services/cpucontrol.te 2007-03-08
> 08:42:37.000000000 -0500
> @@ -91,6 +91,7 @@
> kernel_read_system_state(cpuspeed_t)
> kernel_read_kernel_sysctls(cpuspeed_t)
>
> +dev_write_sysfs_dirs(cpuspeed_t)
> dev_rw_sysfs(cpuspeed_t)
>
> domain_use_interactive_fds(cpuspeed_t)
--
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:44 Resend of cpuspeed.patch 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=1174938258.28830.77.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.