Re: [PATCH setup 06/11] Enable SeCreateSymbolicLink privilege

2021-09-14 Thread Jon Turney
On 11/08/2021 09:46, Corinna Vinschen via Cygwin-apps wrote: On Aug 10 18:02, Jon Turney wrote: I'm not sure if SeCreateSymbolicLink privilege can get removed by UAC filtering, but to make sure to enable it, if we can. I'm not sure this is required. This is one of the privileges which is enab

Re: [PATCH setup 06/11] Enable SeCreateSymbolicLink privilege

2021-08-11 Thread Corinna Vinschen via Cygwin-apps
On Aug 10 18:02, Jon Turney wrote: > I'm not sure if SeCreateSymbolicLink privilege can get removed by UAC > filtering, but to make sure to enable it, if we can. I'm not sure this is required. This is one of the privileges which is enabled automatically on usage if it's present in the token and n

[PATCH setup 06/11] Enable SeCreateSymbolicLink privilege

2021-08-10 Thread Jon Turney
I'm not sure if SeCreateSymbolicLink privilege can get removed by UAC filtering, but to make sure to enable it, if we can. Also report if it's available to log. --- win32.cc | 58 win32.h | 2 ++ 2 files changed, 60 insertions(+) diff --