summaryrefslogtreecommitdiffstats
path: root/security/apparmor/lsm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-3/+3
|\
| * kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-3/+3
* | LSM: Switch to lists of hooksCasey Schaufler2015-05-121-37/+14
* | LSM: Add security module hook list headsCasey Schaufler2015-05-121-42/+42
* | LSM: Split security.hCasey Schaufler2015-05-121-1/+1
|/
* VFS: security/: d_backing_inode() annotationsDavid Howells2015-04-151-9/+9
* switch security_inode_getattr() to struct path *Al Viro2015-04-111-3/+3
* Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sbDavid Howells2015-02-221-10/+10
* module: rename KERNEL_PARAM_FL_NOARG to avoid confusionJani Nikula2014-08-271-2/+2
* security: replace strict_strto*() with kstrto*()Jingoo Han2014-02-061-1/+1
* apparmor: fix capability to not use the current task, during reportingJohn Johansen2013-10-291-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2013-09-071-10/+12
|\
| * apparmor: add interface files for profiles and namespacesJohn Johansen2013-08-141-3/+3
| * apparmor: change how profile replacement update is doneJohn Johansen2013-08-141-6/+8
| * apparmor: enable users to query whether apparmor is enabledJohn Johansen2013-08-141-1/+1
* | module/lsm: Have apparmor module parameters work with no argsSteven Rostedt2013-08-201-0/+2
|/
* apparmor: fix setprocattr arg processing for onexecJohn Johansen2013-04-281-16/+21
* apparmor: localize getting the security context to a few macrosJohn Johansen2013-04-281-11/+11
* apparmor: fix sparse warningsJohn Johansen2013-04-281-4/+4
* apparmor: remove "permipc" commandJohn Johansen2013-04-281-2/+0
* apparmor: Remove -W1 warningsJohn Johansen2013-04-281-4/+0
* new helper: file_inode(file)Al Viro2013-02-221-3/+3
* userns: Teach security_path_chown to take kuids and kgidsEric W. Biederman2012-09-211-1/+1
* split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro2012-05-311-11/+4
* split cap_mmap_addr() out of cap_file_mmap()Al Viro2012-05-311-1/+1
* LSM: do not initialize common_audit_data to 0Eric Paris2012-04-091-1/+1
* LSM: remove the COMMON_AUDIT_DATA_INIT type expansionEric Paris2012-04-091-1/+1
* SELinux: rename dentry_open to file_openEric Paris2012-04-091-2/+2
* LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris2012-04-031-3/+5
* Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-141-4/+4
|\
| * capabilities: remove the task from capable LSM hook entirelyEric Paris2012-01-051-4/+4
* | module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-6/+6
* | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-101-3/+3
|\ \
| * | apparmor: fix module parameter handlingRusty Russell2011-12-161-3/+3
| |/
* | switch security_path_chmod() to struct path *Al Viro2012-01-061-4/+3
* | switch ->path_mknod() to umode_tAl Viro2012-01-031-1/+1
* | switch ->path_mkdir() to umode_tAl Viro2012-01-031-1/+1
* | switch security_path_chmod() to umode_tAl Viro2012-01-031-1/+1
|/
* AppArmor: Fix masking of capabilities in complain modeJohn Johansen2011-06-291-1/+1
* AppArmor: Fix sleep in invalid context from task_setrlimitJohn Johansen2011-06-091-1/+1
* AppArmor: fix oops in apparmor_setprocattrKees Cook2011-06-011-1/+2
* userns: security: make capabilities relative to the user namespaceSerge E. Hallyn2011-03-231-2/+3
* AppArmor: kill unused macros in lsm.cShan Wei2011-03-081-2/+0
* APPARMOR: Fix memory leak of apparmor_init()wzt.wzt@gmail.com2010-11-111-2/+4
* AppArmor: Fix security_task_setrlimit logic for 2.6.36 changesJohn Johansen2010-09-081-1/+1
* AppArmor: fix task_setrlimit prototypeJiri Slaby2010-08-171-2/+2
* AppArmor: update for module_param_named API changeStephen Rothwell2010-08-111-12/+24
* AppArmor: update path_truncate method to latest versionJames Morris2010-08-021-2/+1
* AppArmor: LSM interface, and security module initializationJohn Johansen2010-08-021-0/+939
OpenPOWER on IntegriCloud