?? snoopfs.fist
字號:
%{ /* * snoopfs: warn of possible illegal use by non-root non-owners */%}debug off;%%%op:lookup:postcall {if ((fistLastErr() == EPERM || fistLastErr() == ENOENT) && $0.owner != %uid && %uid != 0) printk("snoopfs detected access by uid %d, pid %d, to file %s\n", %uid, %pid, name);}%%/* no extra routines are needed *//* * Local variables: * c-basic-offset: 4 * End: */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -