Skip to content

Commit ef90cd0

Browse files
committed
.
1 parent 28751a1 commit ef90cd0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/access.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
namespace cewrapper
77
{
88

9+
void allow_access_to_nul(wchar_t *container_sid);
10+
911
void grant_access_to_path(wchar_t *container_sid, wchar_t *dir, uint32_t permissions);
1012
void grant_access_to_registry(wchar_t *container_sid, wchar_t *key, uint32_t permissions, registry_type_t regtype);
1113

0 commit comments

Comments
 (0)