summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2019-05-16ima: open a new file instance if no read permissionsGoldwyn Rodrigues1-20/+34
2019-05-08selinux: never allow relabeling on context mountsOndrej Mosnacek1-9/+31
2019-05-04selinux: use kernel linux/socket.h for genheaders and mdpPaulo Alcantara1-0/+1
2019-04-27device_cgroup: fix RCU imbalance in error caseJann Horn1-1/+1
2019-04-05selinux: do not override context on context mountsOndrej Mosnacek1-1/+8
2019-03-23security/selinux: fix SECURITY_LSM_NATIVE_LABELS on reused superblockJ. Bruce Fields1-1/+4
2019-03-23keys: Fix dependency loop between construction record and auth keyDavid Howells5-62/+41
2019-03-19missing barriers in some of unix_sock ->addr and ->path accessesAl Viro1-4/+6
2019-03-14apparmor: Fix aa_label_build() error handling for failed mergesJohn Johansen1-1/+4
2019-02-27KEYS: always initialize keyring_index_key::desc_lenEric Biggers4-6/+4
2019-02-27KEYS: allow reaching the keys quotas exactlyEric Biggers1-2/+2
2019-02-12smack: fix access permissions for keyringZoran Markovic1-3/+9
2019-01-26selinux: always allow mounting submountsOndrej Mosnacek1-1/+1
2019-01-23selinux: fix GPF on invalid policyStephen Smalley1-1/+2
2019-01-23LSM: Check for NULL cred-security on freeJames Morris1-0/+7
2019-01-23Yama: Check for pid death before checking ancestryKees Cook1-1/+3
2019-01-13selinux: policydb - fix byte order and alignment issuesOndrej Mosnacek1-15/+36
2018-12-01ima: re-initialize iint->atomic_flagsMimi Zohar1-0/+1
2018-12-01ima: re-introduce own integrity cache lockDmitry Kasatkin4-40/+77
2018-12-01EVM: Add support for portable signature formatMatthew Garrett5-21/+91
2018-12-01ima: always measure and audit files in policyMimi Zohar3-30/+56
2018-12-01selinux: Add __GFP_NOWARN to allocation at str_read()Tetsuo Handa1-1/+1
2018-11-27apparmor: Fix uninitialized value in aa_split_fqnameZubin Mithra1-2/+4
2018-11-13ima: fix showing large 'violations' or 'runtime_measurements_count'Eric Biggers1-3/+3
2018-09-29Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct membe...Lubomir Rintel1-1/+1
2018-09-26security: check for kstrdup() failure in lsm_append()Eric Biggers1-0/+2
2018-09-26evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett1-1/+2
2018-09-26Smack: Fix handling of IPv4 traffic received by PF_INET6 socketsPiotr Sawicki1-5/+9
2018-09-15uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member nameRandy Dunlap1-1/+1
2018-09-09cap_inode_getsecurity: use d_find_any_alias() instead of d_find_alias()Eddie.Horng1-1/+1
2018-08-24Smack: Mark inode instant in smack_task_to_inodeCasey Schaufler1-0/+1
2018-08-03ima: based on policy verify firmware signatures (pre-allocated buffer)Mimi Zohar1-0/+1
2018-06-05selinux: KASAN: slab-out-of-bounds in xattr_getsecuritySachin Grover1-1/+1
2018-05-30ima: Fallback to the builtin hash algorithmPetr Vorel2-0/+15
2018-05-30ima: Fix Kconfig to select TPM 2.0 CRB interfaceJiandi An1-0/+1
2018-05-30integrity/security: fix digsig.c build error with header fileRandy Dunlap1-0/+1
2018-04-29commoncap: Handle memory allocation failure.Tetsuo Handa1-0/+2
2018-04-19apparmor: fix resource audit messages when auditing peerJohn Johansen1-4/+4
2018-04-19apparmor: fix display of .ns_name for containersJohn Johansen1-3/+1
2018-04-19apparmor: fix logging of the existence test for signalsJohn Johansen2-2/+4
2018-03-24/dev/mem: Add bounce buffer for copy-outKees Cook1-0/+1
2018-03-19ima: relax requiring a file signature for new files with zero lengthMimi Zohar1-1/+2
2018-02-25selinux: skip bounded transition processing if the policy isn't loadedPaul Moore1-0/+3
2018-02-25selinux: ensure the context is NUL terminated in security_context_to_sid_core()Paul Moore1-10/+8
2018-02-03ima/policy: fix parsing of fsuuidMike Rapoport1-1/+1
2018-01-17security/Kconfig: Correct the Documentation reference for PTIW. Trevor King1-1/+1
2018-01-17apparmor: fix ptrace label match when matching stacked labelsJohn Johansen2-21/+35
2018-01-10apparmor: fix regression in mount mediation when feature set is pinnedJohn Johansen1-1/+11
2018-01-05capabilities: fix buffer overread on very short xattrEric Biggers1-12/+9
2018-01-02x86/mm/pti: Add KconfigDave Hansen1-0/+11