Home
last modified time | relevance | path

Searched refs:enforce (Results 1 – 9 of 9) sorted by relevance

/security/loadpin/
A Dloadpin.c46 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 DKconfig21 If selected, LoadPin will enforce pinning at boot. If not
23 "loadpin.enforce=1".
/security/ipe/
A Deval.c23 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 Dfs.c86 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 Deval.h19 extern bool enforce;
A Daudit.c145 op, audit_hook_names[ctx->hook], READ_ONCE(enforce), in ipe_audit_match()
A DKconfig18 allowing users to define a policy to enforce a trust-based access
/security/selinux/
A DKconfig38 /sys/fs/selinux/enforce.
/security/integrity/
A DKconfig82 The .machine keyring can be configured to enforce CA restriction

Completed in 11 milliseconds