index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
integrity
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-06
evm: checking if removexattr is not a NULL
Dmitry Kasatkin
1
-2
/
+2
2012-04-02
ima: fix Kconfig dependencies
Fabio Estevam
1
-1
/
+1
2012-01-25
ima: fix invalid memory reference
Roberto Sassu
1
-5
/
+11
2012-01-25
ima: free duplicate measurement memory
Roberto Sassu
2
-2
/
+3
2011-12-20
evm: prevent racing during tfm allocation
Dmitry Kasatkin
1
-0
/
+9
2011-12-20
evm: key must be set once during initialization
Dmitry Kasatkin
1
-4
/
+6
2011-11-02
Merge branch 'for-linus' of git://github.com/richardweinberger/linux
Linus Torvalds
1
-1
/
+1
2011-11-02
um: switch to use of drivers/Kconfig
Al Viro
1
-1
/
+1
2011-09-14
evm: clean verification status
Dmitry Kasatkin
1
-0
/
+1
2011-09-14
evm: permit mode bits to be updated
Mimi Zohar
1
-17
/
+13
2011-09-14
evm: posix acls modify i_mode
Mimi Zohar
3
-5
/
+46
2011-09-14
evm: limit verifying current security.evm integrity
Mimi Zohar
1
-34
/
+24
2011-09-14
evm: remove TCG_TPM dependency
Mimi Zohar
1
-2
/
+1
2011-09-09
ima: sparse fix: include linux/ima.h in ima_main.c
James Morris
1
-0
/
+1
2011-09-09
ima: sparse fix: make ima_open_policy static
James Morris
1
-1
/
+1
2011-09-09
integrity: sparse fix: move iint_initialized to integrity.h
James Morris
2
-1
/
+3
2011-08-18
evm: add Kconfig TCG_TPM dependency
Mimi Zohar
1
-1
/
+1
2011-08-11
evm: fix evm_inode_init_security return code
Mimi Zohar
1
-1
/
+1
2011-08-09
EVM: ensure trusted and encypted key symbols are available to EVM
James Morris
1
-1
/
+3
2011-08-09
Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...
James Morris
16
-199
/
+1022
2011-07-26
ima: fmode_t misspelled as mode_t...
Al Viro
1
-1
/
+1
2011-07-18
evm: add evm_inode_setattr to prevent updating an invalid security.evm
Mimi Zohar
1
-0
/
+15
2011-07-18
evm: permit only valid security.evm xattrs to be updated
Mimi Zohar
1
-14
/
+63
2011-07-18
evm: replace hmac_status with evm_status
Dmitry Kasatkin
3
-9
/
+9
2011-07-18
evm: evm_verify_hmac must not return INTEGRITY_UNKNOWN
Dmitry Kasatkin
1
-6
/
+5
2011-07-18
evm: additional parameter to pass integrity cache entry 'iint'
Dmitry Kasatkin
1
-10
/
+8
2011-07-18
evm: crypto hash replaced by shash
Dmitry Kasatkin
3
-45
/
+57
2011-07-18
evm: add evm_inode_init_security to initialize new files
Mimi Zohar
3
-0
/
+61
2011-07-18
security: imbed evm calls in security hooks
Mimi Zohar
1
-0
/
+1
2011-07-18
evm: add support for different security.evm data types
Dmitry Kasatkin
3
-9
/
+23
2011-07-18
evm: re-release
Mimi Zohar
10
-1
/
+632
2011-07-18
integrity: move ima inode integrity data management
Mimi Zohar
10
-199
/
+242
2011-02-23
ima: remove unnecessary call to ima_must_measure
Mimi Zohar
3
-15
/
+7
2011-02-10
IMA: remove IMA imbalance checking
Mimi Zohar
2
-104
/
+4
2011-02-10
IMA: maintain i_readcount in the VFS layer
Mimi Zohar
2
-19
/
+8
2011-02-10
IMA: convert i_readcount to atomic
Mimi Zohar
2
-8
/
+10
2011-01-03
ima: fix add LSM rule bug
Mimi Zohar
1
-0
/
+2
2010-10-26
IMA: fix the ToMToU logic
Eric Paris
1
-5
/
+6
2010-10-26
IMA: explicit IMA i_flag to remove global lock on inode_delete
Eric Paris
2
-5
/
+12
2010-10-26
IMA: drop refcnt from ima_iint_cache since it isn't needed
Eric Paris
3
-30
/
+19
2010-10-26
IMA: only allocate iint when needed
Eric Paris
1
-30
/
+64
2010-10-26
IMA: move read counter into struct inode
Eric Paris
4
-34
/
+17
2010-10-26
IMA: use i_writecount rather than a private counter
Eric Paris
3
-17
/
+6
2010-10-26
IMA: use inode->i_lock to protect read and write counters
Eric Paris
2
-34
/
+24
2010-10-26
IMA: convert internal flags from long to char
Eric Paris
1
-2
/
+2
2010-10-26
IMA: use unsigned int instead of long for counters
Eric Paris
3
-9
/
+14
2010-10-26
IMA: drop the inode opencount since it isn't needed for operation
Eric Paris
3
-14
/
+3
2010-10-26
IMA: use rbtree instead of radix tree for inode information cache
Eric Paris
2
-36
/
+75
2010-09-08
ima: always maintain counters
Mimi Zohar
3
-4
/
+9
2010-08-02
ima: use generic_file_llseek for securityfs
Arnd Bergmann
1
-3
/
+6
[next]