Re: [PATCH 1/4] vfs: adds the S_PRIVATE flag and adds use to security

2005-03-07 Thread Chris Wright
* Andrew Morton ([EMAIL PROTECTED]) wrote: > Jeffrey Mahoney <[EMAIL PROTECTED]> wrote: > > > > This patch adds an S_PRIVATE flag to inode->i_flags to mark an inode as > > filesystem-internal. As such, it should be excepted from the security > > infrastructure to allow the filesystem to perform

Re: [PATCH 1/4] vfs: adds the S_PRIVATE flag and adds use to security

2005-03-07 Thread Stephen Smalley
On Fri, 2005-03-04 at 21:28 -0800, Andrew Morton wrote: > Jeffrey Mahoney <[EMAIL PROTECTED]> wrote: > > > > This patch adds an S_PRIVATE flag to inode->i_flags to mark an inode as > > filesystem-internal. As such, it should be excepted from the security > > infrastructure to allow the

Re: [PATCH 1/4] vfs: adds the S_PRIVATE flag and adds use to security

2005-03-07 Thread Stephen Smalley
On Fri, 2005-03-04 at 21:28 -0800, Andrew Morton wrote: Jeffrey Mahoney [EMAIL PROTECTED] wrote: This patch adds an S_PRIVATE flag to inode-i_flags to mark an inode as filesystem-internal. As such, it should be excepted from the security infrastructure to allow the filesystem to

Re: [PATCH 1/4] vfs: adds the S_PRIVATE flag and adds use to security

2005-03-07 Thread Chris Wright
* Andrew Morton ([EMAIL PROTECTED]) wrote: Jeffrey Mahoney [EMAIL PROTECTED] wrote: This patch adds an S_PRIVATE flag to inode-i_flags to mark an inode as filesystem-internal. As such, it should be excepted from the security infrastructure to allow the filesystem to perform its own

Re: [PATCH 1/4] vfs: adds the S_PRIVATE flag and adds use to security

2005-03-05 Thread Jeff Mahoney
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew Morton wrote: > Jeffrey Mahoney <[EMAIL PROTECTED]> wrote: > >> This patch adds an S_PRIVATE flag to inode->i_flags to mark an inode as >> filesystem-internal. As such, it should be excepted from the security >> infrastructure to allow the

Re: [PATCH 1/4] vfs: adds the S_PRIVATE flag and adds use to security

2005-03-05 Thread Jeff Mahoney
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew Morton wrote: Jeffrey Mahoney [EMAIL PROTECTED] wrote: This patch adds an S_PRIVATE flag to inode-i_flags to mark an inode as filesystem-internal. As such, it should be excepted from the security infrastructure to allow the filesystem to

Re: [PATCH 1/4] vfs: adds the S_PRIVATE flag and adds use to security

2005-03-04 Thread Andrew Morton
Jeffrey Mahoney <[EMAIL PROTECTED]> wrote: > > This patch adds an S_PRIVATE flag to inode->i_flags to mark an inode as > filesystem-internal. As such, it should be excepted from the security > infrastructure to allow the filesystem to perform its own access control. OK, thanks. I'll assume

[PATCH 1/4] vfs: adds the S_PRIVATE flag and adds use to security

2005-03-04 Thread Jeffrey Mahoney
This patch adds an S_PRIVATE flag to inode->i_flags to mark an inode as filesystem-internal. As such, it should be excepted from the security infrastructure to allow the filesystem to perform its own access control. Changes: - Post-operations for calls that generally instantiate the dentry

[PATCH 1/4] vfs: adds the S_PRIVATE flag and adds use to security

2005-03-04 Thread Jeffrey Mahoney
This patch adds an S_PRIVATE flag to inode-i_flags to mark an inode as filesystem-internal. As such, it should be excepted from the security infrastructure to allow the filesystem to perform its own access control. Changes: - Post-operations for calls that generally instantiate the dentry but

Re: [PATCH 1/4] vfs: adds the S_PRIVATE flag and adds use to security

2005-03-04 Thread Andrew Morton
Jeffrey Mahoney [EMAIL PROTECTED] wrote: This patch adds an S_PRIVATE flag to inode-i_flags to mark an inode as filesystem-internal. As such, it should be excepted from the security infrastructure to allow the filesystem to perform its own access control. OK, thanks. I'll assume that the

Re: [PATCH 1/4] vfs: adds the S_PRIVATE flag and adds use to security

2005-03-03 Thread Jeff Mahoney
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeffrey Mahoney wrote: > This patch adds an S_PRIVATE flag to inode->i_flags to mark an inode as > filesystem-internal. As such, it should be excepted from the security > infrastructure to allow the filesystem to perform its own access control. > @@

Re: [PATCH 1/4] vfs: adds the S_PRIVATE flag and adds use to security

2005-03-03 Thread Jeff Mahoney
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeffrey Mahoney wrote: This patch adds an S_PRIVATE flag to inode-i_flags to mark an inode as filesystem-internal. As such, it should be excepted from the security infrastructure to allow the filesystem to perform its own access control. @@

[PATCH 1/4] vfs: adds the S_PRIVATE flag and adds use to security

2005-03-01 Thread Jeffrey Mahoney
This patch adds an S_PRIVATE flag to inode->i_flags to mark an inode as filesystem-internal. As such, it should be excepted from the security infrastructure to allow the filesystem to perform its own access control. Signed-off-by: Jeff Mahoney <[EMAIL PROTECTED]> diff -ruNpX dontdiff

[PATCH 1/4] vfs: adds the S_PRIVATE flag and adds use to security

2005-03-01 Thread Jeffrey Mahoney
This patch adds an S_PRIVATE flag to inode-i_flags to mark an inode as filesystem-internal. As such, it should be excepted from the security infrastructure to allow the filesystem to perform its own access control. Signed-off-by: Jeff Mahoney [EMAIL PROTECTED] diff -ruNpX dontdiff