mkottman / acpi_call

A linux kernel module that enables calls to ACPI methods through /proc/acpi/call. Now with support for Integer, String and Buffer parameters.
309 stars 130 forks source link

Security issue: /proc/acpi/call is world-writable #13

Closed Lekensteyn closed 12 years ago

Lekensteyn commented 13 years ago

/proc/acpi/call is world-writable. Even if this is by design, it's a security flaw. Please apply the patch from 3c842f4

Lekensteyn commented 12 years ago

Closed because #20 takes care of it.