Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
f25ecf8f987d51be388e53de7b9e0e5815acc10b
/
security
/
apparmor
80a17a5
Merge tag 'apparmor-pr-2018-04-10' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
by Linus Torvalds
· 7 years ago
3612605
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 7 years ago
514c603
headers: untangle kmemleak.h from mm.h
by Randy Dunlap
· 7 years ago
588558e
apparmor: fix memory leak on buffer on error exit path
by Colin Ian King
· 7 years ago
cf14f27
macro: introduce COUNT_ARGS() macro
by Alexei Starovoitov
· 7 years ago
1180b4c
apparmor: fix dangling symlinks to policy rawdata after replacement
by John Johansen
· 7 years ago
d53c9f4
apparmor: Fix an error code in verify_table_headers()
by Dan Carpenter
· 7 years ago
a61ecd3
apparmor: fix error returns checks by making size a ssize_t
by Colin Ian King
· 7 years ago
b9590ad
apparmor: remove POLICY_MEDIATES_SAFE
by John Johansen
· 7 years ago
56974a6
apparmor: add base infastructure for socket mediation
by John Johansen
· 7 years ago
6b4f3d0
usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as_cred and security_task_kill
by Stephen Smalley
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
21f6066
apparmor: improve overlapping domain attachment resolution
by John Johansen
· 7 years ago
73f488c
apparmor: convert attaching profiles via xattrs to use dfa matching
by John Johansen
· 7 years ago
8e51f90
apparmor: Add support for attaching profiles via xattr, presence and value
by Matthew Garrett
· 7 years ago
a078120
apparmor: cleanup: simplify code to get ns symlink name
by John Johansen
· 7 years ago
cf91600
apparmor: cleanup create_aafs() error path
by John Johansen
· 7 years ago
d901d6a
apparmor: dfa split verification of table headers
by John Johansen
· 7 years ago
031dcc8
apparmor: dfa add support for state differential encoding
by John Johansen
· 7 years ago
074c1cd
apparmor: dfa move character match into a macro
by John Johansen
· 7 years ago
9fcf78c
apparmor: update domain transitions that are subsets of confinement at nnp
by John Johansen
· 7 years ago
d8889d4
apparmor: move context.h to cred.h
by John Johansen
· 7 years ago
de62de5
apparmor: move task related defines and fns to task.X files
by John Johansen
· 7 years ago
d065f2f
apparmor: cleanup, drop unused fn __aa_task_is_confined()
by John Johansen
· 7 years ago
e1a03f6
apparmor: cleanup fixup description of aa_replace_profiles
by John Johansen
· 8 years ago
f175221
apparmor: rename tctx to ctx
by John Johansen
· 8 years ago
d9087c4
apparmor: drop cred_ctx and reference the label directly
by John Johansen
· 8 years ago
3b529a7
apparmor: move task domain change info to task security
by John Johansen
· 8 years ago
4d2f8ba
apparmor: rename task_ctx to the more accurate cred_ctx
by John Johansen
· 8 years ago
3acfd5f
apparmor: audit unknown signal numbers
by John Johansen
· 7 years ago
3dc6b1c
apparmor: make signal label match work when matching stacked labels
by John Johansen
· 7 years ago
1d6583d
security: apparmor: remove duplicate includes
by Pravin Shedge
· 7 years ago
475bdda
apparmor: root view labels should not be under user control
by John Johansen
· 7 years ago
71fa373
apparmor: cleanup add proper line wrapping to nulldfa.in
by John Johansen
· 7 years ago
95652ca
apparmor: provide a bounded version of label_parse
by John Johansen
· 7 years ago
6e0654d
apparmor: use the dfa to do label parse string splitting
by John Johansen
· 7 years ago
cf65fab
apparmor: add first substr match to dfa
by John Johansen
· 7 years ago
a6a5257
apparmor: split load data into management struct and data blob
by John Johansen
· 7 years ago
98cf5bb
apparmor: fix logging of the existence test for signals
by John Johansen
· 7 years ago
b5beb07
apparmor: fix resource audit messages when auditing peer
by John Johansen
· 7 years ago
040d9e2
apparmor: fix display of .ns_name for containers
by John Johansen
· 7 years ago
168fe32
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
1a3881d
apparmor: Fix regression in profile conflict logic
by Matthew Garrett
· 7 years ago
0dda0b3
apparmor: fix ptrace label match when matching stacked labels
by John Johansen
· 7 years ago
5b9f57c
apparmor: fix regression in mount mediation when feature set is pinned
by John Johansen
· 7 years ago
df8ba95
Merge tag 'apparmor-pr-2017-11-30' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
by Linus Torvalds
· 7 years ago
b12cbb2
apparmor: fix oops in audit_signal_cb hook
by John Johansen
· 7 years ago
e6c5a7d
apparmor: annotate ->poll() instances
by Al Viro
· 7 years ago
1751e8a
Rename superblock flags (MS_xyz -> SB_xyz)
by Linus Torvalds
· 7 years ago
26064de
Merge tag 'apparmor-pr-2017-11-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
by Linus Torvalds
· 7 years ago
feb3c76
apparmor: fix possible recursive lock warning in __aa_create_ns
by John Johansen
· 7 years ago
5d7c44e
apparmor: fix locking when creating a new complain profile.
by John Johansen
· 7 years ago
06d426d
apparmor: fix profile attachment for special unconfined profiles
by John Johansen
· 7 years ago
844b829
apparmor: ensure that undecidable profile attachments fail
by John Johansen
· 7 years ago
4633307
apparmor: fix leak of null profile name if profile allocation fails
by John Johansen
· 7 years ago
e3bcfc1
apparmor: remove unused redundant variable stop
by Colin Ian King
· 7 years ago
954317f
apparmor: Fix bool initialization/comparison
by Thomas Meyer
· 7 years ago
7bba39a
apparmor: initialized returned struct aa_perms
by Arnd Bergmann
· 7 years ago
5933a62
apparmor: fix spelling mistake: "resoure" -> "resource"
by Colin Ian King
· 7 years ago
1be2172
Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
by Linus Torvalds
· 7 years ago
8e9a2db
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
f7dc4c9
apparmor: fix off-by-one comparison on MAXMAPPED_SIG
by John Johansen
· 7 years ago
8c5db92
Merge branch 'linus' into locking/core, to resolve conflicts
by Ingo Molnar
· 7 years ago
ead7515
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
e4dca7b
treewide: Fix function prototypes for module_param_call()
by Kees Cook
· 7 years ago
80c094a
Revert "apparmor: add base infastructure for socket mediation"
by Linus Torvalds
· 7 years ago
26c4eb1
locking/rwsem, security/apparmor: Replace homebrew use of write_can_lock() with lockdep
by Will Deacon
· 7 years ago
79444df
Merge tag 'apparmor-pr-2017-09-22' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
by Linus Torvalds
· 7 years ago
bf81100
apparmor: fix apparmorfs DAC access permissions
by John Johansen
· 7 years ago
b1545db
apparmor: fix build failure on sparc caused by undeclared signals
by John Johansen
· 7 years ago
bc4d82f
apparmor: fix incorrect type assignment when freeing proxies
by John Johansen
· 7 years ago
15372b9
apparmor: ensure unconfined profiles have dfas initialized
by John Johansen
· 7 years ago
290638a
apparmor: fix race condition in null profile creation
by John Johansen
· 7 years ago
d07881d
apparmor: move new_null_profile to after profile lookup fns()
by John Johansen
· 7 years ago
651e28c
apparmor: add base infastructure for socket mediation
by John Johansen
· 7 years ago
cbf2d0e
apparmor: add more debug asserts to apparmorfs
by John Johansen
· 7 years ago
2410aa9
apparmor: make policy_unpack able to audit different info messages
by John Johansen
· 7 years ago
26b7899
apparmor: add support for absolute root view based labels
by John Johansen
· 7 years ago
f872af75
apparmor: cleanup conditional check for label in label_print
by John Johansen
· 7 years ago
2ea3ffb
apparmor: add mount mediation
by John Johansen
· 7 years ago
cd1dbf7
apparmor: add the ability to mediate signals
by John Johansen
· 7 years ago
c556170
apparmor: Redundant condition: prev_ns. in [label.c:1498]
by John Johansen
· 7 years ago
5d314a8
apparmor: Fix an error code in aafs_create()
by Dan Carpenter
· 7 years ago
86aea56
apparmor: Fix logical error in verify_header()
by Christos Gkekas
· 7 years ago
19fe43a
apparmor: Fix shadowed local variable in unpack_trans_table()
by Geert Uytterhoeven
· 7 years ago
993b3ab
apparmor: Refactor to remove bprm_secureexec hook
by Kees Cook
· 7 years ago
ddb4a14
exec: Rename bprm->cred_prepared to called_set_creds
by Kees Cook
· 7 years ago
e24dd9e
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 7 years ago
c4758fa
apparmor: put back designators in struct initialisers
by Stephen Rothwell
· 7 years ago
33f2ead
apparmor: export that basic profile namespaces are supported
by John Johansen
· 7 years ago
6c5fc8f
apparmor: add stacked domain labels interface
by John Johansen
· 7 years ago
40cde7f
apparmor: add domain label stacking info to apparmorfs
by John Johansen
· 7 years ago
e00b02bb
apparmor: move change_profile mediation to using labels
by John Johansen
· 7 years ago
89dbf19
apparmor: move change_hat mediation to using labels
by John Johansen
· 7 years ago
93c98a4
apparmor: move exec domain mediation to using labels
by John Johansen
· 7 years ago
5379a33
apparmor: support v7 transition format compatible with label_parse
by John Johansen
· 7 years ago
064dc94
apparmor: mediate files when they are received
by John Johansen
· 7 years ago
496c931
apparmor: rework file permission to cache file access in file->ctx
by John Johansen
· 7 years ago
8014370
apparmor: move path_link mediation to using labels
by John Johansen
· 7 years ago
Next »