Archive-Libarchive-FFI
view release on metacpan or search on metacpan
lib/Archive/Libarchive/FFI/Function.pod view on Meta::CPAN
Return an opaque ACL object.
There's not yet anything you can actually do with this...
=head2 archive_entry_acl_add_entry
my $status = archive_entry_acl_add_entry($entry, $type, $permset, $tag, $qual, $name);
Adds a single ACL entry. For the access ACL and non-extended principals, the classic
UNIX permissions are updated.
=head2 archive_entry_acl_clear
my $status = archive_entry_acl_clear($entry);
removes all ACL entries and resets the enumeration pointer.
=head2 archive_entry_acl_count
my $count = archive_entry_acl_count($entry, $want_type);
lib/Archive/Libarchive/FFI/Function.pod view on Meta::CPAN
my $device_minor = archive_entry_devminor($entry);
Returns the device minor property for the archive entry.
=head2 archive_entry_fflags
my $status = archive_entry_fflags($entry, $set, $clear);
Gets the file flag properties for the archive entry. The
C<$set> and C<$clear> arguments are updated to return their
values.
=head2 archive_entry_fflags_text($entry)
my $string = archive_entry_fflags_text($entry);
Returns the file flags property as a string.
=head2 archive_entry_filetype
( run in 0.330 second using v1.01-cache-2.11-cpan-2b0bae70ee8 )