Searched refs:active (Results 1 – 5 of 5) sorted by relevance
| /security/integrity/ima/ |
| A D | ima_crypto.c | 330 int rc, rbuf_len, active = 0, ahash_rc = 0; in ima_calc_file_hash_atfm() local 388 rbuf_len = min_t(loff_t, i_size - offset, rbuf_size[active]); in ima_calc_file_hash_atfm() 389 rc = integrity_kernel_read(file, offset, rbuf[active], in ima_calc_file_hash_atfm() 412 sg_init_one(&sg[0], rbuf[active], rbuf_len); in ima_calc_file_hash_atfm() 418 active = !active; /* swap buffers, if we use two */ in ima_calc_file_hash_atfm()
|
| /security/ |
| A D | Kconfig | 31 require actual active ptrace attachment. 42 bool "Require active ptrace() use for access override" 45 permissions for active ptracers like gdb.
|
| A D | security.c | 149 .active = &SECURITY_HOOK_ACTIVE_KEY(NAME, NUM), \ 416 static_branch_enable(scall->active); in lsm_static_call_init() 983 if (static_key_enabled(&scall->active->key))
|
| /security/ipe/ |
| A D | Kconfig | 30 is deployed via the $securityfs/ipe/policies/$policy_name/active
|
| /security/keys/ |
| A D | Kconfig | 52 it is or by a process with administrative privileges. The active
|
Completed in 17 milliseconds