pyamsoft / pstate-frequency

Easily control Intel p-state driver on Linux
https://pyamsoft.blogspot.com/
GNU General Public License v2.0
172 stars 19 forks source link

Replace temp file in MHz code with pipe #1

Closed pyamsoft closed 9 years ago

pyamsoft commented 9 years ago

Pipe will be faster and will not leave around a temp file, which can pose a security risk if a user with privileges was able to edit the line and drop in arbitrary code for execution.

pyamsoft commented 9 years ago

Should be working in builds from commit 52 and onwards