* Add kvmfs support
@ 2007-03-08 15:18 Daniel J Walsh
2007-03-19 17:45 ` Christopher J. PeBenito
0 siblings, 1 reply; 2+ messages in thread
From: Daniel J Walsh @ 2007-03-08 15:18 UTC (permalink / raw)
To: Christopher J. PeBenito, SE Linux
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: kvmfs.patch --]
[-- Type: text/x-patch, Size: 440 bytes --]
--- nsaserefpolicy/policy/modules/kernel/kernel.te 2007-02-19 11:32:51.000000000 -0500
+++ serefpolicy-2.5.8/policy/modules/kernel/kernel.te 2007-03-08 08:42:45.000000000 -0500
@@ -51,6 +51,15 @@
genfscon debugfs / gen_context(system_u:object_r:debugfs_t,s0)
#
+# kvmFS
+#
+
+type kvmfs_t;
+fs_type(kvmfs_t)
+allow kvmfs_t self:filesystem associate;
+genfscon kvmfs / gen_context(system_u:object_r:kvmfs_t,s0)
+
+#
# Procfs types
#
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Add kvmfs support
2007-03-08 15:18 Add kvmfs support Daniel J Walsh
@ 2007-03-19 17:45 ` Christopher J. PeBenito
0 siblings, 0 replies; 2+ messages in thread
From: Christopher J. PeBenito @ 2007-03-19 17:45 UTC (permalink / raw)
To: Daniel J Walsh; +Cc: SE Linux
On Thu, 2007-03-08 at 10:18 -0500, Daniel J Walsh wrote:
> --- nsaserefpolicy/policy/modules/kernel/kernel.te 2007-02-19 11:32:51.000000000 -0500
> +++ serefpolicy-2.5.8/policy/modules/kernel/kernel.te 2007-03-08 08:42:45.000000000 -0500
> @@ -51,6 +51,15 @@
> genfscon debugfs / gen_context(system_u:object_r:debugfs_t,s0)
>
> #
> +# kvmFS
> +#
> +
> +type kvmfs_t;
> +fs_type(kvmfs_t)
> +allow kvmfs_t self:filesystem associate;
> +genfscon kvmfs / gen_context(system_u:object_r:kvmfs_t,s0)
> +
> +#
> # Procfs types
> #
Merged, except for the associate line, which is redundant.
--
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-03-19 17:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-08 15:18 Add kvmfs support Daniel J Walsh
2007-03-19 17:45 ` Christopher J. PeBenito
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.