Browse Source

Обновить 'src/module-reg4uefi'

Берсенев Валерий 1 year ago
parent
commit
a692191fc5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/module-reg4uefi

+ 2 - 1
src/module-reg4uefi

@@ -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 \