⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 snoopfs.fist

📁 Solaris操作系统下的过滤驱动程序, C源码程序.
💻 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 + -