📄 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 + -