Commit Graph

82 Commits (2f84dd70916ccadd25e94d28363182a978f569b6)

Author SHA1 Message Date
Al Viro 4b2a2c6741 ima: fmode_t misspelled as mode_t... 14 years ago
Mimi Zohar 1adace9bb0 ima: remove unnecessary call to ima_must_measure 14 years ago
Mimi Zohar 854fdd55bf IMA: remove IMA imbalance checking 14 years ago
Mimi Zohar 890275b5eb IMA: maintain i_readcount in the VFS layer 14 years ago
Mimi Zohar a68a27b6f2 IMA: convert i_readcount to atomic 14 years ago
Mimi Zohar 867c202654 ima: fix add LSM rule bug 14 years ago
Eric Paris bade72d607 IMA: fix the ToMToU logic 14 years ago
Eric Paris 196f518128 IMA: explicit IMA i_flag to remove global lock on inode_delete 14 years ago
Eric Paris 64c62f06be IMA: drop refcnt from ima_iint_cache since it isn't needed 14 years ago
Eric Paris bc7d2a3e66 IMA: only allocate iint when needed 14 years ago
Eric Paris a178d2027d IMA: move read counter into struct inode 14 years ago
Eric Paris b9593d309d IMA: use i_writecount rather than a private counter 14 years ago
Eric Paris ad16ad00c3 IMA: use inode->i_lock to protect read and write counters 14 years ago
Eric Paris 15aac67677 IMA: convert internal flags from long to char 14 years ago
Eric Paris 497f323370 IMA: use unsigned int instead of long for counters 14 years ago
Eric Paris b575156daf IMA: drop the inode opencount since it isn't needed for operation 14 years ago
Eric Paris 8549164143 IMA: use rbtree instead of radix tree for inode information cache 14 years ago
Mimi Zohar e950598d43 ima: always maintain counters 15 years ago
Arnd Bergmann cdcd90f9e4 ima: use generic_file_llseek for securityfs 15 years ago
NeilBrown db1afffab0 kref: remove kref_set 15 years ago
Mimi Zohar ba0c1709f4 ima: remove ACPI dependency 15 years ago
James Morris 83c36ccfe4 Revert "ima: remove ACPI dependency" 15 years ago
Mimi Zohar a674fa46c7 ima: remove ACPI dependency 15 years ago
Eric Paris eb8dae9607 IMA: include the word IMA in printk messages 15 years ago
Eric Paris 34c111f626 IMA: drop the word integrity in the audit message 15 years ago
Eric Paris 2f1506cd82 IMA: use audit_log_untrusted_string rather than %s 15 years ago
Eric Paris 7233e3ee22 IMA: handle comments in policy 15 years ago
Eric Paris 28ef4002ec IMA: handle whitespace better 15 years ago
Eric Paris e9d393bf86 IMA: reject policies with unknown entries 15 years ago
Eric Paris b9035b1fd7 IMA: set entry->action to UNKNOWN rather than hard coding 15 years ago
Eric Paris 7b62e16212 IMA: do not allow the same rule to specify the same thing twice 15 years ago
Eric Paris 6ccd045630 ima: handle multiple rules per write 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
H Hartley Sweeten a19c5bbefb security/ima: replace gcc specific __FUNCTION__ with __func__ 15 years ago
Xiaotian Feng baac35c415 security: fix error return path in ima_inode_alloc 15 years ago
Mimi Zohar 1e93d0052d ima: rename PATH_CHECK to FILE_CHECK 15 years ago
Mimi Zohar 9bbb6cad01 ima: rename ima_path_check to ima_file_check 15 years ago
Eric Paris 54bb6552bd ima: initialize ima before inodes can be allocated 15 years ago
Mimi Zohar 8eb988c70e fix ima breakage 15 years ago
Mimi Zohar d1625436b4 ima: limit imbalance msg 15 years ago
Al Viro 1429b3eca2 Untangling ima mess, part 3: kill dead code in ima 15 years ago
Eric Paris 85a17f552d ima: call ima_inode_free ima_inode_free 15 years ago
Eric Paris e0d5bd2aec IMA: clean up the IMA counts updating code 15 years ago
Eric Paris 9353384ec8 ima: only insert at inode creation time 15 years ago
Eric Paris ec29ea544b ima: valid return code from ima_inode_alloc 15 years ago
Mimi Zohar c09c59e6a0 ima: replace GFP_KERNEL with GFP_NOFS 15 years ago
Mimi Zohar 6c21a7fb49 LSM: imbed ima calls in the security hooks 15 years ago
Alexey Dobriyan 828c09509b const: constify remaining file_operations 16 years ago
James Morris 88e9d34c72 seq_file: constify seq_operations 16 years ago
Mimi Zohar acd0c93517 IMA: update ima_counts_put 16 years ago