There was an error while loading. Please reload this page.
1 parent 28751a1 commit ef90cd0Copy full SHA for ef90cd0
1 file changed
include/access.hpp
@@ -6,6 +6,8 @@
6
namespace cewrapper
7
{
8
9
+void allow_access_to_nul(wchar_t *container_sid);
10
+
11
void grant_access_to_path(wchar_t *container_sid, wchar_t *dir, uint32_t permissions);
12
void grant_access_to_registry(wchar_t *container_sid, wchar_t *key, uint32_t permissions, registry_type_t regtype);
13
0 commit comments