Re: [RFC][Patch 1/1] IBAC Patch

2007-06-20 Thread Mimi Zohar
On Tue, 2007-06-19 at 17:23 -0500, Serge E. Hallyn wrote: +#define get_file_security(file) ((unsigned long)(file-f_security)) +#define set_file_security(file, val) (file-f_security = (void *)val) + +#define get_task_security(task) ((unsigned long)(task-security)) +#define

Re: [RFC][Patch 1/1] IBAC Patch

2007-06-19 Thread Serge E. Hallyn
Quoting Mimi Zohar ([EMAIL PROTECTED]): This is a re-release of Integrity Based Access Control(IBAC) LSM module which bases access control decisions on the new integrity framework services. IBAC is a sample LSM module to help clarify the interaction between LSM and Linux Integrity

Re: [RFC] [Patch 1/1] IBAC Patch

2007-03-14 Thread Mimi Zohar
On Tue, 2007-03-13 at 19:27 -0700, Seth Arnold wrote: On Thu, Mar 08, 2007 at 05:58:16PM -0500, Mimi Zohar wrote: This is a request for comments for a new Integrity Based Access Control(IBAC) LSM module which bases access control decisions on the new integrity framework services. Thanks