Remove unused policy flag QSSB_FS_ALLOW_NOTHING
This commit is contained in:
父節點
2c94fe8225
當前提交
67e1afc904
3
qssb.h
3
qssb.h
@ -72,9 +72,6 @@
|
|||||||
|
|
||||||
#define QSSB_SYS(x) (__NR_##x)
|
#define QSSB_SYS(x) (__NR_##x)
|
||||||
|
|
||||||
//TODO: implement
|
|
||||||
#define QSSB_FS_ALLOW_NOTHING 0 //explicit rule
|
|
||||||
|
|
||||||
#define QSSB_FS_ALLOW_READ 1<<0
|
#define QSSB_FS_ALLOW_READ 1<<0
|
||||||
#define QSSB_FS_ALLOW_WRITE (1<<1) | QSSB_FS_ALLOW_READ
|
#define QSSB_FS_ALLOW_WRITE (1<<1) | QSSB_FS_ALLOW_READ
|
||||||
#define QSSB_FS_ALLOW_EXEC 1<<2
|
#define QSSB_FS_ALLOW_EXEC 1<<2
|
||||||
|
載入中…
x
新增問題並參考
Block a user