Searched refs:enforce (Results 1 – 9 of 9) sorted by relevance
| /security/loadpin/ |
| A D | loadpin.c | 46 static int enforce = IS_ENABLED(CONFIG_SECURITY_LOADPIN_ENFORCE); 59 .data = &enforce, 120 if (enforce) { in loadpin_sb_free_security() 145 if (!enforce) { in loadpin_check() 178 if (unlikely(!enforce)) { in loadpin_check() 261 enforce ? "" : "not "); in loadpin_init() 442 module_param(enforce, int, 0); 443 MODULE_PARM_DESC(enforce, "Enforce module/firmware pinning");
|
| A D | Kconfig | 21 If selected, LoadPin will enforce pinning at boot. If not 23 "loadpin.enforce=1".
|
| /security/ipe/ |
| A D | eval.c | 23 bool enforce = true; variable 378 if (!READ_ONCE(enforce)) in ipe_evaluate_event() 392 module_param(enforce, bool, 0400); 393 MODULE_PARM_DESC(enforce, "Start IPE in enforce or permissive mode");
|
| A D | fs.c | 86 old_value = READ_ONCE(enforce); in setenforce() 93 WRITE_ONCE(enforce, new_value); in setenforce() 113 result = ((READ_ONCE(enforce)) ? "1" : "0"); in getenforce()
|
| A D | eval.h | 19 extern bool enforce;
|
| A D | audit.c | 145 op, audit_hook_names[ctx->hook], READ_ONCE(enforce), in ipe_audit_match()
|
| A D | Kconfig | 18 allowing users to define a policy to enforce a trust-based access
|
| /security/selinux/ |
| A D | Kconfig | 38 /sys/fs/selinux/enforce.
|
| /security/integrity/ |
| A D | Kconfig | 82 The .machine keyring can be configured to enforce CA restriction
|
Completed in 11 milliseconds