summaryrefslogtreecommitdiffstats
path: root/security/apparmor
AgeCommit message (Expand)Author
2013-05-12apparmor: no need to delay vfree()Al Viro
2013-04-28apparmor: fix fully qualified name parsingJohn Johansen
2013-04-28apparmor: fix setprocattr arg processing for onexecJohn Johansen
2013-04-28apparmor: localize getting the security context to a few macrosJohn Johansen
2013-04-28apparmor: fix sparse warningsJohn Johansen
2013-04-28apparmor: Fix smatch warning in aa_remove_profilesJohn Johansen
2013-04-28apparmor: fix the audit type tableJohn Johansen
2013-04-28apparmor: reserve and mask off the top 8 bits of the base fieldJohn Johansen
2013-04-28apparmor: move the free_profile fn ahead of aa_alloc_profileJohn Johansen
2013-04-28apparmor: remove sid from profilesJohn Johansen
2013-04-28apparmor: move perm defines into policy_unpackJohn Johansen
2013-04-28apparmor: misc cleanup of matchJohn Johansen
2013-04-28apparmor: relax the restrictions on setting rlimitsJohn Johansen
2013-04-28apparmor: remove "permipc" commandJohn Johansen
2013-04-28apparmor: use common fn to clear task_context for domain transitionsJohn Johansen
2013-04-28apparmor: add kvzalloc to handle zeroing for kvmallocJohn Johansen
2013-04-28apparmor: add utility function to get an arbitrary tasks profile.John Johansen
2013-04-28apparmor: fix error code to failure message mapping for name lookupJohn Johansen
2013-04-28apparmor: refactor profile mode macrosJohn Johansen
2013-04-28apparmor: Remove -W1 warningsJohn Johansen
2013-04-28apparmor: fix auditing of domain transition failures due to incomplete policyJohn Johansen
2013-02-22new helper: file_inode(file)Al Viro
2012-10-25apparmor: fix IRQ stack overflow during free_profileJohn Johansen
2012-10-17apparmor: fix apparmor OOPS in audit_log_untrustedstring+0x1c/0x40John Johansen
2012-10-04UAPI: (Scripted) Disintegrate include/asm-genericDavid Howells
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-09-21userns: Teach security_path_chown to take kuids and kgidsEric W. Biederman
2012-09-21userns: Convert apparmor to use kuid and kgid where appropriateEric W. Biederman
2012-09-01AppArmor: remove af_names.h from .gitignorePaul Bolle
2012-05-31split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro
2012-05-31split cap_mmap_addr() out of cap_file_mmap()Al Viro
2012-05-22Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris
2012-05-18apparmor: fix long path failure due to disconnected pathJohn Johansen
2012-05-18apparmor: fix profile lookup for unconfinedJohn Johansen
2012-04-14Fix execve behavior apparmor for PR_{GET,SET}_NO_NEW_PRIVSJohn Johansen
2012-04-14Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privsAndy Lutomirski
2012-04-09LSM: do not initialize common_audit_data to 0Eric Paris
2012-04-09apparmor: move task from common_audit_data to apparmor_audit_dataEric Paris
2012-04-09LSM: remove the COMMON_AUDIT_DATA_INIT type expansionEric Paris
2012-04-09SELinux: rename dentry_open to file_openEric Paris
2012-04-03lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit...Linus Torvalds
2012-04-03LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris
2012-03-28apparmor: Fix change_onexec when called from a confined taskJohn Johansen
2012-03-19AppArmor: Fix location of const qualifier on generated string tablesTetsuo Handa
2012-03-14AppArmor: add const qualifiers to string arraysJan Engelhardt
2012-03-14AppArmor: Add ability to load extended policyJohn Johansen
2012-03-14AppArmor: Move path failure information into aa_get_name and renameJohn Johansen
2012-03-14AppArmor: Update dfa matching routines.John Johansen
2012-03-14AppArmor: Minor cleanup of d_namespace_path to consolidate error handlingJohn Johansen
2012-03-14AppArmor: Retrieve the dentry_path for error reporting when path lookup failsJohn Johansen