From: Luke Kenneth Casson Leighton <lkcl@lkcl.net>
To: Ivan Gyurdiev <gyurdiev@redhat.com>
Cc: Karl MacMillan <kmacmillan@tresys.com>,
"'Joshua Brindle'" <jbrindle@tresys.com>,
"'Daniel J Walsh'" <dwalsh@redhat.com>,
"'SELinux'" <selinux@tycho.nsa.gov>,
selinux-dev@tresys.com
Subject: Re: Restorecon script
Date: Fri, 10 Jun 2005 23:11:46 +0100 [thread overview]
Message-ID: <20050610221146.GJ8525@lkcl.net> (raw)
In-Reply-To: <1118440668.4812.68.camel@dhcp83-8.boston.redhat.com>
On Fri, Jun 10, 2005 at 05:57:48PM -0400, Ivan Gyurdiev wrote:
>
> > > Who will create /tmp/orbit and /tmp/gconfd, and how will you
> > > get them to have different types?
> >
> > a special selinux-aware library, that all gconfd-aware programs and
> > orbit-aware programs must utilise, respectively.
> >
> > heck, it could even do the setfilecon() for you.
>
> That library is libselinux. I've already tried this,
> and it doesn't work very well, for the reasons mentioned in my chown()
> email.
sorry, i introduced two issues in my email: the one about chown() was
just a thought tacked on to the end.
please ignore and totally disassociate any thought about chown() from
the "/tmp/<DIR>/.SOCKET-$USER" idea.
> ==========
>
> I do agree with the other comments, however, that a per application
> solution is appropriate.
you mean a per-application-or-better-per-client-server group
(gconfd is just the server...)
which implies two functions: one for creating the socket in the right
place (and the subdirectory if appropriate, hence there is a place
where selinux could be introduced, if appropriate, to set the
appropriate permissions: almost undoubtedly this will be needed).
one for connection _to_ the socket.
> For /tmp, we can we can implement a tmpskel
> similar to /skel that gets created at init.
> Please consider that this script was just yesterday's solution to make
> the policy usable. I do realize that it has drawbacks, and does not
> work well in the long run, so thanks for the comments.
>
> The important thing to me is the agreement that creating folders
> ahead of time is the right thing to do. The mechanism for doing
> that can be changed.
>
>
--
--
<a href="http://lkcl.net">http://lkcl.net</a>
-
--
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:[~2005-06-11 5:15 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-09 14:41 Restorecon script Ivan Gyurdiev
2005-06-10 2:11 ` Joshua Brindle
2005-06-10 2:32 ` Ivan Gyurdiev
2005-06-10 13:52 ` Steve G
2005-06-10 18:04 ` Ivan Gyurdiev
2005-06-10 16:05 ` Joshua Brindle
2005-06-10 16:11 ` Stephen Smalley
2005-06-10 17:44 ` Karl MacMillan
2005-06-10 17:41 ` Stephen Smalley
2005-06-10 18:01 ` Ivan Gyurdiev
2005-06-10 18:06 ` Karl MacMillan
2005-06-10 18:04 ` Stephen Smalley
2005-06-10 18:59 ` Karl MacMillan
2005-06-10 18:21 ` Ivan Gyurdiev
2005-06-10 19:58 ` Karl MacMillan
2005-06-10 20:45 ` Ivan Gyurdiev
2005-06-10 21:05 ` Karl MacMillan
2005-06-10 21:47 ` Ivan Gyurdiev
2005-06-11 17:45 ` Karl MacMillan
2005-06-11 18:35 ` Ivan Gyurdiev
2005-06-10 20:18 ` Luke Kenneth Casson Leighton
2005-06-10 20:54 ` Ivan Gyurdiev
2005-06-10 21:05 ` Valdis.Kletnieks
2005-06-10 21:42 ` Luke Kenneth Casson Leighton
2005-06-10 21:03 ` Joshua Brindle
2005-06-10 21:30 ` Ivan Gyurdiev
2005-06-11 18:00 ` Karl MacMillan
2005-06-10 17:58 ` Ivan Gyurdiev
2005-06-10 18:19 ` Karl MacMillan
2005-06-10 18:31 ` Ivan Gyurdiev
2005-06-10 19:45 ` Karl MacMillan
2005-06-10 20:57 ` Ivan Gyurdiev
2005-06-10 21:09 ` Karl MacMillan
2005-06-10 20:26 ` Luke Kenneth Casson Leighton
2005-06-10 21:57 ` Ivan Gyurdiev
2005-06-10 22:11 ` Luke Kenneth Casson Leighton [this message]
2005-06-10 20:21 ` Luke Kenneth Casson Leighton
2005-06-11 0:09 ` Valdis.Kletnieks
2005-06-11 1:13 ` Casey Schaufler
2005-06-10 15:15 ` Stephen Smalley
2005-06-10 15:38 ` Stephen Smalley
2005-06-10 17:15 ` Ivan Gyurdiev
2005-06-10 17:12 ` Ivan Gyurdiev
2005-06-10 15:18 ` Stephen Smalley
2005-06-10 17:52 ` Ivan Gyurdiev
2005-06-10 20:23 ` Luke Kenneth Casson Leighton
2005-06-10 21:59 ` Ivan Gyurdiev
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=20050610221146.GJ8525@lkcl.net \
--to=lkcl@lkcl.net \
--cc=dwalsh@redhat.com \
--cc=gyurdiev@redhat.com \
--cc=jbrindle@tresys.com \
--cc=kmacmillan@tresys.com \
--cc=selinux-dev@tresys.com \
--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.