diff --git a/public/modprobe.te b/public/modprobe.te
index 24a6b3b6379c4d366d56432956c022fea95d4423..a286c17199beb9ee97d326ddc75e57bb1d582a8d 100644
--- a/public/modprobe.te
+++ b/public/modprobe.te
@@ -2,6 +2,7 @@ type modprobe, domain;
 
 allow modprobe proc_modules:file r_file_perms;
 allow modprobe self:capability sys_module;
+allow modprobe kernel:key search;
 recovery_only(`
   allow modprobe rootfs:system module_load;
   allow modprobe rootfs:file r_file_perms;