index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
security
/
integrity
/
evm
/
evm_main.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-04
integrity: fix typos and spelling errors
Tanya Agarwal
1
-1
/
+1
2024-10-09
evm: stop avoidably reading i_writecount in evm_file_release
Mateusz Guzik
1
-1
/
+2
2024-07-31
lsm: Refactor return value of LSM hook inode_copy_up_xattr
Xu Kuohai
1
-1
/
+1
2024-04-09
evm: Rename is_unsupported_fs to is_unsupported_hmac_fs
Stefan Berger
1
-9
/
+10
2024-04-09
fs: Rename SB_I_EVM_UNSUPPORTED to SB_I_EVM_HMAC_UNSUPPORTED
Stefan Berger
1
-1
/
+1
2024-04-09
evm: Enforce signatures on unsupported filesystem for EVM_INIT_X509
Stefan Berger
1
-5
/
+7
2024-04-09
evm: Store and detect metadata inode attributes changes
Stefan Berger
1
-2
/
+28
2024-04-09
evm: Implement per signature type decision in security_inode_copy_up_xattr
Stefan Berger
1
-3
/
+28
2024-04-09
security: allow finer granularity in permitting copy-up of security xattrs
Stefan Berger
1
-1
/
+1
2024-02-15
evm: Make it independent from 'integrity' LSM
Roberto Sassu
1
-20
/
+56
2024-02-15
evm: Move to LSM infrastructure
Roberto Sassu
1
-16
/
+102
2024-02-15
evm: Align evm_inode_post_setxattr() definition with LSM infrastructure
Roberto Sassu
1
-1
/
+3
2024-02-15
evm: Align evm_inode_setxattr() definition with LSM infrastructure
Roberto Sassu
1
-1
/
+2
2024-02-15
evm: Align evm_inode_post_setattr() definition with LSM infrastructure
Roberto Sassu
1
-1
/
+3
2023-12-20
evm: add support to disable EVM on unsupported filesystems
Mimi Zohar
1
-1
/
+34
2023-12-20
evm: don't copy up 'security.evm' xattr
Mimi Zohar
1
-0
/
+7
2023-09-15
evm: Do not include crypto/algapi.h
Herbert Xu
1
-2
/
+1
2023-07-10
evm: Support multiple LSMs providing an xattr
Roberto Sassu
1
-4
/
+25
2023-07-10
evm: Align evm_inode_init_security() definition with LSM infrastructure
Roberto Sassu
1
-6
/
+10
2023-06-06
evm: Fix build warnings
Roberto Sassu
1
-1
/
+1
2023-06-05
evm: Complete description of evm_inode_setattr()
Roberto Sassu
1
-0
/
+2
2023-01-19
fs: port i_{g,u}id_{needs_}update() to mnt_idmap
Christian Brauner
1
-3
/
+2
2023-01-19
fs: port acl to mnt_idmap
Christian Brauner
1
-6
/
+6
2023-01-19
fs: port xattr to mnt_idmap
Christian Brauner
1
-10
/
+10
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
1
-3
/
+4
2022-12-13
Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm
Linus Torvalds
1
-2
/
+5
2022-11-18
lsm,fs: fix vfs_getxattr_alloc() return type and caller error paths
Paul Moore
1
-2
/
+5
2022-10-28
evm: remove dead code in evm_inode_set_acl()
Christian Brauner
1
-3
/
+2
2022-10-20
evm: remove evm_xattr_acl_change()
Christian Brauner
1
-64
/
+0
2022-10-20
integrity: implement get and set acl hook
Christian Brauner
1
-1
/
+82
2022-08-31
acl: move idmapping handling into posix_acl_xattr_set()
Christian Brauner
1
-3
/
+14
2022-08-02
Merge tag 'integrity-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity
Linus Torvalds
1
-29
/
+23
2022-07-13
evm: Use IS_ENABLED to initialize .enabled
Xiu Jianfeng
1
-29
/
+23
2022-06-26
attr: port attribute changes to new types
Christian Brauner
1
-2
/
+2
2022-06-26
security: pass down mount idmapping to setattr hook
Christian Brauner
1
-3
/
+5
2022-06-26
fs: port to iattr ownership update helpers
Christian Brauner
1
-2
/
+2
2022-05-16
evm: Return INTEGRITY_PASS for enum integrity_status value '0'
Stefan Berger
1
-1
/
+1
2022-02-22
EVM: fix the evm= __setup handler return value
Randy Dunlap
1
-1
/
+1
2021-10-28
evm: mark evm_fixmode as __ro_after_init
Austin Kim
1
-1
/
+1
2021-06-20
evm: output EVM digest calculation info
Mimi Zohar
1
-0
/
+4
2021-06-08
ima/evm: Fix type mismatch
Roberto Sassu
1
-1
/
+1
2021-06-02
ima: Define new template fields xattrnames, xattrlengths and xattrvalues
Roberto Sassu
1
-0
/
+69
2021-06-01
evm: Verify portable signatures against all protected xattrs
Roberto Sassu
1
-10
/
+46
2021-06-01
evm: Allow setxattr() and setattr() for unmodified metadata
Roberto Sassu
1
-1
/
+112
2021-05-21
evm: Pass user namespace to set/remove xattr hooks
Roberto Sassu
1
-6
/
+11
2021-05-21
evm: Allow xattr/attr operations for portable signatures
Roberto Sassu
1
-6
/
+27
2021-05-21
evm: Introduce evm_hmac_disabled() to safely ignore verification errors
Roberto Sassu
1
-1
/
+38
2021-05-21
evm: Introduce evm_revalidate_status()
Roberto Sassu
1
-4
/
+36
2021-05-21
evm: Execute evm_inode_init_security() only when an HMAC key is loaded
Roberto Sassu
1
-2
/
+3
[next]