|
NAMEeclat-setsattr, eclat-modify-snapshot-attribute - modify permission settings for the specified snapshot.SYNOPSISeclat setsattr {g|u}{-|+}{all|ID} SNAP-IDeclat setsattr --help DESCRIPTIONThis command modifies the createVolumePermission attribute of a EC2 snapshot identified by SNAP-ID. If ID mapping is enabled (see the section 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 consists 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 ALSOeclat(1), eclat-clrsattr(1), eclat-lssattr(1), eclat-lsattr(1).AUTHORSSergey PoznyakoffBUG REPORTSReport bugs to <bug-eclat@gnu.org.ua>.COPYRIGHTCopyright © 2012-2018 Sergey PoznyakoffLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
Visit the GSP FreeBSD Man Page Interface. |