···112112 <literal>kernel.grsecurity.grsec_lock</literal> to
113113 non-zero as soon as all sysctl options are set. *THIS IS
114114 EXTREMELY IMPORTANT*!
115115-116116- If disabled, this also turns off the
117117- <literal>systemd-sysctl</literal> service.
118115 '';
119116 };
120117···229226 kernel 3.19) to continue.
230227 '';
231228 }
232232- { assertion = (cfg.stable -> !cfg.testing) || (cfg.testing -> !cfg.stable);
233233- message = ''
234234- You must select either the stable or testing patch, not
235235- both.
236236- '';
229229+ { assertion = !(cfg.stable && cfg.testing);
230230+ message = "Select either one of the stable or testing patch";
237231 }
238232 { assertion = (cfg.config.restrictProc -> !cfg.config.restrictProcWithGroup) ||
239233 (cfg.config.restrictProcWithGroup -> !cfg.config.restrictProc);