login
Header Space

 
 

Mailing list archives

Search results

Found 12 matching messages (0.001 seconds). Page 1 of 1.

[AppArmor 40/41] AppArmor: all the rest

... struct file_operations apparmorfs_profile_replace = { + .write = aa_profile_replace +}; + +/* apparmor/.remove */ +static ssize_t aa_profile_remove(struct ... version 2 of the + * License. + * + * AppArmor /proc/pid/attr handling + */ + +#include ...

linux-kernel - jjohansen - Apr 12 2007 - 05:08

[AppArmor 40/45] AppArmor: all the rest

... or + * via /sys/kernel/security/apparmor/control */ +extern int apparmor_complain; +extern ... struct file_operations apparmorfs_profile_replace = { + .write = aa_profile_replace +}; + +/* apparmor/.remove */ +static ssize_t aa_profile_remove(struct ...

linux-kernel - jjohansen - May 14 2007 - 07:06

[AppArmor 40/44] AppArmor: all the rest

... or + * via /sys/kernel/security/apparmor/control */ +extern int apparmor_complain; +extern ... struct file_operations apparmorfs_profile_replace = { + .write = aa_profile_replace +}; + +/* apparmor/.remove */ +static ssize_t aa_profile_remove(struct ...

linux-kernel - jjohansen - Jun 26 2007 - 19:08

[AppArmor 40/41] AppArmor: all the rest

... struct file_operations apparmorfs_profile_replace = { + .write = aa_profile_replace +}; + +/* apparmor/.remove */ +static ssize_t aa_profile_remove(struct ... version 2 of the + * License. + * + * AppArmor /proc/pid/attr handling + */ + +#include ...

linux-fsdevel - jjohansen - Apr 12 2007 - 05:08

[AppArmor 40/45] AppArmor: all the rest

... or + * via /sys/kernel/security/apparmor/control */ +extern int apparmor_complain; +extern ... struct file_operations apparmorfs_profile_replace = { + .write = aa_profile_replace +}; + +/* apparmor/.remove */ +static ssize_t aa_profile_remove(struct ...

linux-fsdevel - jjohansen - May 14 2007 - 07:06

[AppArmor 40/44] AppArmor: all the rest

... or + * via /sys/kernel/security/apparmor/control */ +extern int apparmor_complain; +extern ... struct file_operations apparmorfs_profile_replace = { + .write = aa_profile_replace +}; + +/* apparmor/.remove */ +static ssize_t aa_profile_remove(struct ...

linux-fsdevel - jjohansen - Jun 26 2007 - 19:08

[AppArmor 40/45] AppArmor: all the rest

... or + * via /sys/kernel/security/apparmor/control */ +extern int apparmor_complain; +extern ... struct file_operations apparmorfs_profile_replace = { + .write = aa_profile_replace +}; + +/* apparmor/.remove */ +static ssize_t aa_profile_remove(struct ...

linux-kernel - jjohansen - Oct 26 2007 - 02:41

[AppArmor 40/47] Export audit subsystem for use by modules

... static label */ +#define AUDIT_APPARMOR_AUDIT 1501 /* AppArmor audited grants */ +#define AUDIT_APPARMOR_ALLOWED 1502 ... config */ +#define AUDIT_APPARMOR_ERROR 1506 /* Internal AppArmor Errors */ + #define AUDIT_FIRST_KERN_ANOM_MSG 1700 #define ...

linux-kernel - John - Dec 20 2007 - 10:09

Re: [AppArmor 40/41] AppArmor: all the rest

On Thu, Apr 12, 2007 at 02:08:49AM -0700, jjohansen@suse.de wrote: > + } else if (profile1 > profile2) { > + /* profile1 cannot be NULL here. */ > + spin_lock_irqsave(&profile1->lock, profile1->int_flags); > + if (profile2) > + spin_lock(&

linux-kernel - Al Viro - Apr 12 2007 - 06:32

Re: [AppArmor 40/41] AppArmor: all the rest

On Thu, Apr 12, 2007 at 11:32:00AM +0100, Al Viro wrote: > On Thu, Apr 12, 2007 at 02:08:49AM -0700, jjohansen@suse.de wrote: > > + } else if (profile1 > profile2) { > > + /* profile1 cannot be NULL here. */ > > + spin_lock_irqsave(&profile1->lock,

linux-kernel - Al Viro - Apr 12 2007 - 07:32

Re: [AppArmor 40/41] AppArmor: all the rest

On Thu, Apr 12, 2007 at 02:08:49AM -0700, jjohansen@suse.de wrote: > + } else if (profile1 > profile2) { > + /* profile1 cannot be NULL here. */ > + spin_lock_irqsave(&profile1->lock, profile1->int_flags); > + if (profile2) > + spin_lock(&

linux-fsdevel - Al Viro - Apr 12 2007 - 06:32

Re: [AppArmor 40/41] AppArmor: all the rest

On Thu, Apr 12, 2007 at 11:32:00AM +0100, Al Viro wrote: > On Thu, Apr 12, 2007 at 02:08:49AM -0700, jjohansen@suse.de wrote: > > + } else if (profile1 > profile2) { > > + /* profile1 cannot be NULL here. */ > > + spin_lock_irqsave(&profile1->lock,

linux-fsdevel - Al Viro - Apr 12 2007 - 07:32

speck-geostationary