From: Daniel J Walsh <dwalsh@redhat.com>
To: Jan-Frode Myklebust <janfrode@tanso.net>
Cc: SE Linux <selinux@tycho.nsa.gov>
Subject: Re: RHEL5 initrc_t vs. unconfined_t
Date: Wed, 14 May 2008 18:14:12 -0400 [thread overview]
Message-ID: <482B6434.4050300@redhat.com> (raw)
In-Reply-To: <911f42990805141246r16c20dqf8effdc48b901dd1@mail.gmail.com>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Jan-Frode Myklebust wrote:
| On Wed, May 14, 2008 at 4:58 PM, Daniel J Walsh <dwalsh@redhat.com> wrote:
|> The one to be concerned about is mounting of the unlabeled_t file
|> system. This looks like you have a file system that SELinux does not
|> know about?
|
|
| Yes, GPFS doesn't support the selinux extended attributes, so the
| filesystems has to be mounted with f.ex. "-o
| "fscontext=user_u:object_r:httpd_var_run_t" for static labelling.
|
|
| -jf
The other ones are just leaked file descriptors and can be ignored.
The third party provider should close the file descriptors on exec
C code do to this is:
fcntl(fd, F_SETFD, FD_CLOSEXEC)
Or you can add a custom policy module to either donataudit or allow this.
ausearch -M avc | audit2allow -M mypol
semodule -i mypol.pp
will create and install a policy package.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org
iEYEARECAAYFAkgrZDQACgkQrlYvE4MpobO5gACfQovDnbkKerk3zA+WyD5TcKOK
9q4AoNlf8Mzq9igLo+0BiBNqZk10uBj1
=iJTZ
-----END PGP SIGNATURE-----
--
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.
next prev parent reply other threads:[~2008-05-14 22:14 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-13 20:45 RHEL5 initrc_t vs. unconfined_t Jan-Frode Myklebust
2008-05-14 13:39 ` Daniel J Walsh
2008-05-14 14:42 ` Jan-Frode Myklebust
2008-05-14 14:58 ` Daniel J Walsh
2008-05-14 19:46 ` Jan-Frode Myklebust
2008-05-14 22:14 ` Daniel J Walsh [this message]
2008-05-14 22:31 ` Jan-Frode Myklebust
2008-05-14 22:41 ` Daniel J Walsh
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=482B6434.4050300@redhat.com \
--to=dwalsh@redhat.com \
--cc=janfrode@tanso.net \
--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.