Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Windos
win32.3rdparty
win32.directx.audio
win32.directx.ddk
win32.directx.graphics
win32.directx.input
win32.directx.managed
win32.directx.misc
win32.directx.networking
win32.directx.sdk
win32.directx.video
win32.dirx.grap.shaders
win32.gdi
win32.international
win32.kernel
win32.messaging
win32.mmedia
win32.networks
win32.ole
win32.rtc
win32.tapi
win32.tapi.beta
win32.tools
win32.ui
win32.wince
win32.wmi
windows.mediacenter
winfx.aero
winfx.announcements
winfx.avalon
winfx.collaboration
winfx.fundamentals
winfx.general
winfx.indigo
winfx.sdk
winfx.winfs
  
 
date: Thu, 23 Mar 2006 03:39:27 -0800,    group: microsoft.public.win32.programmer.tools        back       


App Verifier - why is this an error?   
<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?
date: Thu, 23 Mar 2006 03:39:27 -0800   author:   myNickname

RE: App Verifier - why is this an 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?
>
date: Thu, 23 Mar 2006 13:15:03 -0800   author:   Prasad Kakulamarri [MSFT]

Re: App Verifier - why is this an 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?
>
date: Thu, 23 Mar 2006 13:17:18 -0800   author:   Raj Parulekar

RE: App Verifier - why is this an 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?
> >
date: Fri, 24 Mar 2006 02:40:01 -0800   author:   myNickname

RE: App Verifier - why is this an 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?
> > >
date: Fri, 24 Mar 2006 09:34:02 -0800   author:   dfritch

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us