FreeBSD Manual Pages
ECLAT-SETSATTR(1) Eclat User Reference ECLAT-SETSATTR(1) NAME eclat-setsattr, eclat-modify-snapshot-attribute - modify permission settings for the specified snapshot. SYNOPSIS eclat setsattr {g|u}{-|+}{all|ID} SNAP-ID eclat setsattr --help DESCRIPTION This command modifies the createVolumePermission attribute of a EC2 snapshot identified by SNAP-ID. If ID mapping is enabled (see the sec- tion MAPS in eclat(1)), the SnapshotId map will be used to translate SNAP-ID to the corresponding snapshot identifier. The first argument requests the operation over the attribute. It con- sists of a letter indicating the identity (u for user or g for group), followed by a plus sign to grant permission or a minus sign to revoke it, and an ID of the identity. For example, the command eclat setsattr u+111122223333 snap-1a2b3c4d gives the account with ID 111122223333 permission to create volumes from the snapshot. Several operations can be requested in a single invocation, e.g.: eclat setsattr g+all u-111122223333 snap-1a2b3c4d The above example makes the snapshot public (g+all) and revokes the permission to create volumes from it from the account 111122223333. SEE ALSO eclat(1), eclat-clrsattr(1), eclat-lssattr(1), eclat-lsattr(1). AUTHORS Sergey Poznyakoff BUG REPORTS Report bugs to <bug-eclat@gnu.org.ua>. COPYRIGHT Copyright (C) 2012-2015 Sergey Poznyakoff License GPLv3+: GNU GPL version 3 or later <http://gnu.org/li- censes/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. ECLAT January 26, 2015 ECLAT-SETSATTR(1)
NAME | SYNOPSIS | DESCRIPTION | SEE ALSO | AUTHORS | BUG REPORTS | COPYRIGHT
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=eclat-setsattr&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports>