All of lore.kernel.org
 help / color / mirror / Atom feed
From: Casey Schaufler <casey@schaufler-ca.com>
To: Stephen Smalley <sds@tycho.nsa.gov>, casey@schaufler-ca.com
Cc: SELinux List <selinux@tycho.nsa.gov>
Subject: Re: selinux_inode_setsecurity and fsetxattr
Date: Fri, 18 Jan 2008 10:56:34 -0800 (PST)	[thread overview]
Message-ID: <483685.52972.qm@web36602.mail.mud.yahoo.com> (raw)
In-Reply-To: <1200681973.7025.121.camel@moss-spartans.epoch.ncsc.mil>


--- Stephen Smalley <sds@tycho.nsa.gov> wrote:

> 
> On Fri, 2008-01-18 at 10:38 -0800, Casey Schaufler wrote:
> > --- Stephen Smalley <sds@tycho.nsa.gov> wrote:
> > 
> > > 
> > > On Fri, 2008-01-18 at 08:40 -0800, Casey Schaufler wrote:
> > > > I was looking in selinux_inode_setsecurity for my own
> > > > neffarious purposes and was curious what prevents a program
> > > > that has a file open from setting the context on the file
> > > > using fsetxattr. I confess that I haven't tried it to see
> > > > how it actually behaves.
> > > 
> > > Sorry, what's your question?  Of course you can relabel a file via
> > > fsetxattr (if you pass the permission check, which is a different hook
> > > called earlier).
> > 
> > In the case of fsetxattr, which hook would that be?
> 
> All three setxattr system calls ultimately call vfs_setxattr(), which
> calls security_inode_setxattr() to check security module permissions.
> If it passes that check, then it proceeds to the actual processing,
> which follows different paths depending on whether the fs implements a
> setxattr operation or not.
> 
> security_inode_setsecurity() is just the low level primitive for setting
> the value in the in-core security structure and can be called either
> from the vfs (as the fallback) or from the individual fs op (as in
> tmpfs).  Originally only the latter before the vfs fallbacks were
> introduced.

Thank you. That was what I was looking for.


Casey Schaufler
casey@schaufler-ca.com

--
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.

      reply	other threads:[~2008-01-18 18:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-18 16:40 selinux_inode_setsecurity and fsetxattr Casey Schaufler
2008-01-18 18:33 ` Stephen Smalley
2008-01-18 18:38   ` Casey Schaufler
2008-01-18 18:46     ` Stephen Smalley
2008-01-18 18:56       ` Casey Schaufler [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=483685.52972.qm@web36602.mail.mud.yahoo.com \
    --to=casey@schaufler-ca.com \
    --cc=sds@tycho.nsa.gov \
    --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.