public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Problem with effective permissions -rw----rw-+
@ 2018-12-22 15:40 chris.day
  2018-12-22 16:50 ` cyg Simple
  2018-12-22 16:52 ` cyg Simple
  0 siblings, 2 replies; 4+ messages in thread
From: chris.day @ 2018-12-22 15:40 UTC (permalink / raw)
  To: cygwin

I'm facing a problem with effective permissions, where the group permission
is unset;

chrisd@edmund:tmp > touch dummy;ls -l dummy;getfacl dummy
-rw----rw-+ 1 chrisd None 0 Dec 22 10:22 dummy
# file: dummy
# owner: chrisd
# group: None
user::rw-
group::rw-              #effective:---
group:Administrators:rwx        #effective:---
mask::---
other::rw-

chrisd@edmund: > umask
000

Any ideas on how to resolve so that it reverts to group:rw-


Cheers

Chris 



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Problem with effective permissions -rw----rw-+
  2018-12-22 15:40 Problem with effective permissions -rw----rw-+ chris.day
@ 2018-12-22 16:50 ` cyg Simple
  2018-12-23  5:59   ` chris.day
  2018-12-22 16:52 ` cyg Simple
  1 sibling, 1 reply; 4+ messages in thread
From: cyg Simple @ 2018-12-22 16:50 UTC (permalink / raw)
  To: cygwin

On 12/22/2018 5:26 AM, chris.day@pinky.co.uk wrote:
> I'm facing a problem with effective permissions, where the group permission
> is unset;
> 
> chrisd@edmund:tmp > touch dummy;ls -l dummy;getfacl dummy
> -rw----rw-+ 1 chrisd None 0 Dec 22 10:22 dummy
> # file: dummy
> # owner: chrisd
> # group: None
> user::rw-
> group::rw-              #effective:---
> group:Administrators:rwx        #effective:---
> mask::---
> other::rw-
> 
> chrisd@edmund: > umask
> 000
> 
> Any ideas on how to resolve so that it reverts to group:rw-

What does cacls give?

-- 
cyg Simple

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Problem with effective permissions -rw----rw-+
  2018-12-22 15:40 Problem with effective permissions -rw----rw-+ chris.day
  2018-12-22 16:50 ` cyg Simple
@ 2018-12-22 16:52 ` cyg Simple
  1 sibling, 0 replies; 4+ messages in thread
From: cyg Simple @ 2018-12-22 16:52 UTC (permalink / raw)
  To: cygwin

On 12/22/2018 5:26 AM, chris.day@pinky.co.uk wrote:
> I'm facing a problem with effective permissions, where the group permission
> is unset;
> 
> chrisd@edmund:tmp > touch dummy;ls -l dummy;getfacl dummy
> -rw----rw-+ 1 chrisd None 0 Dec 22 10:22 dummy
> # file: dummy
> # owner: chrisd
> # group: None
> user::rw-
> group::rw-              #effective:---
> group:Administrators:rwx        #effective:---
> mask::---
> other::rw-
> 
> chrisd@edmund: > umask
> 000
> 
> Any ideas on how to resolve so that it reverts to group:rw-

What does cacls give?

-- 
cyg Simple

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: Problem with effective permissions -rw----rw-+
  2018-12-22 16:50 ` cyg Simple
@ 2018-12-23  5:59   ` chris.day
  0 siblings, 0 replies; 4+ messages in thread
From: chris.day @ 2018-12-23  5:59 UTC (permalink / raw)
  To: 'cyg Simple', cygwin

I think I've resolved this for now, as the Windows ACL's were a little off and I reset using ICACLS * /T /Q /C /RESET

Cheers

Chris 

-----Original Message-----
From: cygwin-owner@cygwin.com <cygwin-owner@cygwin.com> On Behalf Of cyg Simple
Sent: 22 December 2018 16:50
To: cygwin@cygwin.com
Subject: Re: Problem with effective permissions -rw----rw-+

On 12/22/2018 5:26 AM, chris.day@pinky.co.uk wrote:
> I'm facing a problem with effective permissions, where the group 
> permission is unset;
> 
> chrisd@edmund:tmp > touch dummy;ls -l dummy;getfacl dummy
> -rw----rw-+ 1 chrisd None 0 Dec 22 10:22 dummy
> # file: dummy
> # owner: chrisd
> # group: None
> user::rw-
> group::rw-              #effective:---
> group:Administrators:rwx        #effective:---
> mask::---
> other::rw-
> 
> chrisd@edmund: > umask
> 000
> 
> Any ideas on how to resolve so that it reverts to group:rw-

What does cacls give?

--
cyg Simple

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-12-22 18:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-22 15:40 Problem with effective permissions -rw----rw-+ chris.day
2018-12-22 16:50 ` cyg Simple
2018-12-23  5:59   ` chris.day
2018-12-22 16:52 ` cyg Simple

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).