summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | apparmor: allow specifying an already created dir to create ns entries inJohn Johansen2017-06-083-7/+8
| * | | | | apparmor: rename apparmor file fns and data to indicate useJohn Johansen2017-06-089-127/+172
| * | | | | apparmor: add custom apparmorfs that will be used by policy namespace filesJohn Johansen2017-06-081-17/+336
| * | | | | apparmor: use macro template to simplify namespace seq_filesJohn Johansen2017-06-081-29/+24Star
| * | | | | apparmor: use macro template to simplify profile seq_filesJohn Johansen2017-06-081-61/+36Star
| * | | | | apparmor: move to per loaddata files, instead of replicating in profilesJohn Johansen2017-06-087-69/+409
| * | | | | securityfs: add the ability to support symlinksJohn Johansen2017-06-081-21/+123
| * | | | | apparmor: Move path lookup to using preallocated buffersJohn Johansen2017-06-084-86/+53Star
| * | | | | apparmor: allow profiles to provide info to disconnected pathsJohn Johansen2017-06-086-17/+34
| * | | | | apparmor: make internal lib fn skipn_spaces available to the rest of apparmorJohn Johansen2017-06-082-1/+2
| * | | | | apparmor: move file context into file.hJohn Johansen2017-06-082-32/+32
| * | | | | security/apparmor: Use POSIX-compatible "printf '%s'"Thomas Schneider2017-06-081-2/+2
| * | | | | apparmor: Fix error cod in __aa_fs_profile_mkdir()Dan Carpenter2017-06-081-2/+4
| * | | | | apparmorfs: Use seq_putc() in two functionsMarkus Elfring2017-06-081-2/+2
| * | | | | apparmorfs: Combine two function calls into one in aa_fs_seq_raw_abi_show()Markus Elfring2017-06-081-4/+3Star
| |/ / / /
| * | | | Sync to mainline for security submaintainers to work againstJames Morris2017-05-2215-106/+63Star
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | security: Grammar s/allocates/allocated/Geert Uytterhoeven2017-05-151-1/+1
| * | | | LSM: Enable multiple calls to security_add_hooks() for the same LSMMickaël Salaün2017-05-151-0/+19
* | | | | Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds2017-07-048-8/+9
|\ \ \ \ \
| * | | | | doc: ReSTify keys-trusted-encrypted.txtKees Cook2017-05-183-3/+3
| * | | | | doc: ReSTify keys-request-key.txtKees Cook2017-05-182-2/+2
| * | | | | doc: ReSTify Yama.txtKees Cook2017-05-181-1/+2
| * | | | | doc: ReSTify apparmor.txtKees Cook2017-05-182-2/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-031-0/+1
|\ \ \ \ \
| * | | | | sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar2017-06-201-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds2017-07-032-8/+6Star
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fs: switch ->s_uuid to uuid_tChristoph Hellwig2017-06-052-2/+2
| * | | | ima/policy: switch to use uuid_tChristoph Hellwig2017-06-051-6/+5Star
| * | | | block: remove blk_part_pack_uuidChristoph Hellwig2017-06-051-2/+1Star
| |/ / /
* | | / selinux: fix double free in selinux_parse_opts_str()Paul Moore2017-06-131-3/+2Star
| |_|/ |/| |
* | | KEYS: fix refcount_inc() on zeroMark Rutland2017-06-091-7/+4Star
* | | KEYS: Convert KEYCTL_DH_COMPUTE to use the crypto KPP APIMat Martineau2017-06-092-103/+171
* | | KEYS: DH: ensure the KDF counter is properly alignedEric Biggers2017-06-091-13/+3Star
* | | KEYS: DH: don't feed uninitialized "otherinfo" into KDFEric Biggers2017-06-091-1/+1
* | | KEYS: DH: forbid using digest_null as the KDF hashEric Biggers2017-06-091-1/+11
* | | KEYS: sanitize key structs before freeingEric Biggers2017-06-091-3/+1Star
* | | KEYS: trusted: sanitize all key materialEric Biggers2017-06-091-28/+22Star
* | | KEYS: encrypted: sanitize all key materialEric Biggers2017-06-091-18/+13Star
* | | KEYS: user_defined: sanitize key payloadsEric Biggers2017-06-091-4/+12
* | | KEYS: sanitize add_key() and keyctl() key payloadsEric Biggers2017-06-091-3/+9
* | | KEYS: fix freeing uninitialized memory in key_update()Eric Biggers2017-06-091-3/+2Star
* | | KEYS: fix dereferencing NULL payload with nonzero lengthEric Biggers2017-06-091-2/+2
* | | KEYS: encrypted: use constant-time HMAC comparisonEric Biggers2017-06-091-2/+3
* | | KEYS: encrypted: fix race causing incorrect HMAC calculationsEric Biggers2017-06-091-83/+32Star
* | | KEYS: encrypted: fix buffer overread in valid_master_desc()Eric Biggers2017-06-091-16/+15Star
* | | KEYS: encrypted: avoid encrypting/decrypting stack buffersEric Biggers2017-06-091-8/+9
* | | KEYS: put keyring if install_session_keyring_to_cred() failsEric Biggers2017-06-091-3/+4
* | | KEYS: Delete an error message for a failed memory allocation in get_derived_k...Markus Elfring2017-06-091-3/+2Star
* | | security: use READ_ONCE instead of deprecated ACCESS_ONCEDavidlohr Bueso2017-06-091-6/+6
* | | security/keys: add CONFIG_KEYS_COMPAT to KconfigBilal Amarni2017-06-091-0/+4
|/ /