index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
apparmor
/
policy_unpack.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-10-02
1
-1
/
+1
*
apparmor: unpack transition table if dfa is not present
Georgia Garcia
2024-07-24
1
-17
/
+25
*
apparmor: use kvfree_sensitive to free data->data
Fedor Pchelkin
2024-05-10
1
-0
/
+1
*
apparmor: Fix memory leak in unpack_profile()
Gaosheng Cui
2024-01-09
1
-0
/
+2
*
apparmor: avoid crash when parsed profile name is empty
Fedor Pchelkin
2024-01-04
1
-0
/
+4
*
apparmor: fix possible memory leak in unpack_trans_table
Fedor Pchelkin
2024-01-04
1
-4
/
+3
*
Merge tag 'apparmor-pr-2023-11-03' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2023-11-03
1
-78
/
+74
|
\
|
*
apparmor: refcount the pdb
John Johansen
2023-10-18
1
-60
/
+48
|
*
apparmor: provide separate audit messages for file and policy checks
John Johansen
2023-10-18
1
-5
/
+11
|
*
apparmor: combine common_audit_data and apparmor_audit_data
John Johansen
2023-10-18
1
-14
/
+15
|
*
apparmor: fix invalid reference on profile->disconnected
Georgia Garcia
2023-08-22
1
-2
/
+3
|
*
apparmor: Fix kernel-doc warnings in apparmor/policy_unpack.c
Gaosheng Cui
2023-07-10
1
-1
/
+1
*
|
apparmor: convert to new timestamp accessors
Jeff Layton
2023-10-18
1
-2
/
+2
*
|
apparmor: convert to ctime accessor functions
Jeff Layton
2023-07-24
1
-2
/
+2
*
|
apparmor: update ctime whenever the mtime changes on an inode
Jeff Layton
2023-07-10
1
-4
/
+7
|
/
*
Merge tag 'apparmor-pr-2023-07-06' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2023-07-07
1
-38
/
+64
|
\
|
*
apparmor: Fix kernel-doc header for verify_dfa_accept_index
John Johansen
2023-07-06
1
-1
/
+1
|
*
apparmor: fix: kzalloc perms tables for shared dfas
John Johansen
2023-07-06
1
-4
/
+22
|
*
apparmor: fix profile verification and enable it
John Johansen
2023-07-06
1
-19
/
+15
|
*
apparmor: fix policy_compat permission remap with extended permissions
John Johansen
2023-07-06
1
-12
/
+19
|
*
apparmor: fix missing error check for rhashtable_insert_fast
Danila Chernetsov
2023-07-06
1
-2
/
+7
|
*
AppArmor: Fix some kernel-doc comments
Yang Li
2023-07-06
1
-1
/
+1
*
|
capability: just use a 'u64' instead of a 'u32[2]' array
Linus Torvalds
2023-03-01
1
-10
/
+30
*
|
mm: new primitive kvmemdup()
Hao Sun
2023-01-18
1
-10
/
+1
|
/
*
Merge tag 'apparmor-pr-2022-12-14' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2022-12-14
1
-190
/
+399
|
\
|
*
apparmor: Fix memleak issue in unpack_profile()
Xiu Jianfeng
2022-10-25
1
-3
/
+12
|
*
apparmor: Fix unpack_profile() warn: passing zero to 'ERR_PTR'
John Johansen
2022-10-10
1
-5
/
+16
|
*
apparmor: fix uninitialize table variable in error in unpack_trans_table
John Johansen
2022-10-10
1
-1
/
+1
|
*
apparmor: store return value of unpack_perms_table() to signed variable
Muhammad Usama Anjum
2022-10-04
1
-4
/
+8
|
*
apparmor: Fix decompression of rawdata for read back to userspace
John Johansen
2022-10-03
1
-3
/
+4
|
*
apparmor: Remove unnecessary size check when unpacking trans_table
John Johansen
2022-10-03
1
-3
/
+7
|
*
apparmor: rework profile->rules to be a list
John Johansen
2022-10-03
1
-16
/
+18
|
*
apparmor: refactor profile rules and attachments
John Johansen
2022-10-03
1
-56
/
+62
|
*
apparmor: verify loaded permission bits masks don't overlap
John Johansen
2022-10-03
1
-4
/
+30
|
*
apparmor: verify permission table indexes
John Johansen
2022-10-03
1
-1
/
+34
|
*
apparmor: add the ability for policy to specify a permission table
John Johansen
2022-10-03
1
-10
/
+94
|
*
apparmor: make unpack_array return a trianary value
John Johansen
2022-10-03
1
-16
/
+27
|
*
apparmor: group dfa policydb unpacking
John Johansen
2022-10-03
1
-38
/
+63
|
*
apparmor: make transition table unpack generic so it can be reused
John Johansen
2022-10-03
1
-10
/
+12
|
*
apparmor: add user mode flag
John Johansen
2022-10-03
1
-0
/
+2
|
*
apparmor: add mediation class information to auditing
John Johansen
2022-10-03
1
-1
/
+1
|
*
apparmor: extend permissions to support a label and tag string
John Johansen
2022-10-03
1
-1
/
+1
|
*
apparmor: isolate policy backwards compatibility to its own file
John Johansen
2022-10-03
1
-286
/
+4
|
*
apparmor: extend xindex size
John Johansen
2022-10-03
1
-4
/
+4
|
*
apparmor: move dfa perm macros into policy_unpack
John Johansen
2022-10-03
1
-0
/
+49
|
*
apparmor: extend policydb permission set by making use of the xbits
John Johansen
2022-10-03
1
-4
/
+27
|
*
apparmor: fix apparmor mediating locking non-fs unix sockets
John Johansen
2022-10-03
1
-4
/
+9
|
*
apparmor: Fix abi check to include v8 abi
John Johansen
2022-10-03
1
-1
/
+1
|
*
apparmor: preparse for state being more than just an integer
John Johansen
2022-10-03
1
-8
/
+8
|
*
apparmor: convert policy lookup to use accept as an index
John Johansen
2022-10-03
1
-7
/
+12
[next]