summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | audit: use inline function to get audit contextRichard Guy Briggs2018-05-146-14/+17
* | | | | | | Merge tag 'selinux-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-06-061-6/+12
|\ \ \ \ \ \ \
| * | | | | | | audit: normalize MAC_POLICY_LOAD recordRichard Guy Briggs2018-04-171-1/+1
| * | | | | | | audit: normalize MAC_STATUS recordRichard Guy Briggs2018-04-171-4/+10
| * | | | | | | security: selinux: Change return type to vm_fault_tSouptick Joarder2018-04-161-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-065-23/+64
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | dh key: get rid of stack allocated array for zeroesTycho Andersen2018-05-111-3/+3
| * | | | | | dh key: get rid of stack allocated arrayTycho Andersen2018-05-111-19/+10
| * | | | | | big key: get rid of stack array allocationTycho Andersen2018-05-111-1/+10
| * | | | | | smack: provide socketpair callbackTom Gundersen2018-05-041-0/+22
| * | | | | | selinux: provide socketpair callbackDavid Herrmann2018-05-041-0/+13
| * | | | | | security: add hook for socketpair()David Herrmann2018-05-041-0/+6
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-042-3/+8
|\ \ \ \ \ \
| * | | | | | capabilities: Allow privileged user in s_user_ns to set security.* xattrsEric W. Biederman2018-05-241-2/+6
| * | | | | | evm: Don't update hmacs in user ns mountsSeth Forshee2018-05-031-1/+2
| |/ / / / /
* | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-06-041-4/+3
|\ \ \ \ \ \
| * | | | | | __inode_security_revalidate() never gets NULL opt_dentryAl Viro2018-05-141-4/+3
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-32/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-32/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'selinux-pr-20180530' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-05-301-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | selinux: KASAN: slab-out-of-bounds in xattr_getsecuritySachin Grover2018-05-291-1/+1
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-05-211-4/+16
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fix breakage caused by d_find_alias() semantics changeAl Viro2018-05-131-4/+16
| | |_|/ | |/| |
* | | | Merge tag 'selinux-pr-20180516' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-05-171-22/+28
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | selinux: correctly handle sa_family cases in selinux_sctp_bind_connect()Alexey Kodanev2018-05-141-1/+2
| * | selinux: fix address family in bind() and connect() to match address/portAlexey Kodanev2018-05-141-11/+7
| * | selinux: add AF_UNSPEC and INADDR_ANY checks to selinux_socket_bind()Alexey Kodanev2018-05-141-10/+19
* | | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-241-0/+2
|\ \ \ | |_|/ |/| |
| * | commoncap: Handle memory allocation failure.Tetsuo Handa2018-04-101-0/+2
* | | Merge tag 'apparmor-pr-2018-04-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-04-1332-523/+2117
|\ \ \
| * | | apparmor: fix memory leak on buffer on error exit pathColin Ian King2018-03-301-1/+3
| * | | apparmor: fix dangling symlinks to policy rawdata after replacementJohn Johansen2018-03-231-31/+95
| * | | apparmor: Fix an error code in verify_table_headers()Dan Carpenter2018-03-231-1/+1
| * | | apparmor: fix error returns checks by making size a ssize_tColin Ian King2018-03-231-1/+1
| * | | apparmor: remove POLICY_MEDIATES_SAFEJohn Johansen2018-03-132-12/+2
| * | | apparmor: add base infastructure for socket mediationJohn Johansen2018-03-1313-8/+786
| * | | apparmor: improve overlapping domain attachment resolutionJohn Johansen2018-02-094-14/+158
| * | | apparmor: convert attaching profiles via xattrs to use dfa matchingJohn Johansen2018-02-095-57/+43
| * | | apparmor: Add support for attaching profiles via xattr, presence and valueMatthew Garrett2018-02-094-34/+217
| * | | apparmor: cleanup: simplify code to get ns symlink nameJohn Johansen2018-02-091-19/+6
| * | | apparmor: cleanup create_aafs() error pathJohn Johansen2018-02-091-20/+12
| * | | apparmor: dfa split verification of table headersJohn Johansen2018-02-091-48/+68
| * | | apparmor: dfa add support for state differential encodingJohn Johansen2018-02-092-1/+29
| * | | apparmor: dfa move character match into a macroJohn Johansen2018-02-091-47/+27
| * | | apparmor: update domain transitions that are subsets of confinement at nnpJohn Johansen2018-02-094-65/+110
| * | | apparmor: move context.h to cred.hJohn Johansen2018-02-0915-14/+14
| * | | apparmor: move task related defines and fns to task.X filesJohn Johansen2018-02-096-98/+105
| * | | apparmor: cleanup, drop unused fn __aa_task_is_confined()John Johansen2018-02-091-11/+0
| * | | apparmor: cleanup fixup description of aa_replace_profilesJohn Johansen2018-02-091-2/+3
| * | | apparmor: rename tctx to ctxJohn Johansen2018-02-093-30/+29
OpenPOWER on IntegriCloud