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
/
apparmorfs.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-04
Merge tag 'apparmor-pr-2025-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
Linus Torvalds
1
-11
/
+28
2025-07-20
apparmor: transition from a list of rules to a vector of rules
John Johansen
1
-2
/
+1
2025-04-08
VFS: rename lookup_one_len family to lookup_noperm and remove permission check
NeilBrown
1
-2
/
+2
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
1
-4
/
+4
2025-02-10
apparmor: fix typos and spelling errors
Tanya Agarwal
1
-3
/
+3
2025-01-18
apparmor: fix dbus permission queries to v9 ABI
John Johansen
1
-0
/
+8
2025-01-18
apparmor: gate make fine grained unix mediation behind v9 abi
John Johansen
1
-1
/
+1
2025-01-18
apparmor: add fine grained af_unix mediation
John Johansen
1
-0
/
+7
2025-01-18
apparmor: add support for profiles to define the kill signal
John Johansen
1
-0
/
+1
2025-01-18
apparmor: add additional flags to extended permission.
John Johansen
1
-2
/
+3
2025-01-18
apparmor: remove explicit restriction that unconfined cannot use change_hat
John Johansen
1
-0
/
+1
2025-01-18
apparmor: Use str_yes_no() helper function
Thorsten Blum
1
-4
/
+4
2024-12-22
vfs: support caching symlink lengths in inodes
Mateusz Guzik
1
-1
/
+1
2024-11-26
apparmor: add support for 2^24 states to the dfa state machine.
John Johansen
1
-0
/
+1
2024-05-10
apparmor: fix possible NULL pointer dereference
Leesoo Ahn
1
-0
/
+4
2024-01-19
Merge tag 'apparmor-pr-2024-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
Linus Torvalds
1
-8
/
+8
2024-01-11
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-6
/
+1
2024-01-03
apparmor: Fix move_mount mediation by detecting if source is detached
John Johansen
1
-0
/
+1
2023-12-21
apparmorfs: don't duplicate kfree_link()
Al Viro
1
-6
/
+1
2023-11-19
apparmor: switch SECURITY_APPARMOR_HASH from sha1 to sha256
Dimitri John Ledkov
1
-8
/
+8
2023-11-03
Merge tag 'apparmor-pr-2023-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
Linus Torvalds
1
-15
/
+34
2023-10-18
apparmor: add io_uring mediation
Georgia Garcia
1
-0
/
+7
2023-10-18
apparmor: add user namespace creation mediation
John Johansen
1
-0
/
+1
2023-10-18
apparmor: allow restricting unprivileged change_profile
John Johansen
1
-0
/
+6
2023-10-18
apparmor: advertise disconnected.path is available
John Johansen
1
-0
/
+1
2023-10-18
apparmor: refcount the pdb
John Johansen
1
-9
/
+9
2023-10-18
apparmor: pass cred through to audit info.
John Johansen
1
-4
/
+7
2023-10-18
apparmor: convert to new timestamp accessors
Jeff Layton
1
-3
/
+4
2023-10-15
apparmor: remove unneeded #ifdef in decompress_zstd()
Xiu Jianfeng
1
-2
/
+0
2023-07-24
apparmor: convert to ctime accessor functions
Jeff Layton
1
-3
/
+3
2023-07-10
apparmor: update ctime whenever the mtime changes on an inode
Jeff Layton
1
-2
/
+5
2023-07-09
apparmor: advertise availability of exended perms
John Johansen
1
-0
/
+3
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2022-10-03
apparmor: Fix decompression of rawdata for read back to userspace
John Johansen
1
-1
/
+1
2022-10-03
apparmor: Fix undefined references to zstd_ symbols
John Johansen
1
-2
/
+2
2022-10-03
apparmor: make sure the decompression ctx is promperly initialized
John Johansen
1
-1
/
+5
2022-10-03
apparmor: rework profile->rules to be a list
John Johansen
1
-1
/
+2
2022-10-03
apparmor: refactor profile rules and attachments
John Johansen
1
-14
/
+13
2022-10-03
apparmor: preparse for state being more than just an integer
John Johansen
1
-1
/
+1
2022-10-03
apparmor: convert policy lookup to use accept as an index
John Johansen
1
-1
/
+1
2022-10-03
apparmor: convert xmatch to using the new shared policydb struct
John Johansen
1
-1
/
+1
2022-10-03
apparmor: combine file_rules and aa_policydb into a single shared struct
John Johansen
1
-1
/
+2
2022-10-03
apparmor: compute policydb permission on profile load
John Johansen
1
-1
/
+1
2022-10-03
apparmor: compute file permissions on profile load
Mike Salvatore
1
-1
/
+1
2022-10-03
apparmor: expose compression level limits in sysfs
Jon Tourville
1
-0
/
+16
2022-10-03
apparmor: use zstd compression for profile data
Jon Tourville
1
-36
/
+24
2022-10-03
apparmor: fix a memleak in multi_transaction_new()
Gaosheng Cui
1
-1
/
+3
2022-07-19
apparmor: move ptrace mediation to more logical task.{h,c}
John Johansen
1
-0
/
+1
2022-07-19
apparmor: extend policydb permission set by making use of the xbits
John Johansen
1
-0
/
+1
2022-07-09
apparmor: Fix memleak in aa_simple_write_to_buffer()
Xiu Jianfeng
1
-1
/
+1
[next]