summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
...
| * | | apparmor: fix put() parent ref after updating the active refJohn Johansen2016-07-121-1/+1
| * | | apparmor: add parameter to control whether policy hashing is usedJohn Johansen2016-07-124-6/+25
| * | | apparmor: internal paths should be treated as disconnectedJohn Johansen2016-07-121-28/+36
| * | | apparmor: fix disconnected bind mnts reconnectionJohn Johansen2016-07-121-1/+4
| * | | apparmor: fix update the mtime of the profile file on replacementJohn Johansen2016-07-121-0/+2
| * | | apparmor: exec should not be returning ENOENT when it deniesJohn Johansen2016-07-121-1/+1
| * | | apparmor: fix uninitialized lsm_audit memberJohn Johansen2016-07-122-2/+4
| * | | apparmor: fix replacement bug that adds new child to old parentJohn Johansen2016-07-121-1/+1
| * | | apparmor: fix refcount bug in profile replacementJohn Johansen2016-07-121-2/+2
| * | | Merge tag 'keys-misc-20160708' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2016-07-092-2/+2
| |\ \ \
| | * | | KEYS: Strip trailing spacesDavid Howells2016-06-142-2/+2
| * | | | Merge branch 'smack-for-4.8' of https://github.com/cschaufler/smack-next into...James Morris2016-07-081-0/+3
| |\ \ \ \
| | * | | | Smack: ignore null signal in smack_task_killRafal Krypa2016-06-081-0/+3
| | |/ / /
| * | | | Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris2016-07-077-64/+73
| |\ \ \ \
| | * | | | calipso: Add a label cache.Huw Davies2016-06-271-3/+6
| | * | | | netlabel: Pass a family parameter to netlbl_skbuff_err().Huw Davies2016-06-274-8/+10
| | * | | | calipso: Allow the lsm to label the skbuff directly.Huw Davies2016-06-271-0/+15
| | * | | | calipso: Allow request sockets to be relabelled by the lsm.Huw Davies2016-06-271-1/+1
| | * | | | netlabel: Prevent setsockopt() from changing the hop-by-hop option.Huw Davies2016-06-271-1/+16
| | * | | | calipso: Set the calipso socket label to match the secattr.Huw Davies2016-06-271-1/+1
| | * | | | selinux: fix type mismatchHeinrich Schuchardt2016-06-151-1/+1
| | * | | | selinux: import NetLabel category bitmaps correctlyPaul Moore2016-06-091-1/+1
| | * | | | selinux: Only apply bounds checking to source typesStephen Smalley2016-05-311-48/+22
| * | | | | ima: extend the measurement entry specific pcrEric Richter2016-06-301-3/+3
| * | | | | ima: change integrity cache to store measured pcrEric Richter2016-06-303-3/+11
| * | | | | ima: redefine duplicate template entriesEric Richter2016-06-301-3/+4
| * | | | | ima: change ima_measurements_show() to display the entry specific pcrEric Richter2016-06-301-5/+4
| * | | | | ima: include pcr for each measurement log entryEric Richter2016-06-304-8/+13
| * | | | | ima: extend ima_get_action() to return the policy pcrEric Richter2016-06-305-7/+14
| * | | | | ima: add policy support for extending different pcrsEric Richter2016-06-301-1/+28
| * | | | | integrity: add measured_pcrs field to integrity cacheEric Richter2016-06-302-0/+3
| | |/ / / | |/| | |
| * | | | security: tomoyo: simplify the gc kthread creationMike Danese2016-06-061-7/+2
| * | | | LSM: Fix for security_inode_getsecurity and -EOPNOTSUPPCasey Schaufler2016-06-061-4/+25
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-07-295-8/+73
|\ \ \ \ \
| * | | | | evm: Translate user/group ids relative to s_user_ns when computing HMACSeth Forshee2016-07-051-2/+2
| * | | | | selinux: Add support for unprivileged mounts from user namespacesSeth Forshee2016-06-241-0/+23
| * | | | | Smack: Handle labels consistently in untrusted mountsSeth Forshee2016-06-241-10/+19
| * | | | | Smack: Add support for unprivileged mounts from user namespacesSeth Forshee2016-06-242-12/+37
| * | | | | fs: Treat foreign mounts as nosuidAndy Lutomirski2016-06-242-2/+8
| * | | | | fs: Limit file caps to the user namespace of the super blockSeth Forshee2016-06-241-0/+2
| |/ / / /
* | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-281-9/+6
|\ \ \ \ \
| * \ \ \ \ Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro2016-06-305-7/+14
| |\ \ \ \ \
| * | | | | | securityfs: ->d_parent is never NULL or negativeAl Viro2016-05-291-5/+6
| * | | | | | drbd: ->d_parent is never NULL or negativeAl Viro2016-05-291-4/+0
* | | | | | | Merge branch 'salted-string-hash'Linus Torvalds2016-07-283-4/+4
|\ \ \ \ \ \ \
| * | | | | | | vfs: make the string hashes salt the hashLinus Torvalds2016-06-103-4/+4
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-07-261-12/+18
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | KEYS: Use skcipher for big keysHerbert Xu2016-06-241-12/+18
| | |/ / / / | |/| | | |
* | | | | | apparmor: fix oops, validate buffer size in apparmor_setprocattr()Vegard Nossum2016-07-081-17/+19
| |_|/ / / |/| | | |
* | | | | KEYS: potential uninitialized variableDan Carpenter2016-06-161-1/+1
| |/ / / |/| | |
OpenPOWER on IntegriCloud