Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
ECLAT-SETSATTR(1)	      Eclat User Reference	       ECLAT-SETSATTR(1)

NAME
     eclat-setsattr,  eclat-modify-snapshot-attribute  -  modify permission set-
     tings 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  snap-
     shot 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 permis-
     sion 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-2018 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)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=eclat-setsattr&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help