|
@@ -3,7 +3,8 @@
|
3
|
3
|
opt=$1
|
4
|
4
|
|
5
|
5
|
path_script="$(dirname $(readlink --canonicalize-existing "$0"))"
|
6
|
|
-openssl req -new -x509 -newkey rsa:2048 -keyout $pash_script/MOK.priv -outform DER -out $pash_script/MOK.der -nodes -days 36500 -subj "/CN=YOUR_NAME/"
|
|
6
|
+sudo openssl req -new -x509 -newkey rsa:2048 -keyout $pash_script/MOK.priv -outform DER -out $pash_script/MOK.der -nodes -days 36500 -subj "/CN=YOUR_NAME/"
|
|
7
|
+# eval scan_ls="(" $(find /lib/modules/$(uname -r) -type f -name "$opt".ko -printf '%f\n') ")";
|
7
|
8
|
for modfile in $(find /* -type f --name $opt -printf '%f\n'); do
|
8
|
9
|
echo "Signing $modfile"
|
9
|
10
|
/usr/src/linux-headers-$(uname -r)/scripts/sign-file sha256 \
|