Skip to content

module_taints

const module_taints: object

Defined in: src/module.ts:25

The taint flags a module can have, keyed by the character used by taint and /proc/modules.

readonly C: "staging" = 'staging'

readonly E: "unsigned" = 'unsigned'

readonly F: "forced load" = 'forced load'

readonly O: "out-of-tree" = 'out-of-tree'

readonly P: "proprietary" = 'proprietary'