Re: facl under Solaris
- From: Steffen Netz <SteffenNetz@xxxxxxxxxx>
- Date: Tue, 7 Feb 2006 11:51:16 +0100
Anno Siegel wrote:
Steffen Netz <SteffenNetz@xxxxxxxxxx> wrote in comp.lang.perl.misc:
Hello,
how can I get the file-tests to consider the FACL's in Solaris?
In the ExtUtils::Install Module is an test
if (!$nonono && !-w $targetdir) {
warn "Warning: You do not have permissions to " .
"install into $from_to{$source_dir_or_file}"
unless $warn_permissions++;
}
My targetdir is open only under facl.
Therefore Install fails.
Have you searched CPAN? There's a module Solaris::ACL that should
help. I'd expect that ExtUtils::Install must be told to use it.
Anno
Hi Anno,
I have. I installed a patch in my ExtUtils::Install,
but cannot access the shadoww-passwords via getpw*
Therefore, I have my UID hardcoded. Rather bad.
....
my $acl=getfacl($targetdir);
if (!$nonono && !-w $targetdir && !($acl->users(305) &02 )) {
....
How is the best way to contact Module-Owner?
Via PM, or is there a newsgroup?
regards,
Steffen
.
- Follow-Ups:
- Re: facl under Solaris
- From: Anno Siegel
- Re: facl under Solaris
- References:
- facl under Solaris
- From: Steffen Netz
- Re: facl under Solaris
- From: Anno Siegel
- facl under Solaris
- Prev by Date: Re: facl under Solaris
- Next by Date: Best way for -h option for script to run perldoc on itself?
- Previous by thread: Re: facl under Solaris
- Next by thread: Re: facl under Solaris
- Index(es):
Relevant Pages
|