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
/
integrity
/
evm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-29
evm: don't copy up 'security.evm' xattr
Mimi Zohar
1
-0
/
+7
2023-08-30
Merge tag 'lsm-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-10
/
+44
2023-08-17
integrity: Enforce digitalSignature usage in the ima and evm keyrings
Eric Snowberg
1
-1
/
+2
2023-07-10
evm: Support multiple LSMs providing an xattr
Roberto Sassu
3
-7
/
+37
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
2
-2
/
+2
2023-06-05
evm: Complete description of evm_inode_setattr()
Roberto Sassu
1
-0
/
+2
2023-02-22
Merge tag 'integrity-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/z...
Linus Torvalds
1
-17
/
+16
2023-01-31
evm: call dump_security_xattr() in all cases to remove code duplication
Xiu Jianfeng
1
-17
/
+16
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
2
-12
/
+12
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
2
-5
/
+5
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
2
-4
/
+5
2022-12-13
Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-4
/
+8
2022-11-19
lsm,fs: fix vfs_getxattr_alloc() return type and caller error paths
Paul Moore
2
-4
/
+8
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-03
Merge tag 'integrity-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/z...
Linus Torvalds
1
-29
/
+23
2022-08-01
Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-5
/
+7
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-06-15
Revert "evm: Fix memleak in init_desc"
Xiu Jianfeng
1
-5
/
+2
2022-05-16
evm: Clean up some variables
Stefan Berger
2
-4
/
+1
2022-05-16
evm: Return INTEGRITY_PASS for enum integrity_status value '0'
Stefan Berger
1
-1
/
+1
2022-02-23
EVM: fix the evm= __setup handler return value
Randy Dunlap
1
-1
/
+1
2021-10-29
evm: mark evm_fixmode as __ro_after_init
Austin Kim
1
-1
/
+1
2021-06-21
evm: Check xattr size discrepancy between kernel and user
Roberto Sassu
1
-1
/
+7
2021-06-20
evm: output EVM digest calculation info
Mimi Zohar
2
-0
/
+47
2021-06-08
ima/evm: Fix type mismatch
Roberto Sassu
1
-1
/
+1
2021-06-03
evm: Don't return an error in evm_write_xattrs() if audit is not enabled
Roberto Sassu
1
-1
/
+1
2021-06-03
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
4
-12
/
+68
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: Refuse EVM_ALLOW_METADATA_WRITES only if an HMAC key is loaded
Roberto Sassu
1
-4
/
+4
2021-05-21
evm: Execute evm_inode_init_security() only when an HMAC key is loaded
Roberto Sassu
1
-2
/
+3
2021-05-21
evm: fix writing <securityfs>/evm overflow
Mimi Zohar
1
-2
/
+3
2021-02-24
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-8
/
+9
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
1
-1
/
+1
2021-01-24
xattr: handle idmapped mounts
Tycho Andersen
2
-7
/
+8
2021-01-13
evm: Fix memleak in init_desc
Dinghao Liu
1
-2
/
+5
2020-09-15
evm: Check size of security.evm before using it
Roberto Sassu
1
-0
/
+6
[next]