digimer

Untitled

Dec 28th, 2011
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. probe kernel.function("sys_open").return {
  2. if (isinstr(user_string($filename), "/sys/devices/virtual/dmi/id/product_uuid")) {
  3. $return = -22;
  4. }
  5. if (isinstr(user_string($filename), "/sys/class/dmi/id/product_uuid")) {
  6. $return = -22;
  7. }
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment