From: Hans Reiser <reiser@namesys.com>
To: George Beshers <gbeshers@speakeasy.net>
Cc: "Lamont R. Peterson" <lamont@gurulabs.com>,
ReiserFS List <reiserfs-list@namesys.com>
Subject: Re: viewprinting: what format should views be stored in?
Date: Tue, 26 Oct 2004 11:37:16 -0700 [thread overview]
Message-ID: <417E995C.2060207@namesys.com> (raw)
In-Reply-To: <417E81E9.8070304@speakeasy.net>
George Beshers wrote:
>
>
> Hans Reiser wrote:
>
>> Lamont R. Peterson wrote:
>>
>>> On Fri, 2004-08-20 at 00:19, Hans Reiser wrote:
>>>
>>>
>>>> George Beshers wrote:
>>>>
>>>>>>> Masked Processes
>>>>>>> - May not create hard links.
>>>>>>> - Child processes [of a masked process] must inherit the
>>>>>>> parent's "mask bit" and mask definition.
>>>>>>>
>>>>>>>
>>>>>> remind me - what is the mask tied to? UID/GID, EUID, PID, PGID?
>>>>>> filesystem?
>>>>>> Hans actually says it's derived from the executable.
>>>>>> What if it changes between two processes starting?
>>>>>> Does the running processes mask change? (cf chmod a file - seems
>>>>>> reasonable but...)
>>>>>> I'd think it needs to be pretty atomic...
>>>>>> In fact, maybe changing masks on a running (mounted?) system is a
>>>>>> potential security hole and forbidden?
>>>>>> I think I could think of race examples.
>>>>>>
>>>>> I am disinclined to tackle changing masks on the fly until I have
>>>>> a compelling story
>>>>> to justify the work.
>>>>>
>>>> It is less work to allow changing them on the fly than to not do
>>>> so, since they are stored in the fs, not something loaded into the
>>>> process state.
>>>>
>>>
>>> Yes.
>>>
>>> Additionally, if they could not be changed "on-the-fly", then in
>>> practical terms this would force an admin to restart a daemon when a
>>> change is made. That would not be very friendly.
>>>
>>>
>> Yes, and actually, part of our objective is to allow for incremental
>> improvements/refinements to the masks as we discover more files that
>> the blackbox binary needs.
>>
> All points above are sound---dynamic changes to masks will be supported
> in the first implementation according to current thinking.
>
> Still, a "batch mode" for production servers is a concept that should
> not be
> discarded too quickly as static masks would certainly support a more
> efficient implementation
I dispute this point. What do you think would be more efficient than
reiser4 directories? Or are you referring to compiled regular expressions?
> --- that the savings would be significant is still
> very much an open question.
>
>
>
next prev parent reply other threads:[~2004-10-26 18:37 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-19 7:40 viewprinting: what format should views be stored in? David Dabbs
2004-08-19 11:21 ` David Greaves
2004-08-19 16:16 ` George Beshers
2004-08-20 6:19 ` Hans Reiser
2004-10-26 14:45 ` Lamont R. Peterson
2004-10-26 16:39 ` Hans Reiser
2004-10-26 16:57 ` George Beshers
2004-10-26 18:37 ` Hans Reiser [this message]
2004-10-26 20:20 ` George Beshers
2004-10-27 4:48 ` Hans Reiser
[not found] ` <4124D09A.1060208@comcast.net>
2004-08-19 17:31 ` David Greaves
2004-08-20 6:52 ` Hans Reiser
2004-08-20 12:08 ` George Beshers
2004-08-20 14:07 ` David Greaves
2004-10-26 15:54 ` Lamont R. Peterson
2004-10-27 1:04 ` David Masover
2004-08-20 6:13 ` Hans Reiser
2004-08-19 14:30 ` George Beshers
-- strict thread matches above, loose matches on Subject: below --
2004-08-22 5:45 David Dabbs
2004-08-21 20:48 David Dabbs
2004-08-21 7:38 David Dabbs
2004-08-21 8:59 ` Hans Reiser
2004-08-20 22:29 David Dabbs
2004-08-20 17:14 David Dabbs
2004-08-20 7:23 David Dabbs
2004-08-20 16:10 ` Valdis.Kletnieks
2004-08-20 21:04 ` George Beshers
2004-08-21 6:42 ` Hans Reiser
2004-08-18 7:52 David Dabbs
2004-08-18 18:37 ` David Masover
2004-08-18 21:47 ` George Beshers
2004-08-18 19:20 ` George Beshers
2004-08-18 20:20 ` Hans Reiser
2004-08-18 21:44 ` George Beshers
2004-08-18 21:48 ` Hans Reiser
2004-08-18 23:18 ` George Beshers
2004-08-19 0:42 ` Hans Reiser
2004-08-19 2:01 ` George Beshers
2004-08-19 5:50 ` Hans Reiser
2004-08-19 12:48 ` George Beshers
2004-08-20 6:59 ` Hans Reiser
2004-08-20 12:36 ` George Beshers
2004-08-20 18:14 ` Hans Reiser
2004-08-20 21:42 ` George Beshers
2004-08-18 19:34 ` Hans Reiser
2004-08-16 0:15 Hans Reiser
2004-08-16 1:48 ` George Beshers
2004-08-16 2:02 ` Hans Reiser
2004-08-16 13:47 ` George Beshers
2004-08-16 19:50 ` George Beshers
2004-08-17 7:07 ` Hans Reiser
2004-08-17 19:29 ` George Beshers
2004-08-17 20:28 ` Hans Reiser
2004-08-17 23:46 ` George Beshers
2004-08-18 2:22 ` Hans Reiser
[not found] ` <4121F4D6.8090506@comcast.net>
2004-08-17 19:43 ` Hans Reiser
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=417E995C.2060207@namesys.com \
--to=reiser@namesys.com \
--cc=gbeshers@speakeasy.net \
--cc=lamont@gurulabs.com \
--cc=reiserfs-list@namesys.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.