Re: [PATCH] 2.6.23: Filesystem capabilities 0.17

2007-11-07 Thread Olaf Dietsche
Jan Kara <[EMAIL PROTECTED]> writes: > On Thu 01-11-07 23:22:51, Olaf Dietsche wrote: >> >> The bits are stored in a sparse file named /.capabilities in the >> directory of the mount point, where the corresponding executable >> lives. The inode number of the file is the index into this file. >

Re: [PATCH] 2.6.23: Filesystem capabilities 0.17

2007-11-05 Thread Jan Kara
On Thu 01-11-07 23:22:51, Olaf Dietsche wrote: > Jan Kara <[EMAIL PROTECTED]> writes: > > > On Thu 01-11-07 20:49:32, Olaf Dietsche wrote: > >> Jan Kara <[EMAIL PROTECTED]> writes: > >> > >> >> This patch implements filesystem capabilities. It allows to > >> >> run privileged executables without

Re: [PATCH] 2.6.23: Filesystem capabilities 0.17

2007-11-02 Thread Olaf Dietsche
Casey Schaufler <[EMAIL PROTECTED]> writes: > --- Olaf Dietsche <[EMAIL PROTECTED]> wrote: > >> The bits are stored in a sparse file named /.capabilities in the >> directory of the mount point, where the corresponding executable >> lives. The inode number of the file is the index into this file. >

Re: [PATCH] 2.6.23: Filesystem capabilities 0.17

2007-11-01 Thread Casey Schaufler
--- Olaf Dietsche <[EMAIL PROTECTED]> wrote: > Jan Kara <[EMAIL PROTECTED]> writes: > > > On Thu 01-11-07 20:49:32, Olaf Dietsche wrote: > >> Jan Kara <[EMAIL PROTECTED]> writes: > >> > >> >> This patch implements filesystem capabilities. It allows to > >> >> run privileged executables without

Re: [PATCH] 2.6.23: Filesystem capabilities 0.17

2007-11-01 Thread Olaf Dietsche
Jan Kara <[EMAIL PROTECTED]> writes: > On Thu 01-11-07 20:49:32, Olaf Dietsche wrote: >> Jan Kara <[EMAIL PROTECTED]> writes: >> >> >> This patch implements filesystem capabilities. It allows to >> >> run privileged executables without the need for suid root. >> > Hmm, is there some "design doc

Re: [PATCH] 2.6.23: Filesystem capabilities 0.17

2007-11-01 Thread Jan Kara
On Thu 01-11-07 20:49:32, Olaf Dietsche wrote: > Jan Kara <[EMAIL PROTECTED]> writes: > > >> This patch implements filesystem capabilities. It allows to > >> run privileged executables without the need for suid root. > > Hmm, is there some "design document" so that one does not have to poke > >

Re: [PATCH] 2.6.23: Filesystem capabilities 0.17

2007-11-01 Thread Olaf Dietsche
"Serge E. Hallyn" <[EMAIL PROTECTED]> writes: > Quoting Olaf Dietsche ([EMAIL PROTECTED]): >> This patch implements filesystem capabilities. It allows to >> run privileged executables without the need for suid root. >> >> Changes: >> - updated to 2.6.23 >> - fix const correctness >> - fix securee

Re: [PATCH] 2.6.23: Filesystem capabilities 0.17

2007-11-01 Thread Olaf Dietsche
Jan Kara <[EMAIL PROTECTED]> writes: >> This patch implements filesystem capabilities. It allows to >> run privileged executables without the need for suid root. > Hmm, is there some "design document" so that one does not have to poke > through the code and find out what it's actually trying to

Re: [PATCH] 2.6.23: Filesystem capabilities 0.17

2007-10-31 Thread Serge E. Hallyn
Quoting Olaf Dietsche ([EMAIL PROTECTED]): > This patch implements filesystem capabilities. It allows to > run privileged executables without the need for suid root. > > Changes: > - updated to 2.6.23 > - fix const correctness > - fix secureexec > > This patch is available at: >

Re: [PATCH] 2.6.23: Filesystem capabilities 0.17

2007-10-31 Thread Jan Kara
Hello, > This patch implements filesystem capabilities. It allows to > run privileged executables without the need for suid root. Hmm, is there some "design document" so that one does not have to poke through the code and find out what it's actually trying to do? Also why don't you use extende

[PATCH] 2.6.23: Filesystem capabilities 0.17

2007-10-26 Thread Olaf Dietsche
This patch implements filesystem capabilities. It allows to run privileged executables without the need for suid root. Changes: - updated to 2.6.23 - fix const correctness - fix secureexec This patch is available at: Regards, Olaf. fs/Kconfig