mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 17:32:57 -05:00
sys: IoCreateDeviceSecure: tighten down who can open the device
This commit is contained in:
@ -8,9 +8,12 @@
|
||||
#define WINFSP_SYS_DRIVER_H_INCLUDED
|
||||
|
||||
#include <ntifs.h>
|
||||
#include <fsctl.h>
|
||||
#include <wdmsec.h>
|
||||
#include <winfsp/fsctl.h>
|
||||
|
||||
#define DRIVER_NAME "WinFsp"
|
||||
#define DRIVER_SDDL "D:P(A;;GA;;;SY)(A;;GA;;;BA)"
|
||||
/* system and builtin administrators have full access */
|
||||
|
||||
/* DEBUGLOG */
|
||||
#if DBG
|
||||
|
Reference in New Issue
Block a user