All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael LeMay <lemaymd@lemaymd.com>
To: xen-devel@lists.xensource.com
Subject: ACM ternary ops?
Date: Tue, 30 May 2006 08:52:48 -0400	[thread overview]
Message-ID: <447C4020.4020008@lemaymd.com> (raw)

Hello all,

I am interested in adding support for user-defined mandatory network 
access control policies to the existing ACM policy framework.  The most 
logical way to do this would be to add more hooks to handle networking 
and then define another policy module, like chinese wall and type 
enforcement.  However, it doesn't feel right to add a "ternary_ops" 
structure that is invoked after "secondary_ops".  Is there any 
reasonable justification for not including a link in each ops structure 
that points to the next policy module in the chain?  Essentially, I'd 
like to convert the current n-pointer structure to the following 
linked-list structure:

acm_primary_ops -> acm_secondary_ops -> acm_ternary_ops -> ... -> NULL


Thanks.

             reply	other threads:[~2006-05-30 12:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-30 12:52 Michael LeMay [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-05-30 18:03 ACM ternary ops? Reiner Sailer
2006-06-07 17:25 ` Pat Huntington

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=447C4020.4020008@lemaymd.com \
    --to=lemaymd@lemaymd.com \
    --cc=xen-devel@lists.xensource.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.