Searched refs:time (Results 1 – 9 of 9) sorted by relevance
165 based on run time secure boot flags.168 bool "IMA build time configured policy rules"172 This option defines an IMA appraisal policy at build time, which173 is enforced at run time without having to specify a builtin174 policy name on the boot command line. The build time appraisal
22 enable Landlock at boot time.
69 time and can be disabled for small embedded systems.93 also increases policy load time. This option is required for
1133 time64_t time; in key_revoke() local1149 time = ktime_get_real_seconds(); in key_revoke()1150 if (key->revoked_at == 0 || key->revoked_at > time) { in key_revoke()1151 key->revoked_at = time; in key_revoke()
77 generated and sealed by a trust source selected at kernel boot-time.
28 function entry time. This has the possibility to have the122 This option will cause a warning to be printed each time the284 marked with __randomize_layout, will be randomized at compile-time.
68 or unmapping system mappings. Known broken software at the time
84 domain/program checks for run-time policy modifications. Please enable
1048 void tomoyo_convert_time(time64_t time, struct tomoyo_time *stamp);
Completed in 13 milliseconds