SELinux: standardize return code handling in policydb.c
[linux-flexiantxendom0-natty.git] / security /
2010-11-30 Eric ParisSELinux: standardize return code handling in policydb.c
2010-11-15 Eric Pariscapabilities/syslog: open code cap_syslog logic to...
2010-11-12 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-11-12 Dan RosenbergRestrict unprivileged access to kernel syslog
2010-11-10 wzt.wzt@gmail.comAPPARMOR: Fix memory leak of apparmor_init()
2010-11-10 wzt.wzt@gmail.comAPPARMOR: Fix memory leak of alloc_namespace()
2010-10-29 Al Viroconvert get_sb_single() users
2010-10-28 Andi KleenFix install_process_keyring error handling
2010-10-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-10-26 Linus TorvaldsMerge branch 'ima-memory-use-fixes'
2010-10-26 Eric ParisIMA: fix the ToMToU logic
2010-10-26 Eric ParisIMA: explicit IMA i_flag to remove global lock on inode...
2010-10-26 Eric ParisIMA: drop refcnt from ima_iint_cache since it isn't...
2010-10-26 Eric ParisIMA: only allocate iint when needed
2010-10-26 Eric ParisIMA: move read counter into struct inode
2010-10-26 Eric ParisIMA: use i_writecount rather than a private counter
2010-10-26 Eric ParisIMA: use inode->i_lock to protect read and write counters
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-10-26 Christoph Hellwigfs: take dcache_lock inside __d_path
2010-10-26 Christoph Hellwigfs: do not assign default i_ino in new_inode
2010-10-22 Linus TorvaldsMerge branch 'llseek' of git://git./linux/kernel/git...
2010-10-20 Stephen Rothwellselinux: include vmalloc.h for vmalloc_user
2010-10-20 Eric Parisselinux: implement mmap on /selinux/policy
2010-10-20 Eric ParisSELinux: allow userspace to read policy back out of...
2010-10-20 Eric ParisSELinux: drop useless (and incorrect) AVTAB_MAX_SIZE
2010-10-20 Eric ParisSELinux: deterministic ordering of range transition...
2010-10-20 Eric Parissecurity: secid_to_secctx returns len when data is...
2010-10-20 Eric Parissecmark: make secmark object handling generic
2010-10-20 John JohansenAppArmor: Ensure the size of the copy is < the buffer...
2010-10-20 Tetsuo HandaTOMOYO: Print URL information before panic().
2010-10-20 KOSAKI Motohirosecurity: remove unused parameter from security_task_se...
2010-10-20 KaiGai Koheiselinux: fix up style problem on /selinux/status
2010-10-20 matt mooneyselinux: change to new flag variable
2010-10-20 Paul Gortmakerselinux: really fix dependency causing parallel compile...
2010-10-20 Paul Gortmakerselinux: fix parallel compile error
2010-10-20 KaiGai Koheiselinux: fast status update interface (/selinux/status)
2010-10-20 Yong Zhang.gitignore: ignore apparmor/rlim_names.h
2010-10-20 Tetsuo HandaLSM: Fix security_module_enable() error.
2010-10-20 Eric Parisselinux: type_bounds_sanity_check has a meaningless...
2010-10-20 Dan Carpentertomoyo: cleanup. don't store bogus pointer
2010-10-15 Arnd Bergmannllseek: automatically add .llseek fop
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()
next