index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
apparmor
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-12
apparmor: fix possible NULL pointer dereference
Leesoo Ahn
1
-0
/
+4
2024-09-04
apparmor: fix policy_unpack_test on big endian systems
Guenter Roeck
1
-3
/
+3
2024-08-19
apparmor: Fix null pointer deref when receiving skb during sock creation
Xiao Liang
1
-0
/
+7
2024-08-19
apparmor: use kvfree_sensitive to free data->data
Fedor Pchelkin
2
-1
/
+2
2024-07-18
ima: Avoid blocking in RCU read-side critical section
GUO Zihua
2
-4
/
+4
2024-01-25
apparmor: avoid crash when parsed profile name is empty
Fedor Pchelkin
1
-0
/
+4
2023-07-23
apparmor: fix missing error check for rhashtable_insert_fast
Danila Chernetsov
1
-2
/
+7
2022-12-31
apparmor: Fix memleak in alloc_ns()
Xiu Jianfeng
1
-1
/
+1
2022-12-31
apparmor: Use pointer to struct aa_label for lbs_cred
Xiu Jianfeng
1
-2
/
+2
2022-12-31
apparmor: Fix abi check to include v8 abi
John Johansen
1
-1
/
+1
2022-12-31
apparmor: fix lockdep warning when removing a namespace
John Johansen
1
-1
/
+1
2022-12-31
apparmor: fix a memleak in multi_transaction_new()
Gaosheng Cui
1
-1
/
+3
2022-08-25
apparmor: Fix memleak in aa_simple_write_to_buffer()
Xiu Jianfeng
1
-1
/
+1
2022-08-25
apparmor: fix reference count leak in aa_pivotroot()
Xin Xiong
1
-0
/
+1
2022-08-25
apparmor: fix overlapping attachment computation
John Johansen
2
-2
/
+2
2022-08-25
apparmor: fix setting unconfined mode on a loaded profile
John Johansen
1
-5
/
+7
2022-08-25
apparmor: fix aa_label_asxprint return check
Tom Rix
1
-3
/
+3
2022-08-25
apparmor: Fix failed mount permission check error message
John Johansen
1
-3
/
+4
2022-08-25
apparmor: fix absroot causing audited secids to begin with =
John Johansen
2
-3
/
+9
2022-08-25
apparmor: fix quiet_denied for file rules
John Johansen
1
-1
/
+1
2021-11-18
apparmor: fix error check
Tom Rix
1
-2
/
+2
2021-05-17
apparmor: use get_unaligned() only for multi-byte words
Arnd Bergmann
1
-1
/
+1
2021-05-02
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2021-03-24
apparmor:match_mn() - constify devpath argument
Al Viro
1
-2
/
+2
2021-03-22
lsm: separate security_task_getsecid() into subjective and objective variants
Paul Moore
1
-1
/
+2
2021-01-24
apparmor: handle idmapped mounts
Christian Brauner
3
-10
/
+24
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
1
-1
/
+2
2021-01-24
xattr: handle idmapped mounts
Tycho Andersen
1
-2
/
+2
2020-12-15
apparmor: remove duplicate macro list_entry_is_head()
Andy Shevchenko
1
-3
/
+0
2020-12-03
security: add const qualifier to struct sock in various places
Florian Westphal
3
-5
/
+5
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2
-3
/
+3
2020-08-11
Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
Linus Torvalds
1
-1
/
+1
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
5
-25
/
+25
2020-08-06
Replace HTTP links with HTTPS ones: security
Alexander A. Klimov
1
-1
/
+1
2020-07-21
audit: purge audit_log_string from the intra-kernel audit API
Richard Guy Briggs
4
-53
/
+42
2020-06-09
Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-1
/
+2
2020-06-07
Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
11
-119
/
+185
2020-06-07
apparmor: Fix memory leak of profile proxy
John Johansen
3
-6
/
+9
2020-06-07
apparmor: fix introspection of of task mode for unconfined tasks
John Johansen
1
-2
/
+2
2020-06-07
apparmor: check/put label on apparmor_sk_clone_security()
Mauricio Faria de Oliveira
1
-0
/
+5
2020-06-04
Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
3
-7
/
+4
2020-06-01
security: apparmor: default KUNIT_* fragments to KUNIT_ALL_TESTS
Anders Roxell
1
-1
/
+2
2020-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
3
-4
/
+5
2020-05-21
apparmor: Fix use-after-free in aa_audit_rule_init
Navid Emamdoost
1
-1
/
+2
2020-05-21
apparmor: Fix aa_label refcnt leak in policy_update
Xiyu Yang
1
-1
/
+2
2020-05-21
apparmor: fix potential label refcnt leak in aa_change_profile
Xiyu Yang
1
-2
/
+1
2020-05-20
exec: Factor security_bprm_creds_for_exec out of security_bprm_set_creds
Eric W. Biederman
3
-7
/
+4
2020-05-15
apparmor: Use true and false for bool variable
Zou Wei
2
-33
/
+33
2020-05-15
security/apparmor/label.c: Clean code by removing redundant instructions
Mateusz Nosek
1
-6
/
+0
2020-05-15
apparmor: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
[next]