IMA: convert internal flags from long to char
[linux-flexiantxendom0-natty.git] / security /
2010-10-26 Eric ParisIMA: convert internal flags from long to char
2010-10-26 Eric ParisIMA: use unsigned int instead of long for counters
2010-10-26 Eric ParisIMA: drop the inode opencount since it isn't needed...
2010-10-26 Eric ParisIMA: use rbtree instead of radix tree for inode informa...
2010-09-27 Ben HutchingsTOMOYO: Don't abuse sys_getpid(), sys_getppid()
2010-09-10 David HowellsKEYS: Fix bug in keyctl_session_to_parent() if parent...
2010-09-10 David HowellsKEYS: Fix RCU no-lock warning in keyctl_session_to_parent()
2010-09-07 Mimi Zoharima: always maintain counters
2010-09-07 John JohansenAppArmor: Fix locking from removal of profile namespace
2010-09-07 John JohansenAppArmor: Fix splitting an fqname into separate namespa...
2010-09-07 John JohansenAppArmor: Fix security_task_setrlimit logic for 2.6...
2010-09-07 John JohansenAppArmor: Drop hack to remove appended " (deleted)...
2010-08-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-08-18 Nick Piggintty: fix fu_list abuse
2010-08-18 Nick Pigginfs: cleanup files_lock locking
2010-08-18 Nick Pigginapparmor: use task path helpers
2010-08-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-08-18 David HowellsMake do_execve() take a const filename pointer
2010-08-16 Jiri SlabyAppArmor: fix task_setrlimit prototype
2010-08-12 Linus TorvaldsMerge branch 'params' of git://git./linux/kernel/git...
2010-08-12 David HowellsAdd a dummy printk function for the maintenance of...
2010-08-11 Stephen RothwellAppArmor: update for module_param_named API change
2010-08-10 Linus TorvaldsMerge branch 'writable_limits' of git://decibel.fi...
2010-08-10 Linus TorvaldsMerge branch 'for-linus' of git://git.infradead.org...
2010-08-07 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-08-06 Ralf BaechleSELINUX: Fix build error.
2010-08-06 David HowellsKEYS: request_key() should return -ENOKEY if the constr...
2010-08-05 Randy Dunlapapparmor: depends on NET
2010-08-04 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2010-08-04 Jiri KosinaMerge branch 'master' into for-next
2010-08-02 James MorrisAppArmor: fix build warnings for non-const use of get_t...
2010-08-02 Eric Parisselinux: convert the policy type_attr_map to flex_array
2010-08-02 John JohansenAppArmor: Enable configuring and building of the AppArm...
2010-08-02 Tetsuo HandaTOMOYO: Use pathname specified by policy rather than...
2010-08-02 James MorrisAppArmor: update path_truncate method to latest version
2010-08-02 John JohansenAppArmor: core policy routines
2010-08-02 John JohansenAppArmor: policy routines for loading and unpacking...
2010-08-02 John JohansenAppArmor: mediation of non file objects
2010-08-02 John JohansenAppArmor: LSM interface, and security module initialization
2010-08-02 John JohansenAppArmor: Enable configuring and building of the AppArm...
2010-08-02 John JohansenAppArmor: functions for domain transitions
2010-08-02 John JohansenAppArmor: file enforcement routines
2010-08-02 John JohansenAppArmor: userspace interfaces
2010-08-02 John JohansenAppArmor: dfa match engine
2010-08-02 John JohansenAppArmor: contexts used in attaching policy to system...
2010-08-02 John JohansenAppArmor: basic auditing infrastructure.
2010-08-02 John JohansenAppArmor: misc. base functions and defines
2010-08-02 Tetsuo HandaTOMOYO: Update version to 2.3.0
2010-08-02 Tetsuo HandaTOMOYO: Fix quota check.
2010-08-02 Eric ParisSELinux: Move execmod to the common perms
2010-08-02 Eric Parisselinux: place open in the common file perms
2010-08-02 Eric ParisSELinux: special dontaudit for access checks
2010-08-02 Eric Parissecurity: make LSMs explicitly mask off permissions
2010-08-02 Eric ParisSELinux: break ocontext reading into a separate function
2010-08-02 Eric ParisSELinux: move genfs read to a separate function
2010-08-02 Dan Carpenterselinux: fix error codes in symtab_init()
2010-08-02 Dan Carpenterselinux: fix error codes in cond_read_bool()
2010-08-02 Dan Carpenterselinux: fix error codes in cond_policydb_init()
2010-08-02 Dan Carpenterselinux: fix error codes in cond_read_node()
2010-08-02 Dan Carpenterselinux: fix error codes in cond_read_av_list()
2010-08-02 Dan Carpenterselinux: propagate error codes in cond_read_list()
2010-08-02 Dan Carpenterselinux: cleanup return codes in avtab_read_item()
2010-08-02 Chihau ChauSecurity: capability: code style issue
2010-08-02 Tvrtko Ursulinsecurityfs: Drop dentry reference count when mknod...
2010-08-02 Arnd Bergmannselinux: use generic_file_llseek
2010-08-02 Arnd Bergmannima: use generic_file_llseek for securityfs
2010-08-02 Tetsuo HandaTOMOYO: Explicitly set file_operations->llseek pointer.
2010-08-02 Mimi Zoharsecurity: move LSM xattrnames to xattr.h
2010-08-02 Justin P. MattockKEYS: Reinstate lost passing of process keyring ID...
2010-08-02 David HowellsKEYS: Use the variable 'key' in keyctl_describe_key()
2010-08-02 Tetsuo HandaTOMOYO: Add missing poll() hook.
2010-08-02 Tetsuo HandaTOMOYO: Rename symbols.
2010-08-02 Tetsuo HandaTOMOYO: Small cleanup.
2010-08-02 Tetsuo HandaTOMOYO: Copy directly to userspace buffer.
2010-08-02 Tetsuo HandaTOMOYO: Use common code for policy reading.
2010-08-02 Tetsuo HandaTOMOYO: Allow reading only execute permission.
2010-08-02 Tetsuo HandaTOMOYO: Change list iterator.
2010-08-02 Tetsuo HandaTOMOYO: Use common code for domain transition control.
2010-08-02 Tetsuo HandaTOMOYO: Remove alias keyword.
2010-08-02 Tetsuo HandaTOMOYO: Merge path_group and number_group.
2010-08-02 Tetsuo HandaTOMOYO: Aggregate reader functions.
2010-08-02 Tetsuo HandaTOMOYO: Use array of "struct list_head".
2010-08-02 Tetsuo HandaTOMOYO: Merge tomoyo_path_group and tomoyo_number_group
2010-08-02 Paul Mooreselinux: Use current_security() when possible
2010-08-02 Paul Mooreselinux: Convert socket related access controls to...
2010-08-02 Paul Mooreselinux: Shuffle the sk_security_struct alloc and free...
2010-08-02 Paul Mooreselinux: Consolidate sockcreate_sid logic
2010-08-02 Paul Mooreselinux: Set the peer label correctly on connected...
2010-08-02 Tetsuo HandaTOMOYO: Pass "struct list_head" rather than "void *".
2010-08-02 Tetsuo HandaTOMOYO: Make read function to void.
2010-08-02 Tetsuo HandaTOMOYO: Merge functions.
2010-08-02 Tetsuo HandaTOMOYO: Remove wrapper function for reading keyword.
2010-08-02 Tetsuo HandaTOMOYO: Loosen parameter check for mount operation.
2010-08-02 Tetsuo HandaTOMOYO: Rename symbols.
2010-08-02 Tetsuo HandaTOMOYO: Use callback for permission check.
2010-08-02 Tetsuo HandaTOMOYO: Pass parameters via structure.
2010-08-02 Tetsuo HandaTOMOYO: Use common code for open and mkdir etc.
2010-08-02 Eric ParisSELinux: seperate range transition rules to a seperate...
2010-08-02 Tetsuo HandaTOMOYO: Use common code for garbage collection.
2010-08-02 Tetsuo HandaTOMOYO: Use callback for updating entries.
next