lumag / digsig2-tools

Digital Signatures for ELF files for Linux
GNU General Public License v2.0
0 stars 2 forks source link

Signing of scripting language modules #6

Open lumag opened 6 years ago

lumag commented 6 years ago

In addition to #2 it should be necessary to support signing/verification for scripting language modules. Each module should have a valid signature. Interpreter suggest to the kernel (e.g. via special open() flag) that file being open should be verified. Opening it should fail in case no valid signature was found.