¡@

Home 

c++ Programming Glossary: acl

C++ - How to set file permissions (cross platform)

http://stackoverflow.com/questions/592448/c-how-to-set-file-permissions-cross-platform

DOS is good enough for me i.e. I don't need to deal with ACL on Windows. Generally speaking Windows has two privilege models.. The access control model uses access control lists ACL to grant privileges. Privileges can only be granted by a process.. if you are using FAT partitions you are SOL. Using ACL is a big pain in the ass. It is not a trivial undertaking and..

Prevent user process from being killed with “End Process” from Process Explorer

http://stackoverflow.com/questions/6185975/prevent-user-process-from-being-killed-with-end-process-from-process-explorer

did they do it I think there might be a way to modify the ACL or mark the process as 'critical' but I cannot seem to locate.. dwAccessPermissions DENY_ACCESS NO_INHERITANCE PACL pTempDacl NULL DWORD dwErr 0 dwErr SetEntriesInAcl 1 denyAccess.. dwErr... dwErr SetSecurityInfo hProcess SE_KERNEL_OBJECT DACL_SECURITY_INFORMATION NULL NULL pTempDacl NULL check dwErr.....

how to change the ACLs from c++?

http://stackoverflow.com/questions/910528/how-to-change-the-acls-from-c

to change the ACLs from c how to change the ACLs from c can anyone help me to.. to change the ACLs from c how to change the ACLs from c can anyone help me to do the folowing from c without.. SetFilePermission LPCTSTR FileName PSID pEveryoneSID NULL PACL pACL NULL EXPLICIT_ACCESS ea 1 SID_IDENTIFIER_AUTHORITY SIDAuthWorld..