📄 attach-todo.txt
字号:
ATTACH TODO* CHECK FOR ANY CONCEIVABLE ERRORfist_ioctl +a /mnt/wrapfs abc /n/fist/wrapfs/zadok oops if /n/fist/wrapfs/zadok doesn't exist CPW: Fixed, hidden_dentry not correctly validated.ensure that only file owners are allowed to attach to their own directories what about the privs of mount point? CPW: Should it be owners or people with READ/EXEC perms? Check that MAY_EXEC and MAY_READ are permitted on to. ensure that you can only attach to directories. CPW: S_ISDIR added.* works- stat /mnt/wrapfs/nonexistent IS OK- stat /mnt/wrapfs/abd/nonexistent IS OK* bugsstat /mnt/wrapfs/abd/date.txt (exists) oops1 in wrapfs_interpose. fixed: had to do w/ using static inode numbers.Problem: attach node and hidden one may have different names! is that a problem in our expected code?check if fist_ioctl +a /mnt/wrapfs zadok /n/fist/wrapfs/zadok makes a different wrt oops1 Nope: we still get an oops- busy inodes after umount (kernel message) probably b/c we haven't implemented detach yet- at some point I got an oops from "ls /mnt/wrapfs/abc" can't reproduce it. I think it was in file ops (release)- CPW: The attached name changed from "compile2" to "compile2ZZZZ" Then it disappeared while I was doing 2 concurrent gcc compiles.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -