Re: [PATCH v2 0/4] modsign enhancement

2018-03-12 Thread Jia Zhang
On 2018/3/12 下午9:28, Jessica Yu wrote: > +++ Jia Zhang [08/03/18 12:26 +0800]: >> This patch series allows to disable module validity enforcement >> in runtime through /sys/kernel/security/modsign/enforce interface. >> >> Assuming CONFIG_MODULE_SIG_FORCE=y, here are the instructions to >>

Re: [PATCH v2 0/4] modsign enhancement

2018-03-12 Thread Jia Zhang
On 2018/3/12 下午9:28, Jessica Yu wrote: > +++ Jia Zhang [08/03/18 12:26 +0800]: >> This patch series allows to disable module validity enforcement >> in runtime through /sys/kernel/security/modsign/enforce interface. >> >> Assuming CONFIG_MODULE_SIG_FORCE=y, here are the instructions to >>

Re: [PATCH v2 0/4] modsign enhancement

2018-03-12 Thread Jessica Yu
+++ Jia Zhang [08/03/18 12:26 +0800]: This patch series allows to disable module validity enforcement in runtime through /sys/kernel/security/modsign/enforce interface. Assuming CONFIG_MODULE_SIG_FORCE=y, here are the instructions to disable the validity enforcement. # cat

Re: [PATCH v2 0/4] modsign enhancement

2018-03-12 Thread Jessica Yu
+++ Jia Zhang [08/03/18 12:26 +0800]: This patch series allows to disable module validity enforcement in runtime through /sys/kernel/security/modsign/enforce interface. Assuming CONFIG_MODULE_SIG_FORCE=y, here are the instructions to disable the validity enforcement. # cat

[PATCH v2 0/4] modsign enhancement

2018-03-07 Thread Jia Zhang
This patch series allows to disable module validity enforcement in runtime through /sys/kernel/security/modsign/enforce interface. Assuming CONFIG_MODULE_SIG_FORCE=y, here are the instructions to disable the validity enforcement. # cat /sys/kernel/security/modsign/enforce # echo -n 0 > data #

[PATCH v2 0/4] modsign enhancement

2018-03-07 Thread Jia Zhang
This patch series allows to disable module validity enforcement in runtime through /sys/kernel/security/modsign/enforce interface. Assuming CONFIG_MODULE_SIG_FORCE=y, here are the instructions to disable the validity enforcement. # cat /sys/kernel/security/modsign/enforce # echo -n 0 > data #