* [PATCH] xl.pod.1: introduction to FLASK
@ 2012-01-05 14:52 Stefano Stabellini
2012-01-05 18:48 ` Ian Jackson
0 siblings, 1 reply; 4+ messages in thread
From: Stefano Stabellini @ 2012-01-05 14:52 UTC (permalink / raw)
To: xen-devel; +Cc: Daniel De Graaf, Ian Jackson
Add a simple introduction to FLASK to the xl man page, at the beginning
of the FLASK chapter. Link to the xsm-flask.txt document.
Currently FLASK, TMEM and PCI PASS-THROUGH are defined as =head2 so they
look like sub-chapters of VIRTUAL DEVICE COMMANDS. Make them =head1.
Based on a text written by Daniel De Graaf.
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1
index 17789b4..18fd411 100644
--- a/docs/man/xl.pod.1
+++ b/docs/man/xl.pod.1
@@ -906,7 +906,7 @@ List virtual network interfaces for a domain.
=back
-=head2 PCI PASS-THROUGH
+=head1 PCI PASS-THROUGH
=over 4
@@ -929,7 +929,7 @@ List pass-through pci devices for a domain.
=back
-=head2 TMEM
+=head1 TMEM
=over 4
@@ -995,7 +995,20 @@ Get information about how much freeable memory (MB) is in-use by tmem.
=back
-=head2 FLASK
+=head1 FLASK
+
+B<FLASK> is a security framework that defines a mandatory access control policy
+providing fine-grained controls over Xen domains, allowing the policy writer
+to define what interactions between domains, devices, and the hypervisor are
+permitted. Some example of what you can do using XSM/FLASK:
+ - Prevent two domains from communicating via event channels or grants
+ - Control which domains can use device passthrough (and which devices)
+ - Restrict or audit operations performed by privileged domains
+ - Prevent a privileged domain from arbitrarily mapping pages from other
+ domains.
+
+You can find more details on how to use FLASK and an example security
+policy here: L<http://xenbits.xen.org/docs/unstable/misc/xsm-flask.txt>
=over 4
@@ -1039,6 +1052,7 @@ And the following documents on the xen.org website:
L<http://xenbits.xen.org/docs/unstable/misc/xl-network-configuration.html>
L<http://xenbits.xen.org/docs/unstable/misc/xl-disk-configuration.txt>
+L<http://xenbits.xen.org/docs/unstable/misc/xsm-flask.txt>
=head1 BUGS
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] xl.pod.1: introduction to FLASK
2012-01-05 14:52 [PATCH] xl.pod.1: introduction to FLASK Stefano Stabellini
@ 2012-01-05 18:48 ` Ian Jackson
2012-01-05 19:32 ` Daniel De Graaf
0 siblings, 1 reply; 4+ messages in thread
From: Ian Jackson @ 2012-01-05 18:48 UTC (permalink / raw)
To: Stefano Stabellini; +Cc: Daniel De Graaf, xen-devel
Stefano Stabellini writes ("[Xen-devel] [PATCH] xl.pod.1: introduction to FLASK"):
> Based on a text written by Daniel De Graaf.
We therefore need a signoff from Daniel too.
> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
And that is therefore a lie.
Can I remind everyone that writing "Signed-off-by" is not a mere
formality, where you just rubber-stamp your own name. If you wrote
the whole thing and you (your company) wants to submit it, fine.
But if any of it was written by anyone else then you need their
signoff too.
Ian.
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] xl.pod.1: introduction to FLASK
2012-01-05 18:48 ` Ian Jackson
@ 2012-01-05 19:32 ` Daniel De Graaf
2012-01-10 16:13 ` Ian Jackson
0 siblings, 1 reply; 4+ messages in thread
From: Daniel De Graaf @ 2012-01-05 19:32 UTC (permalink / raw)
To: Ian Jackson; +Cc: xen-devel, Stefano Stabellini
On 01/05/2012 01:48 PM, Ian Jackson wrote:
> Stefano Stabellini writes ("[Xen-devel] [PATCH] xl.pod.1: introduction to FLASK"):
>> Based on a text written by Daniel De Graaf.
>
> We therefore need a signoff from Daniel too.
Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
>> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
>
> And that is therefore a lie.
>
> Can I remind everyone that writing "Signed-off-by" is not a mere
> formality, where you just rubber-stamp your own name. If you wrote
> the whole thing and you (your company) wants to submit it, fine.
>
> But if any of it was written by anyone else then you need their
> signoff too.
>
> Ian.
>
--
Daniel De Graaf
National Security Agency
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-01-10 16:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-05 14:52 [PATCH] xl.pod.1: introduction to FLASK Stefano Stabellini
2012-01-05 18:48 ` Ian Jackson
2012-01-05 19:32 ` Daniel De Graaf
2012-01-10 16:13 ` Ian Jackson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).