index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
apparmor
/
policy_unpack.c
Age
Commit message (
Expand
)
Author
2023-10-18
apparmor: combine common_audit_data and apparmor_audit_data
John Johansen
2023-08-22
apparmor: fix invalid reference on profile->disconnected
Georgia Garcia
2023-07-10
apparmor: Fix kernel-doc warnings in apparmor/policy_unpack.c
Gaosheng Cui
2023-07-07
Merge tag 'apparmor-pr-2023-07-06' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2023-07-06
apparmor: Fix kernel-doc header for verify_dfa_accept_index
John Johansen
2023-07-06
apparmor: fix: kzalloc perms tables for shared dfas
John Johansen
2023-07-06
apparmor: fix profile verification and enable it
John Johansen
2023-07-06
apparmor: fix policy_compat permission remap with extended permissions
John Johansen
2023-07-06
apparmor: fix missing error check for rhashtable_insert_fast
Danila Chernetsov
2023-07-06
AppArmor: Fix some kernel-doc comments
Yang Li
2023-03-01
capability: just use a 'u64' instead of a 'u32[2]' array
Linus Torvalds
2023-01-18
mm: new primitive kvmemdup()
Hao Sun
2022-12-14
Merge tag 'apparmor-pr-2022-12-14' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2022-12-12
apparmor: test: make static symbols visible during kunit testing
Rae Moar
2022-10-25
apparmor: Fix memleak issue in unpack_profile()
Xiu Jianfeng
2022-10-10
apparmor: Fix unpack_profile() warn: passing zero to 'ERR_PTR'
John Johansen
2022-10-10
apparmor: fix uninitialize table variable in error in unpack_trans_table
John Johansen
2022-10-04
apparmor: store return value of unpack_perms_table() to signed variable
Muhammad Usama Anjum
2022-10-03
apparmor: Fix decompression of rawdata for read back to userspace
John Johansen
2022-10-03
apparmor: Remove unnecessary size check when unpacking trans_table
John Johansen
2022-10-03
apparmor: rework profile->rules to be a list
John Johansen
2022-10-03
apparmor: refactor profile rules and attachments
John Johansen
2022-10-03
apparmor: verify loaded permission bits masks don't overlap
John Johansen
2022-10-03
apparmor: verify permission table indexes
John Johansen
2022-10-03
apparmor: add the ability for policy to specify a permission table
John Johansen
2022-10-03
apparmor: make unpack_array return a trianary value
John Johansen
2022-10-03
apparmor: group dfa policydb unpacking
John Johansen
2022-10-03
apparmor: make transition table unpack generic so it can be reused
John Johansen
2022-10-03
apparmor: add user mode flag
John Johansen
2022-10-03
apparmor: add mediation class information to auditing
John Johansen
2022-10-03
apparmor: extend permissions to support a label and tag string
John Johansen
2022-10-03
apparmor: isolate policy backwards compatibility to its own file
John Johansen
2022-10-03
apparmor: extend xindex size
John Johansen
2022-10-03
apparmor: move dfa perm macros into policy_unpack
John Johansen
2022-10-03
apparmor: extend policydb permission set by making use of the xbits
John Johansen
2022-10-03
apparmor: fix apparmor mediating locking non-fs unix sockets
John Johansen
2022-10-03
apparmor: Fix abi check to include v8 abi
John Johansen
2022-10-03
apparmor: preparse for state being more than just an integer
John Johansen
2022-10-03
apparmor: convert policy lookup to use accept as an index
John Johansen
2022-10-03
apparmor: convert xmatch lookup to use accept as an index
John Johansen
2022-10-03
apparmor: convert fperm lookup to use accept as an index
John Johansen
2022-10-03
apparmor: convert xmatch to using the new shared policydb struct
John Johansen
2022-10-03
apparmor: combine file_rules and aa_policydb into a single shared struct
John Johansen
2022-10-03
apparmor: compute policydb permission on profile load
John Johansen
2022-10-03
apparmor: convert xmatch to use aa_perms structure
John Johansen
2022-10-03
apparmor: rework and cleanup fperm computation
John Johansen
2022-10-03
apparmor: move fperm computation into policy_unpack
John Johansen
2022-10-03
apparmor: compute xmatch permissions on profile load
Mike Salvatore
2022-10-03
apparmor: compute file permissions on profile load
Mike Salvatore
2022-10-03
apparmor: use zstd compression for profile data
Jon Tourville
[next]