Skip to content

Is this project suitable to build an application based restricted filesystem? *Windows OS* #493

Answered by billziss-gh
cpainchaud asked this question in Q&A
Discussion options

You must be logged in to vote

I often manipulate sensitive data and I would like to ensure that only a specific program (identified by its path and/or digital signature) has access specific folders so any other program trying to access it would be denied. Even Windows Explorer should be denied or even the system.

What you want is possible, but there are caveats. You need to understand the caveats and decide whether the implied security is enough for your needs.

Windows file system security is based on controlling access when files are being opened. This means that whenever the CreateFile (or equivalent) API is used, the file system applies access control. If the call succeeds, then the returned HANDLE does not usual…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@cpainchaud
Comment options

Answer selected by cpainchaud
Comment options

You must be logged in to vote
3 replies
@billziss-gh
Comment options

@Dwedit
Comment options

@billziss-gh
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants