<avrf:logEntry Time="2006-03-23 : 10:19:48" LayerName="LuaPriv" StopCode="0x331B" Severity="Error"> <avrf:message>Access Restricted</avrf:message> <avrf:formatmessage>CreateFileW: File (\Device\NamedPipe\net\NtControlPipe23) only grants requested 'FILE_APPEND_DATA' to 'NT-AUTORITAET\SYSTEM'</avrf:formatmessage> Hello, I have a problem understanding what the error message above means. The app requests only the perms it needs and gets them - so where is the error?
From appverifier help documentation: The application opened an object (file, registry key, etc) and requested access permissions that were granted solely to trusted users. This predicts that untrusted users will have difficulty running the application correctly. Here, FILE_APPEND_DATA is granted only to 'NT-AUTORITAET\SYSTEM' Please let us know if this information doesn't help. Thanks, Prasad "myNickname" wrote: > <avrf:logEntry Time="2006-03-23 : 10:19:48" LayerName="LuaPriv" > StopCode="0x331B" Severity="Error"> > <avrf:message>Access Restricted</avrf:message> > <avrf:formatmessage>CreateFileW: File > (\Device\NamedPipe\net\NtControlPipe23) only grants requested > 'FILE_APPEND_DATA' to 'NT-AUTORITAET\SYSTEM'</avrf:formatmessage> > > Hello, > > I have a problem understanding what the error message above means. > The app requests only the perms it needs and gets them - so where is the > error? >
Go to Help in App Verifier, then select the Search tab and then enter "Access Restricted" (without the quotes) and look at the results - you may find something that could help. Raj "myNickname" wrote in message news:CFE0D71A-2619-4730-9A23-D6AE55CD1900@microsoft.com... > <avrf:logEntry Time="2006-03-23 : 10:19:48" LayerName="LuaPriv" > StopCode="0x331B" Severity="Error"> > <avrf:message>Access Restricted</avrf:message> > <avrf:formatmessage>CreateFileW: File > (\Device\NamedPipe\net\NtControlPipe23) only grants requested > 'FILE_APPEND_DATA' to 'NT-AUTORITAET\SYSTEM'</avrf:formatmessage> > > Hello, > > I have a problem understanding what the error message above means. > The app requests only the perms it needs and gets them - so where is the > error? >
Thank you. But I don't see why this should be an error (the program is a service which should never be run by untrusted users). I would rate it as a warning or information. "Prasad Kakulamarri [MSFT]" wrote: > > From appverifier help documentation: > The application opened an object (file, registry key, etc) and requested > access permissions that were granted solely to trusted users. This predicts > that untrusted users will have difficulty running the application correctly. > > Here, FILE_APPEND_DATA is granted only to 'NT-AUTORITAET\SYSTEM' > > Please let us know if this information doesn't help. > Thanks, > Prasad > > "myNickname" wrote: > > > <avrf:logEntry Time="2006-03-23 : 10:19:48" LayerName="LuaPriv" > > StopCode="0x331B" Severity="Error"> > > <avrf:message>Access Restricted</avrf:message> > > <avrf:formatmessage>CreateFileW: File > > (\Device\NamedPipe\net\NtControlPipe23) only grants requested > > 'FILE_APPEND_DATA' to 'NT-AUTORITAET\SYSTEM'</avrf:formatmessage> > > > > Hello, > > > > I have a problem understanding what the error message above means. > > The app requests only the perms it needs and gets them - so where is the > > error? > >
Thank you for your feedback. The goal of LUAPriv is to identify problems that would requiring an application to run as admin that may need to change so that a non-admin user can run the application. This is why it was flagged as an error. I understand that there are programs that must run as admin. In such cases, I would disable the LUAPriv tests on these. "myNickname" wrote: > Thank you. > But I don't see why this should be an error (the program is a service which > should never be run by untrusted users). > I would rate it as a warning or information. > > "Prasad Kakulamarri [MSFT]" wrote: > > > > > From appverifier help documentation: > > The application opened an object (file, registry key, etc) and requested > > access permissions that were granted solely to trusted users. This predicts > > that untrusted users will have difficulty running the application correctly. > > > > Here, FILE_APPEND_DATA is granted only to 'NT-AUTORITAET\SYSTEM' > > > > Please let us know if this information doesn't help. > > Thanks, > > Prasad > > > > "myNickname" wrote: > > > > > <avrf:logEntry Time="2006-03-23 : 10:19:48" LayerName="LuaPriv" > > > StopCode="0x331B" Severity="Error"> > > > <avrf:message>Access Restricted</avrf:message> > > > <avrf:formatmessage>CreateFileW: File > > > (\Device\NamedPipe\net\NtControlPipe23) only grants requested > > > 'FILE_APPEND_DATA' to 'NT-AUTORITAET\SYSTEM'</avrf:formatmessage> > > > > > > Hello, > > > > > > I have a problem understanding what the error message above means. > > > The app requests only the perms it needs and gets them - so where is the > > > error? > > >