index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
apparmor
/
domain.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-20
apparmor: transition from a list of rules to a vector of rules
John Johansen
1
-16
/
+7
2025-07-20
apparmor: remove redundant perms.allow MAY_EXEC bitflag set
Ryan Lee
1
-3
/
+1
2025-05-25
apparmor: force auditing of conflicting attachment execs from confined
Ryan Lee
1
-0
/
+9
2025-05-25
apparmor: include conflicting attachment info for confined ix/ux fallback
Ryan Lee
1
-2
/
+33
2025-05-25
apparmor: move the "conflicting profile attachments" infostr to a const declaration
Ryan Lee
1
-1
/
+3
2025-05-25
apparmor: force audit on unconfined exec if info is set by find_attach
Ryan Lee
1
-0
/
+16
2025-02-10
apparmor: fix typos and spelling errors
Tanya Agarwal
1
-2
/
+2
2025-01-18
apparmor: fix x_table_lookup when stacking is not the first entry
John Johansen
1
-23
/
+29
2025-01-18
apparmor: add additional flags to extended permission.
John Johansen
1
-3
/
+6
2025-01-18
apparmor: remove explicit restriction that unconfined cannot use change_hat
John Johansen
1
-3
/
+17
2025-01-18
apparmor: cleanup: attachment perm lookup to use lookup_perms()
John Johansen
1
-8
/
+6
2025-01-18
apparmor: Improve debug print infrastructure
John Johansen
1
-8
/
+11
2024-11-26
apparmor: lift new_profile declaration to remove C23 extension warning
John Johansen
1
-2
/
+1
2024-11-26
apparmor: replace misleading 'scrubbing environment' phrase in debug print
Ryan Lee
1
-8
/
+8
2024-11-26
apparmor: domain: clean up duplicated parts of handle_onexec()
Leesoo Ahn
1
-26
/
+12
2024-11-26
apparmor: properly handle cx/px lookup failure for complain
Ryan Lee
1
-2
/
+7
2024-10-07
remove pointless includes of <linux/fdtable.h>
Al Viro
1
-1
/
+0
2023-11-19
apparmor: declare stack_msg as static
John Johansen
1
-1
/
+1
2023-10-23
apparmor: Fix one kernel-doc comment
Yang Li
1
-1
/
+1
2023-10-18
apparmor: allow restricting unprivileged change_profile
John Johansen
1
-0
/
+24
2023-10-18
apparmor: refcount the pdb
John Johansen
1
-30
/
+30
2023-10-18
apparmor: pass cred through to audit info.
John Johansen
1
-33
/
+64
2023-07-10
apparmor: Fix kernel-doc warnings in apparmor/domain.c
Gaosheng Cui
1
-4
/
+6
2023-07-09
apparmor: make aa_set_current_onexec return void
Quanfa Fu
1
-1
/
+1
2023-01-19
fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2022-12-14
Merge tag 'apparmor-pr-2022-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
Linus Torvalds
1
-71
/
+78
2022-12-13
Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm
Linus Torvalds
1
-2
/
+1
2022-11-18
lsm,fs: fix vfs_getxattr_alloc() return type and caller error paths
Paul Moore
1
-2
/
+1
2022-10-26
apparmor: use type safe idmapping helpers
Christian Brauner
1
-4
/
+4
2022-10-24
apparmor: refactor code that alloc null profiles
John Johansen
1
-6
/
+6
2022-10-03
apparmor: rework profile->rules to be a list
John Johansen
1
-8
/
+16
2022-10-03
apparmor: refactor profile rules and attachments
John Johansen
1
-35
/
+46
2022-10-03
apparmor: extend permissions to support a label and tag string
John Johansen
1
-18
/
+0
2022-10-03
apparmor: preparse for state being more than just an integer
John Johansen
1
-12
/
+13
2022-10-03
apparmor: convert xmatch lookup to use accept as an index
John Johansen
1
-4
/
+6
2022-10-03
apparmor: convert xmatch to using the new shared policydb struct
John Johansen
1
-10
/
+12
2022-10-03
apparmor: combine file_rules and aa_policydb into a single shared struct
John Johansen
1
-3
/
+4
2022-10-03
apparmor: convert xmatch to use aa_perms structure
John Johansen
1
-2
/
+2
2022-10-03
apparmor: compute xmatch permissions on profile load
Mike Salvatore
1
-2
/
+2
2022-10-03
apparmor: compute file permissions on profile load
Mike Salvatore
1
-5
/
+5
2022-07-19
apparmor: fix overlapping attachment computation
John Johansen
1
-1
/
+1
2022-07-09
apparmor: Fix some kernel-doc comments
Yang Li
1
-2
/
+1
2022-03-10
tracehook: Remove tracehook.h
Eric W. Biederman
1
-1
/
+0
2021-01-24
apparmor: handle idmapped mounts
Christian Brauner
1
-3
/
+6
2021-01-24
xattr: handle idmapped mounts
Tycho Andersen
1
-2
/
+2
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
1
-2
/
+2
2020-06-07
Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
Linus Torvalds
1
-25
/
+14
2020-06-04
Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
1
-5
/
+2
[next]