Well . . . It doesn't give me anything else helpful. Out of 142KB of log,
this seems relevant:
{ identity => 'NT AUTHORITY\SYSTEM', rights => ["full"], affects =>
'self_only' },
{ identity => 'NT AUTHORITY\SYSTEM', rights => ["full"], affects =>
'self_only' },
{ identity => 'NT AUTHORITY
On Thu, Sep 24, 2015 at 7:25 AM, jmp242 wrote:
> So per my previous post, I'm now trying to replace the file POSIX
> permissions with ACLs. I'm apparently missing something though. I want to
> replicate what I had before in the new supported method, i.e.:
>
> owner => 'SYSTEM',
>
So per my previous post, I'm now trying to replace the file POSIX
permissions with ACLs. I'm apparently missing something though. I want to
replicate what I had before in the new supported method, i.e.:
owner => 'SYSTEM',
group => 'Administrators',
mode=> '0775',