Digikam

Adam Majer adamm at zombino.com
Sun Dec 20 18:06:29 UTC 2015


On Sun, Dec 20, 2015 at 11:21:05AM -0600, Steve M. Robbins wrote:
> The permissions on files in the hooks directory are a bit odd; most are owned 
> by root, but some have different owners.  I suspect someone may have edited 
> files directly in the past rather than relying on committing to "pkg-
> kde/scripts".  In this specific instance, the file is not writeable by the 
> group, which may be why your update was missed:


I think that ACL is used for ownership information, which means what
you see in `ls` is not always what you get,

$ getfacl `pwd`
getfacl: Removing leading '/' from absolute path names
# file: svn/pkg-kde/hooks
# owner: root
# group: scm_pkg-kde
# flags: -s-
user::rwx
group::rwx
group:pkg-kde:rwx
group:scm_pkg-kde:rwx
mask::rwx
other::r-x
default:user::rwx
default:group::rwx
default:group:pkg-kde:rwx
default:group:scm_pkg-kde:rwx
default:mask::rwx
default:other::r-x

Cheers,
Adam

-- 
Adam Majer
adamm at zombino.com



More information about the pkg-kde-talk mailing list