Home
last modified time | relevance | path

Searched refs:time (Results 1 – 5 of 5) sorted by relevance

/security/integrity/ima/
DKconfig168 based on run time secure boot flags.
171 bool "IMA build time configured policy rules"
175 This option defines an IMA appraisal policy at build time, which
176 is enforced at run time without having to specify a builtin
177 policy name on the boot command line. The build time appraisal
/security/keys/
Dkey.c1040 time64_t time; in key_revoke() local
1055 time = ktime_get_real_seconds(); in key_revoke()
1056 if (key->revoked_at == 0 || key->revoked_at > time) { in key_revoke()
1057 key->revoked_at = time; in key_revoke()
/security/
DKconfig.hardening32 function entry time. This has the possibility to have the
108 This option will cause a warning to be printed each time the
/security/tomoyo/
DKconfig86 domain/program checks for run-time policy modifications. Please enable
Dcommon.h1051 void tomoyo_convert_time(time64_t time, struct tomoyo_time *stamp);