Giter VIP home page Giter VIP logo

Comments (4)

Tk-Glitch avatar Tk-Glitch commented on June 27, 2024 1

Module signing is enabled in all current revisions of -tkg kernels.

See https://github.com/Frogging-Family/linux-tkg/blob/master/linux58-tkg/linux58-tkg-config/config.x86_64#L883 for example.

Key is generated early on at build time:
Screenshot_20200820_141045

from linux-tkg.

jnines avatar jnines commented on June 27, 2024 1

To be specific I'm talking about modules built through dkms, if kernel signing is on (which it is) all modules would be signed outside of those dkms modules. for mod in $(lsmod | tail -n +2 | cut -d' ' -f1); do modinfo ${mod} | grep -q "signature" || echo "Unsigned: ${mod}" ; done will show which modules are unsigned, in my case

Unsigned: nvidia_uvm 
Unsigned: nvidia_drm
Unsigned: nvidia_modeset
Unsigned: krx62
Unsigned: nvidia

I see with _NUKR off in the customization config it leaves the signing keys behind, so I might play with signing those modules manually when I get time. That way I can enforce module signing on boot, while still having a working system, and then nuke the /src so I don't have the key floating around. Still not my wheelhouse but it is interesting to read about.

from linux-tkg.

jnines avatar jnines commented on June 27, 2024

I did not know that. Is there a way to use that to sign out of tree modules (nvidia, virtualbox, etc) so that you can set module.sig_enforce=1?

from linux-tkg.

AdelKS avatar AdelKS commented on June 27, 2024

The Ubuntu&Derivatives install script also signs the modules :D

from linux-tkg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.