Home
last modified time | relevance | path

Searched refs:disable_denylist (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/vfio/pci/
H A Dvfio_pci.c59 static bool disable_denylist; variable
60 module_param(disable_denylist, bool, 0444);
61 MODULE_PARM_DESC(disable_denylist, "Disable use of device denylist. Disabling the denylist allows binding to devices with known errata that may lead to exploitable stability or security issues when accessed by untrusted users.");
88 if (disable_denylist) { in vfio_pci_is_denylisted()
265 if (disable_denylist) in vfio_pci_init()
/kernel/linux/linux-5.10/drivers/vfio/pci/
H A Dvfio_pci.c63 static bool disable_denylist; variable
64 module_param(disable_denylist, bool, 0444);
65 MODULE_PARM_DESC(disable_denylist, "Disable use of device denylist. Disabling the denylist allows binding to devices with known errata that may lead to exploitable stability or security issues when accessed by untrusted users.");
101 if (disable_denylist) { in vfio_pci_is_denylisted()
2474 if (disable_denylist) in vfio_pci_init()

Completed in 4 milliseconds