index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
apparmor
/
resource.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-19
apparmor: pass cred through to audit info.
John Johansen
1
-8
/
+15
2023-10-19
apparmor: rename audit_data->label to audit_data->subj_label
John Johansen
1
-1
/
+1
2023-10-19
apparmor: combine common_audit_data and apparmor_audit_data
John Johansen
1
-11
/
+12
2023-07-10
apparmor: Fix kernel-doc warnings in apparmor/resource.c
Gaosheng Cui
1
-4
/
+4
2022-10-25
apparmor: Fix spelling of function name in comment block
Yang Li
1
-1
/
+1
2022-10-25
apparmor: fix obsoleted comments for aa_getprocattr() and audit_resource()
Gaosheng Cui
1
-0
/
+2
2022-10-04
apparmor: rework profile->rules to be a list
John Johansen
1
-6
/
+13
2022-10-04
apparmor: refactor profile rules and attachments
John Johansen
1
-7
/
+8
2022-10-04
apparmor: add mediation class information to auditing
John Johansen
1
-1
/
+2
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
1
-5
/
+1
2019-01-11
LSM: generalize flag passing to security_capable
Micah Morton
1
-1
/
+1
2018-06-07
apparmor: fix mediation of prlimit
John Johansen
1
-1
/
+1
2018-02-09
apparmor: move context.h to cred.h
John Johansen
1
-1
/
+1
2017-11-21
apparmor: fix spelling mistake: "resoure" -> "resource"
Colin Ian King
1
-2
/
+2
2017-06-11
apparmor: move resource checks to using labels
John Johansen
1
-36
/
+76
2017-06-11
apparmor: move capability checks to using labels
John Johansen
1
-1
/
+1
2017-06-11
apparmor: switch from profiles to using labels on contexts
John Johansen
1
-4
/
+4
2017-06-11
apparmor: convert to profile block critical sections
John Johansen
1
-1
/
+1
2017-06-08
apparmor: rename apparmor file fns and data to indicate use
John Johansen
1
-2
/
+2
2017-01-16
apparmor: change aad apparmor_audit_data macro to a fn macro
John Johansen
1
-12
/
+7
2016-07-12
apparmor: allow SYS_CAP_RESOURCE to be sufficient to prlimit another task
Jeff Mahoney
1
-2
/
+4
2013-04-28
apparmor: relax the restrictions on setting rlimits
John Johansen
1
-3
/
+12
2012-04-09
LSM: do not initialize common_audit_data to 0
Eric Paris
1
-1
/
+1
2012-04-09
LSM: remove the COMMON_AUDIT_DATA_INIT type expansion
Eric Paris
1
-1
/
+1
2012-04-03
LSM: shrink sizeof LSM specific portion of common_audit_data
Eric Paris
1
-5
/
+7
2012-02-27
AppArmor: export known rlimit names/value mappings in securityfs
Kees Cook
1
-0
/
+5
2010-09-08
AppArmor: Fix security_task_setrlimit logic for 2.6.36 changes
John Johansen
1
-8
/
+12
2010-08-02
AppArmor: mediation of non file objects
John Johansen
1
-0
/
+134