U &.e@sdZdZdZdZddlmZddlZddlZddl Z ddl Z ddl Z ddl Z ddl Z ddlZddlZddlZz ddlZWnek rdZYnXz ddlZWnek rdZYnXeefZzeef7ZWnek rYnXddd d d d d ddddddddgZdZdZdZdZedZdZdZ dZ!dZ"dZ#dZ$dZ%d Z&d!Z'd"Z(d#Z)d$Z*d%Z+d&Z,d'Z-d(Z.d)Z/d*Z0d+Z1d,Z2dZ3d-Z4d.Z5e5Z6e$e%e&e'e*e+e,e(e)e-e.e/f Z7e$e%e,e/fZ8e-e.e/fZ9d/Z:d0d1d2d3hZ;eej?d5krd6Z@neAZ@d7d8ZBd9d:ZCd;d<ZDd=e6fd>d?ZEd@dAZFdedfdBdCZGdDdEZHGdFd d eIZJGdGddeJZKGdHd d eJZLGdId d eJZMGdJd d eJZNGdKddeJZOGdLdMdMeOZPGdNdOdOeOZQGdPdQdQeOZRGdRdSdSeOZSGdTdUdUeOZTGdVdWdWZUGdXdYdYZVGdZd[d[eWZXGd\d]d]eWZYGd^d_d_e jZZ[Gd`dadaeJZ\Gdbdcdce\Z]Gdddedee\Z^Gdfdgdge\Z_Gdhdidie\Z`Gdjdkdke\Zad{dldmZbdndoZcdpdqZddrdsZeecedeedtZfeWZgGduddeWZhGdvddeWZidwd ZjeijZdxdyZkeldzkr ekdS)|z,Read from and write to tar format archives. z0.9.0u"Lars Gustäbel (lars@gustaebel.de)u4Gustavo Niemeyer, Niels Gustäbel, Richard Townsend.)openNTarFileTarInfo is_tarfileTarError ReadErrorCompressionError StreamError ExtractError HeaderErrorENCODING USTAR_FORMAT GNU_FORMAT PAX_FORMATDEFAULT_FORMATrTz/etc/python/tarfile.cfgisustar sustar00d01234567LKSxgX)pathlinkpathsizemtimeuidgidunamegnamer%r&r+r,)Zatimectimer(r)r*r'ntutf-8cCs8|dkrtd|||}|d||t|tS)z8Convert a string to a null-terminated bytes object. Nzmetadata cannot contain None) ValueErrorencodelenNUL)slengthencodingerrorsr8/usr/lib64/python3.8/tarfile.pystns r:cCs*|d}|dkr|d|}|||S)z8Convert a null-terminated bytes object to a string. rN)finddecode)r4r6r7pr8r8r9ntss  r?cCs|ddkrbd}tt|dD]}|dK}|||d7}q |ddkrdt|d| }n@z"t|dd}t|p|d d}Wntk rtd YnX|S) z/Convert a number field to a python number. r)r#rAasciistrict0invalid header)ranger2r?intstripr0InvalidHeaderError)r4nir8r8r9ntis   rNrBcCst|}d|kr$d|dkrDnntd|d|fdt}n|tkrd|d |krrd|dkrnnV|dkrtdg}ntdg}d||}t|dD]}|d|d@|dL}qntd |S) z/Convert a python number to a number field. rrBr#z%0*orDrCr@rAzoverflow in number field)rIbytesr3r bytearrayrHinsertr0)rLdigitsformatr4rMr8r8r9itns  2    rTcCs0dttd|}dttd|}||fS)aCalculate the checksum for a member's header by summing up all characters except for the chksum field which is treated as if it was filled with spaces. According to the GNU tar sources, some tars (Sun and NeXT) calculate chksum with signed char, which will be different if there are chars in the buffer with the high bit set. So we calculate two checksums, unsigned and signed. rCZ 148B8x356BZ 148b8x356b)sumstructZ unpack_from)bufZunsigned_chksumZ signed_chksumr8r8r9 calc_chksumss rXc Cs|pd}|dkrdS|dkr.t|||dSt||\}}t|D],}||}t||krf|d||qD|dkr||}t||kr|d||dS)zjCopy length bytes from fileobj src to fileobj dst. If length is None, copy the entire content. i@rNunexpected end of data)shutil copyfileobjdivmodrHreadr2write) srcZdstr5 exceptionbufsizeblocks remainderbrWr8r8r9r[s$       r[cCs8ttjdd}|dk r(||d|}t|dddS)Nr6backslashreplace )end)getattrsysstdoutr1r=print)r4r6r8r8r9 _safe_printsrlc@seZdZdZdS)rzBase exception.N__name__ __module__ __qualname____doc__r8r8r8r9rsc@seZdZdZdS)r z%General exception for extract errors.Nrmr8r8r8r9r sc@seZdZdZdS)rz&Exception for unreadable tar archives.Nrmr8r8r8r9rsc@seZdZdZdS)rz.Exception for unavailable compression methods.Nrmr8r8r8r9rsc@seZdZdZdS)r z=Exception for unsupported operations on stream-like TarFiles.Nrmr8r8r8r9r !sc@seZdZdZdS)r z!Base exception for header errors.Nrmr8r8r8r9r $sc@seZdZdZdS)EmptyHeaderErrorzException for empty headers.Nrmr8r8r8r9rr'srrc@seZdZdZdS)TruncatedHeaderErrorz Exception for truncated headers.Nrmr8r8r8r9rs*srsc@seZdZdZdS)EOFHeaderErrorz"Exception for end of file headers.Nrmr8r8r8r9rt-srtc@seZdZdZdS)rKzException for invalid headers.Nrmr8r8r8r9rK0srKc@seZdZdZdS)SubsequentHeaderErrorz3Exception for missing and invalid extended headers.Nrmr8r8r8r9ru3sruc@s0eZdZdZddZddZddZdd Zd S) _LowLevelFilezLow-level file object. Supports reading and writing. It is used instead of a regular file object for streaming access. cCsFtjtjtjBtjBd|}ttdr2|tjO}t||d|_dS)NrwO_BINARYi) osO_RDONLYO_WRONLYO_CREATO_TRUNChasattrrzrfd)selfnamemoder8r8r9__init__@s  z_LowLevelFile.__init__cCst|jdSN)r{closerrr8r8r9rIsz_LowLevelFile.closecCst|j|Sr)r{r]rrr'r8r8r9r]Lsz_LowLevelFile.readcCst|j|dSr)r{r^rrr4r8r8r9r^Osz_LowLevelFile.writeN)rnrorprqrrr]r^r8r8r8r9rv:s  rvc@sreZdZdZddZddZddZdd Zd d Zd d Z ddZ ddZ dddZ ddZ ddZddZdS)_StreamaClass that serves as an adapter between TarFile and a stream-like object. The stream-like object only needs to have a read() or write() method and is accessed blockwise. Use of gzip or bzip2 compression is possible. A stream-like object could be for example: sys.stdin, sys.stdout, a socket, a tape device etc. _Stream is intended to be used only internally. c Csd|_|dkrt||}d|_|dkr6t|}|}|pd|fg}d|_g|_d}|j}|D]L\}}||kr||j d||df|j d||||f||7}||}qX||jkr|j d||jdfdS)NrrFT) roffsetr'positionrhrr map_indexmapr)rrrr'Z blockinfoZlastposZrealposr8r8r9rhs(    z_FileInFile.__init__cCsdSrr8rr8r8r9rsz_FileInFile.flushcCsdSNTr8rr8r8r9readablesz_FileInFile.readablecCsdS)NFr8rr8r8r9writablesz_FileInFile.writablecCs |jSr)rseekablerr8r8r9rsz_FileInFile.seekablecCs|jS)z*Return the current file position. )rrr8r8r9rsz_FileInFile.tellcCs|tjkr tt|d|j|_nj|tjkr\|dkrFt|j|d|_qt|j||j|_n.|tjkrtt|j||jd|_ntd|jS)z(Seek to a position in the file. rzInvalid argument) ioSEEK_SETminmaxr'rSEEK_CURSEEK_ENDr0)rrwhencer8r8r9rs   z_FileInFile.seekc Cs |dkr|j|j}nt||j|j}d}|dkr|j|j\}}}}||jkr`|krhqnqq6|jd7_|jt|jkr6d|_q6t|||j}|r|j||j||j|}t||krt d||7}n |t |7}||8}|j|7_q,|S)z!Read data from the file. Nrrr#rY) r'rrrrr2rrr]rr3) rr'rWdatastartstoprr5rdr8r8r9r]s,     z_FileInFile.readcCs&|t|}||dt|<t|Sr)r]r2)rrdrWr8r8r9readintosz_FileInFile.readintocCs d|_dSr)rrr8r8r9rsz_FileInFile.close)N)N)rnrorprqrrrrrrrrrr]rrr8r8r8r9rbs  rcseZdZfddZZS) ExFileObjectcs&t|j|j|j|j}t|dSr)rr offset_datar'sparsesuperr)rtarfiletarinfor __class__r8r9rs  zExFileObject.__init__rnrorpr __classcell__r8r8rr9rsrc@s eZdZdS) FilterErrorN)rnrorpr8r8r8r9rsrcseZdZfddZZS)AbsolutePathErrorcs ||_td|jddS)Nzmember z has an absolute pathrrrrrrrr8r9rszAbsolutePathError.__init__rr8r8rr9rsrcseZdZfddZZS)OutsideDestinationErrorcs.||_||_t|jd|dddS)Nz would be extracted to , which is outside the destinationr_pathrrrrrr%rr8r9rs z OutsideDestinationError.__init__rr8r8rr9rsrcseZdZfddZZS)SpecialFileErrorcs||_t|jddS)Nz is a special filerrrr8r9rszSpecialFileError.__init__rr8r8rr9rsrcseZdZfddZZS)AbsoluteLinkErrorcs||_t|jddS)Nz! is a symlink to an absolute pathrrrr8r9rszAbsoluteLinkError.__init__rr8r8rr9rsrcseZdZfddZZS)LinkOutsideDestinationErrorcs.||_||_t|jd|dddS)Nz would link to rrrrrr8r9rs z$LinkOutsideDestinationError.__init__rr8r8rr9rsrcCsi}|j}tj|}|dtjfr@|jdtj}|d<tj|rTt|tjtj ||}tj ||g|krt |||j }|dk r|d@}|r| s|r|d@s|dM}|dO}n|s|rd}nt|||j kr||d<|r|jdk rd|d<|jdk r*d|d <|jdk r>d|d <|jdk rRd|d <|sf|rtj|jr~t||rtj |tj||j}ntj ||j}tj|}tj ||g|krt|||S) N/ri@irr)r*r+r,)rr{r%realpathrseplstripisabsrr commonpathrrisregislnkisdirissymrr)r*r+r,linknamerdirnamer)member dest_pathZfor_data new_attrsrZ target_pathrr8r8r9_get_filtered_attrss^             r cCs|Srr8)rrr8r8r9fully_trusted_filter6sr cCs(t||d}|r$|jf|ddiS|S)NFdeepr rrrrr8r8r9 tar_filter9s rcCs(t||d}|r$|jf|ddiS|S)NTr Fr r r8r8r9 data_filter?s r)Z fully_trustedrrc@seZdZdZedddddddd d d d d dddddddddZdiddZeddZej ddZeddZ e j ddZ ddZ e e e e e e e e d e d! d"d#Z d$d%Zeed&fd'd(Zd)d*Zd+d,Zd-d.Zed/d0Zd1d2Zed3d4Zed5d6Zed7d8Zed9d:Zed;d<Zed=d>Zd?d@ZdAdBZ dCdDZ!dEdFZ"dGdHZ#dIdJZ$dKdLZ%dMdNZ&dOdPZ'dQdRZ(dSdTZ)dUdVZ*dWdXZ+dYdZZ,d[d\Z-d]d^Z.d_d`Z/dadbZ0dcddZ1dedfZ2dgdhZ3dS)jraInformational class which holds the details about an archive member given by a tar header block. TarInfo objects are returned by TarFile.getmember(), TarFile.getmembers() and TarFile.gettarinfo() and are usually created internally. zName of the archive member.zPermission bits.z6User ID of the user who originally stored this member.z7Group ID of the user who originally stored this member.zSize in bytes.zTime of last modification.zHeader checksum.zFile type. type is usually one of these constants: REGTYPE, AREGTYPE, LNKTYPE, SYMTYPE, DIRTYPE, FIFOTYPE, CONTTYPE, CHRTYPE, BLKTYPE, GNUTYPE_SPARSE.zcName of the target file name, which is only present in TarInfo objects of type LNKTYPE and SYMTYPE.z User name.z Group name.zDevice major number.zDevice minor number.zThe tar header starts here.zThe file's data starts here.zMA dictionary containing key-value pairs of an associated pax extended header.zSparse member information.N)rrr)r*r'r(chksumtyperr+r,devmajordevminorrr pax_headersrr_sparse_structs _link_targetrcCsj||_d|_d|_d|_d|_d|_d|_t|_d|_ d|_ d|_ d|_ d|_ d|_d|_d|_i|_dS)zXConstruct a TarInfo object. name is the optional name of the member. irrN)rrr)r*r'r(rREGTYPErrr+r,rrrrrrrrr8r8r9rus"zTarInfo.__init__cCs|jS)z(In pax headers, "name" is called "path".rrr8r8r9r%sz TarInfo.pathcCs ||_dSrrrr8r8r9r%scCs|jS)z0In pax headers, "linkname" is called "linkpath".rrr8r8r9r&szTarInfo.linkpathcCs ||_dSrr)rrr8r8r9r&scCsd|jj|jt|fS)Nz<%s %r at %#x>)rrnridrr8r8r9__repr__szTarInfo.__repr__T) rr(rrr)r*r+r,r _KEEPc Cs| rt|} n t|} || k r(|| _|| k r6|| _|| k rD|| _|| k rR|| _|| k r`|| _|| k rn|| _|| k r||| _|| k r|| _ | S)zGReturn a deep copy of self with the given attributes replaced. ) copyZdeepcopyrr(rrr)r*r+r,) rrr(rrr)r*r+r,r rresultr8r8r9rs(  zTarInfo.replacecCs|jdkrd}n |jd@}|j||j|j|j|j|j|j|j|j |j |j |j d }|dt kr||dds||dd7<|S)z9Return the TarInfo's attributes as a dictionary. N) rrr)r*r'r(rrrr+r,rrrrr)rrr)r*r'r(rrrr+r,rrDIRTYPEr)rrinfor8r8r9get_infos(  zTarInfo.get_infosurrogateescapecCsz|}|D]\}}|dkrtd|q|tkrD||||S|tkrZ||||S|tkrn|||StddS)zq*z||dd Wn$tk rv||||<Yq*YnXt|||kr*||||<q*d D]`\}}||krd ||<q||}d |krd |d krnn t|t rt |||<d ||<q|r| |t |} nd} | | |tddS)zReturn the object as a ustar header block. If it cannot be represented this way, prepend a pax extended header sequence with supplement information. r+rr%rr&)r+r+ )r,r,r6rDrE))r)rB)r*rB)r' )r(r7rrBr#rr)r-rrr/r.r1UnicodeEncodeErrorr2 isinstancefloatstr_create_pax_generic_headerXHDTYPEr1r ) rr"r6rrZhnamer5rRvalrWr8r8r9r(s8    *  zTarInfo.create_pax_headercCs||tdS)zAReturn the object as a pax global header block sequence. r/)r<XGLTYPE)clsrr8r8r9create_pax_global_header7sz TarInfo.create_pax_global_headercCs~|d}tdt|D]T}d|d|}d||d}t|||tkrt|||tkrqvqtd||fS)zUSplit a name longer than 100 chars into a prefix and a name part. rr#Nzname is too long)splitrHr2rr1 LENGTH_PREFIXr/r0)rrr6r7Z componentsrMr,r8r8r9r0=s zTarInfo._posix_split_namec Cs|dttfk}|r@t|ddd|}t|ddd|}ntdd||}tdd||}|dt}|dkrxtdt|d dd ||t|d dd @d|t|d dd|t|ddd|t|ddd|t|ddd|d|t|ddd |||dtt|ddd||t|ddd||t|ddd|t|ddd|t|ddd||g}t dt d |} t | t dd} | ddt d| d| dd} | S) zReturn a header block. info is a dictionary with file information, format must be one of the *_FORMAT constants. rrrrBrrNzTarInfo.type must not be Nonerrrr r)r*r'r7r(s rr+r+r6r,r,rz%dsriz%06orDi)getCHRTYPEBLKTYPErTr:rr0r-rVrrrrXrO) r"rSr6r7Zhas_device_fieldsrrZfiletypepartsrWrr8r8r9r1Ms:  &zTarInfo._create_headercCs.tt|t\}}|dkr*|t|t7}|S)zdReturn the string payload filled with zero bytes up to the next 512 byte border. r)r\r2rr3)Zpayloadrbrcr8r8r9_create_payloadwszTarInfo._create_payloadcCsR|||t}i}d|d<||d<t||d<t|d<||t||||S)zTReturn a GNUTYPE_LONGNAME or GNUTYPE_LONGLINK sequence for name. z ././@LongLinkrrr'r+)r1r3r2r2r1r rH)r@rrr6r7r"r8r8r9r3s zTarInfo._create_gnu_long_headerc Cs2d}|D]8\}}z|ddWq tk rBd}YqFYq Xq d}|rV|d7}|D]\}}|d}|r||d}n |d}t|t|d}d } } |tt| } | | krq| } q|tt| d d |d |d 7}q^i} d| d<|| d<t|| d<t| d<|| td d| |S)zReturn a POSIX.1-2008 extended or global header sequence that contains a list of keyword, value pairs. The values must be strings. Fr/rETrs21 hdrcharset=BINARY r$rrrD = z././@PaxHeaderrrr'r+r) r%r1r8r2r;rOr-r1r rH) r@rrr6Zbinarykeywordr)ZrecordslrLr>r"r8r8r9r<s<  ( z"TarInfo._create_pax_generic_headerc Csvt|dkrtdt|tkr(td|ttkr>tdt|dd}|t|krbt d|}t |dd|||_ t|dd |_ t|d d |_ t|d d |_t|d d |_t|d d|_||_|dd |_t |d d|||_t |dd|||_t |dd|||_t|dd|_t|dd|_t |dd||}|jtkr|j drt|_|jtkr8d}g}tdD]l} z0t|||d} t||d|d} Wntk rYqYnX|| | f|d7}qt|d} t|dd} || | f|_ |!rP|j "d|_ |rr|jt#krr|d|j |_ |S)zAConstruct a TarInfo object from a 512 byte bytes object. rz empty headerztruncated headerzend of file headerz bad checksumrlt|ii i)iIiQiYirirr7iii)$r2rrrrscountr3rtrNrXrKr?rrr)r*r'r(rrrr+r,rrAREGTYPErr!GNUTYPE_SPARSErHr0rboolrrrstrip GNU_TYPES)r@rWr6r7robjr,rstructsrMrnumbytes isextendedorigsizer8r8r9frombufsZ         zTarInfo.frombufcCs8|jt}|||j|j}|jt|_||S)zOReturn the next TarInfo object from TarFile object tarfile. ) rr]rrar6r7rr _proc_member)r@rrWr\r8r8r9 fromtarfiles zTarInfo.fromtarfilecCsT|jttfkr||S|jtkr,||S|jtttfkrF| |S| |SdS)zYChoose the right processing method depending on the type and call it. N) rr5r4 _proc_gnulongrX _proc_sparser=r?SOLARIS_XHDTYPE _proc_pax _proc_builtin)rrr8r8r9rbs    zTarInfo._proc_membercCsR|j|_|j}|s$|jtkr4|||j7}||_| |j |j |j |S)zfProcess a builtin type or an unknown type which will be treated as a regular file. ) rrrrrSUPPORTED_TYPES_blockr'r_apply_pax_inforr6r7)rrrr8r8r9rh&s zTarInfo._proc_builtincCs|j||j}z||}Wntk r>tdYnX|j|_|jt krft ||j |j |_ n|jtkrt ||j |j |_|S)zSProcess the blocks that hold a GNU longname or longlink member. missing or bad subsequent header)rr]rjr'rcr rurrr5r?r6r7rr4r)rrrWnextr8r8r9rd7s  zTarInfo._proc_gnulongc Cs|j\}}}|`|r|jt}d}tdD]n}z0t|||d}t||d|d} Wntk rzYqYnX|r| r||| f|d7}q,t|d}q||_ |j |_ |j | |j |_||_ |S)z8Process a GNU sparse header plus extra headers. rr7rUi)rrr]rrHrNr0rrYrrrrjr'r) rrr]r_r`rWrrMrr^r8r8r9reMs(      zTarInfo._proc_sparsecCs.|j||j}|jtkr&|j}n |j}t d|}|dk rX| d d|d<| d}|dkrr|j }nd}td}d}|||}|sq6|\} } t| } | dkrtd ||d d|d| d} || dd|j} | tkr|| ||j |j} n|| dd|j} | || <|| 7}qz||} Wntk rbtd YnXd |kr||| |nHd |kr|| ||n.| ddkr| ddkr|| |||jttfkr*| ||j |j|j!| _!d|kr*| j"} | #s| jt$kr$| | | j7} | |_!| S)zVProcess an extended or global header as described in POSIX.1-2008. s\d+ hdrcharset=([^\n]+)\nNr#r/ hdrcharsetZBINARYs(\d+) ([^=]+)=rrGr$rlGNU.sparse.mapGNU.sparse.sizezGNU.sparse.major1zGNU.sparse.minorrFr')%rr]rjr'rr?rrresearchgroupr=rDr6compilematchgroupsrIrKrgr_decode_pax_fieldr7PAX_NAME_FIELDSrcr ru_proc_gnusparse_01_proc_gnusparse_00_proc_gnusparse_10r=rfrkrrrri)rrrWrrwror6Zregexrr5rLr)rmrr8r8r9rgish       $         zTarInfo._proc_paxcCshg}td|D]}|t|dqg}td|D]}|t|dq:tt|||_dS)z?Process a GNU tar extended sparse header, version 0.0. s\d+ GNU.sparse.offset=(\d+)\nr#s\d+ GNU.sparse.numbytes=(\d+)\nN)rsfinditerrrIrulistzipr)rrmrrWZoffsetsrwr^r8r8r9r|szTarInfo._proc_gnusparse_00cCs@dd|ddD}tt|ddd|ddd|_dS)z?Process a GNU tar extended sparse header, version 0.1. cSsg|] }t|qSr8)rI).0xr8r8r9 sz.TarInfo._proc_gnusparse_01..rp,Nr$r#)rBrrr)rrmrrr8r8r9r{szTarInfo._proc_gnusparse_01cCsd}g}|jt}|dd\}}t|}t||dkrtd|krT||jt7}|dd\}}|t|q,|j|_t t |ddd|ddd|_ dS)z?Process a GNU tar extended sparse header, version 1.0. NrKr#r$) rr]rrBrIr2rrrrrr)rrmrrZfieldsrrWZnumberr8r8r9r}s  zTarInfo._proc_gnusparse_10c Cs|D]\}}|dkr&t|d|q|dkr@t|dt|q|dkrZt|dt|q|tkr|tkrzt||}Wntk rd}YnX|dkr|d}t|||q||_dS) zoReplace fields with supplemental information from a previous pax extended or global header. zGNU.sparse.namer%rqr'zGNU.sparse.realsizerrN) r%setattrrI PAX_FIELDSPAX_NUMBER_FIELDSr0rZrr)rrr6r7rLr)r8r8r9rks"  zTarInfo._apply_pax_infocCs4z||dWStk r.|||YSXdS)z1Decode a single field from a pax record. rEN)r=UnicodeDecodeError)rr)r6Zfallback_encodingZfallback_errorsr8r8r9ry szTarInfo._decode_pax_fieldcCs"t|t\}}|r|d7}|tS)z_Round up a byte count by BLOCKSIZE and return it, e.g. _block(834) => 1024. r#)r\r)rrVrbrcr8r8r9rjszTarInfo._blockcCs |jtkSz4Return True if the Tarinfo object is a regular file.)r REGULAR_TYPESrr8r8r9rsz TarInfo.isregcCs|Sr)rrr8r8r9isfileszTarInfo.isfilecCs |jtkS)z!Return True if it is a directory.)rr!rr8r8r9r"sz TarInfo.isdircCs |jtkS)z%Return True if it is a symbolic link.)rSYMTYPErr8r8r9r&sz TarInfo.issymcCs |jtkS)z!Return True if it is a hard link.)rLNKTYPErr8r8r9r*sz TarInfo.islnkcCs |jtkS)z(Return True if it is a character device.)rrErr8r8r9ischr.sz TarInfo.ischrcCs |jtkS)z$Return True if it is a block device.)rrFrr8r8r9isblk2sz TarInfo.isblkcCs |jtkS)zReturn True if it is a FIFO.)rFIFOTYPErr8r8r9isfifo6szTarInfo.isfifocCs |jdk Sr)rrr8r8r9issparse:szTarInfo.issparsecCs|jtttfkS)zCReturn True if it is one of character device, block device or FIFO.)rrErFrrr8r8r9isdev=sz TarInfo.isdev)r)4rnrorprqdict __slots__rpropertyr%setterr&rrrr#rr r*r&r'r( classmethodrAr0 staticmethodr1rHr3r<rarcrbrhrdrergr|r{r}rkryrjrrrrrrrrrrr8r8r8r9rRs       1  )   2 >  h  c @seZdZdZdZdZdZdZeZ e Z dZ e ZeZdZdfdd Zedddefd d Zedgd d ZedhddZediddZedjddZdddddZddZddZddZd d!Zdkd"d#Zdldd%d&d'Z dmdd(d)d*Z!dnd+d,Z"d-d.Z#doddd0d1d2Z$dpddd0d4d5Z%d6d7Z&d8d9Z'd:d;Z(dd?Z*dqd@dAZ+dBdCZ,dDdEZ-dFdGZ.dHdIZ/dJdKZ0dLdMZ1dNdOZ2dPdQZ3dRdSZ4dTdUZ5drdVdWZ6dXdYZ7dsdZd[Z8d\d]Z9d^d_Z:d`daZ;dbdcZ.not_compressed)keyNrxz%file could not be opened successfully:r#rr|rwzmode must be 'r' or 'w'Frzundiscernible mode) r0sortedrrhrrrrrBrrrr) r@rrrrakwargsrrfuncZ saved_posfilemodestreamrr8rr9rsP%            z TarFile.opencKs |dkrtd||||f|S)zCOpen uncompressed tar archive name for reading or writing. rr)r0)r@rrrrr8r8r9r(szTarFile.taropenrcKs|dkrtdzddlm}Wntk r<tdYnXz|||d||}Wn.tk r|dk r||dkr|td YnXz|j|||f|}WnBtk r||dkrtd Yn|YnXd |_ |S) zkOpen gzip compressed tar archive name for reading or writing. Appending is not allowed. rxryrmode must be 'r', 'w' or 'x'r)GzipFilezgzip module is not availablerdNrxrF) r0Zgziprrrrrrrr)r@rrr compresslevelrrrr8r8r9gzopen0s0zTarFile.gzopenc Ks|dkrtdzddlm}Wntk r<tdYnX||pF|||d}z|j|||f|}WnFttfk r||dkrt dYn|YnXd |_ |S) zlOpen bzip2 compressed tar archive name for reading or writing. Appending is not allowed. rrr)BZ2Filer)rrxznot a bzip2 fileF) r0rrrrrrEOFErrorrrr)r@rrrrrrrr8r8r9bz2openQs&zTarFile.bz2openc Ks|dkrtdzddlm}m}Wntk r@tdYnX||pJ|||d}z|j|||f|}WnF|tfk r||dkrt dYn|YnXd |_ |S) zkOpen lzma compressed tar archive name for reading or writing. Appending is not allowed. rrr)LZMAFilerr)presetrxznot an lzma fileF) r0rrrrrrrrrr) r@rrrrrrrrr8r8r9xzopenms&zTarFile.xzopenrrrr)rrrrcCs|jr dSd|_z`|jdkrn|jttd|jtd7_t |jt \}}|dkrn|jtt |W5|js|jXdS)zlClose the TarFile. In write-mode, two finishing zero blocks are appended to the archive. NTrr$r) rrrrrr^r3rrr\ RECORDSIZE)rrbrcr8r8r9rs z TarFile.closecCs"||}|dkrtd||S)aReturn a TarInfo object for member `name'. If `name' can not be found in the archive, KeyError is raised. If a member occurs more than once in the archive, its last occurrence is assumed to be the most up-to-date version. Nzfilename %r not found) _getmemberKeyError)rrrr8r8r9 getmembers  zTarFile.getmembercCs||js||jS)zReturn the members of the archive as a list of TarInfo objects. The list has the same order as the members in the archive. )_checkr_loadrrr8r8r9 getmembersszTarFile.getmemberscCsdd|DS)zReturn the members of the archive as a list of their names. It has the same order as the list returned by getmembers(). cSsg|] }|jqSr8r)rrr8r8r9rsz$TarFile.getnames..)rrr8r8r9getnamesszTarFile.getnamesc Cs^|d|dk r|j}|dkr$|}tj|\}}|tjd}|d}|}||_ |dkr|j stt |}qt |}nt |}d}|j}t |r|j|jf} |j s|jdkr| |jkr||j| krt} |j| }nt} | dr||j| <nht |rt} nVt |r"t} nDt |r>t} t|}n(t |rPt} nt |rbt!} ndS||_||_"|j#|_$|j%|_&| tkr|j'|_(nd|_(|j)|_*| |_+||_,t-rzt-.|j$d|_/Wnt0k rYnXt1rzt12|j&d|_3Wnt0k rYnX| tt!fkrZt4tdrZt4tdrZt5|j6|_7t8|j6|_9|S) aCreate a TarInfo object from the result of os.stat or equivalent on an existing file. The file is either named by `name', or specified as a file object `fileobj' with a file descriptor. If given, `arcname' specifies an alternative name for the file in the archive, otherwise, the name is taken from the 'name' attribute of 'fileobj', or the 'name' argument. The name should be a text string. awxNrrr#rmajorminor):rrr{r% splitdriverrrrrrlstatstatfstatfilenost_modeS_ISREGst_inost_devst_nlinkrrrS_ISDIRr!S_ISFIFOrS_ISLNKrreadlinkS_ISCHRrES_ISBLKrFrst_uidr)st_gidr*st_sizer'st_mtimer(rrpwdgetpwuidr+rgrpZgetgrgidr,rrst_rdevrrr) rrarcnamerZdrvrZstatresrZstmdinoderr8r8r9 gettarinfos                 zTarFile.gettarinfoT)rcCs*||dkr|}|D] }|r|jdkr6tdntt|jtd|jpT|j|jp^|jf| sv| rtdd|j |j fntd|j |jdkrtdntdt|jdd t|j|rd nd |r|rtd |j|rtd |jtqdS)aPrint a table of contents to sys.stdout. If `verbose' is False, only the names of the members are printed. If it is True, an `ls -l'-like output is produced. `members' is optional and must be a subset of the list returned by getmembers(). Nz ??????????z%s/%sz%10sz%d,%dz%10dz????-??-?? ??:??:??z%d-%02d-%02d %02d:%02d:%02drrrz-> zlink to )rrrlrrr+r)r,r*rrrrr'r(r localtimerrrrrrk)rverboserrr8r8r9r's8        z TarFile.listfilterc Cs6|d|dkr|}|jdk rFtj||jkrF|dd|dS|d||||}|dkrz|dd|dS|dk r||}|dkr|dd|dS|rt|d}| ||W5QRXn`| r(| ||r2t t |D]*}|j tj||tj||||d qn | |dS) a!Add the file `name' to the archive. `name' may be any type of file (directory, fifo, symbolic link, etc.). If given, `arcname' specifies an alternative name for the file in the archive. Directories are added recursively by default. This can be avoided by setting `recursive' to False. `filter' is a function that expects a TarInfo object argument and returns the changed TarInfo object, if it returns None the TarInfo object will be excluded from the archive. rNr$ztarfile: Skipped %rr#ztarfile: Unsupported type %rtarfile: Excluded %rrr)rrr{r%r_dbgrrraddfilerrlistdiraddr)rrr recursiverrfr8r8r9rMs8       z TarFile.addcCs|dt|}||j|j|j}|j||jt |7_|j }|dk rt ||j|j |dt |j t\}}|dkr|jtt||d7}|j|t7_|j|dS)aAdd the TarInfo object `tarinfo' to the archive. If `fileobj' is given, it should be a binary file, and tarinfo.size bytes are read from it and added to the archive. You can create TarInfo objects directly, or by using gettarinfo(). rN)rarr#)rrr*rSr6r7rr^rr2rr[r'r\rr3rr)rrrrWrarbrcr8r8r9rs   zTarFile.addfilec CsB|dkr|j}|dkrtjd}|dkrz tt}Wntk rJYnBXddl}|jddd}|| |W5QRX|jdddd}|rz t |}Wn&t k rt d|d dYnX||_|St rtd ttStSt|trtd |St|r |Sz t |WSt k r<t d|d dYnXdS) NZ PYTHON_TARFILE_EXTRACTION_FILTERr)#)Z interpolationZcomment_prefixesrr)Zfallbackzfilter z not foundaThe default behavior of tarfile extraction has been changed to disallow common exploits (including CVE-2007-4559). By default, absolute/parent paths are disallowed and some mode bits are cleared. See https://access.redhat.com/articles/7004769 for more details.zrString names are not supported for TarFile.extraction_filter. Use a function such as tarfile.data_filter directly.)extraction_filterr{environrDr_CONFIG_FILENAMEFileNotFoundError configparserZ ConfigParserZ read_file_NAMED_FILTERSrr0_RH_SAFER_DEFAULTwarningswarnRuntimeWarningrr r9r; TypeErrorcallable)rrrfilerZconfr8r8r9_get_filter_functionsZ       zTarFile._get_filter_function.) numeric_ownerrc Csg}||}|dkr|}|D]F}||||}|dkr:q|rL|||j||| |dq|jdddd|D]n}tj||j } z,|j || |d| || | || Wq|t k r} z|| W5d} ~ XYq|Xq|dS)aExtract all members from the archive to the current working directory and set owner, modification time and permissions on directories afterwards. `path' specifies a different directory to extract to. `members' is optional and must be a subset of the list returned by getmembers(). If `numeric_owner` is True, only the numbers for user/group names are used and not the names. The `filter` function will be called on each member just before extraction. It can return a changed TarInfo or None to skip the member. String names of common filters are accepted. N set_attrsrcSs|jSrr)rr8r8r9rz$TarFile.extractall..T)rreverse)r)r_get_extract_tarinforr _extract_onesortr{r%rrchownutimechmodr _handle_nonfatal_error) rr%rrrZ directoriesfilter_functionrrdirpathrr8r8r9 extractalls,   zTarFile.extractallrcCs4||}||||}|dk r0|||||dS)aExtract a member from the archive to the current working directory, using its full name. Its file information is extracted as accurately as possible. `member' may be a filename or a TarInfo object. You can specify a different directory using `path'. File attributes (owner, mtime, mode) are set unless `set_attrs' is False. If `numeric_owner` is True, only the numbers for user/group names are used and not the names. The `filter` function will be called before extraction. It can return a changed TarInfo or None to skip the member. String names of common filters are accepted. N)rr r )rrr%r rrrrr8r8r9extracts zTarFile.extractc Cst|tr||}n|}|}z|||}WnZttfk r\}z||W5d}~XYn,tk r}z||W5d}~XYnX|dkr|dd|j dS| rt |}t j ||j|_|S)z@Get filtered TarInfo (or None) from member, which might be a strNr$r)r9r;rrr_handle_fatal_errorr rrrrrr{r%rrr)rrrr%rZ unfilteredrr8r8r9r  s"   zTarFile._get_extract_tarinfoc Cs|dz"|j|tj||j||dWnVtk rX}z||W5d}~XYn,tk r}z| |W5d}~XYnXdS)z%Extract from filtered tarinfo to diskrxrN) r_extract_memberr{r%rrrrr r)rrr%r rrr8r8r9r % s  zTarFile._extract_onecCs"|jdkrn|dd|dS)z=Handle non-fatal error (ExtractError) according to errorlevelr# tarfile: %sN)rrrrr8r8r9r2 s zTarFile._handle_nonfatal_errorcCsn|jdkrn\t|trP|jdkr6|dd|jqj|dd|j|jfn|ddt|j|fdS)z1Handle "fatal" error according to self.errorlevelrNr#rztarfile: %s %rztarfile: %s %s)rr9rfilenamerstrerrorrrnrr8r8r9r9 s   zTarFile._handle_fatal_errorcCs|dt|tr ||}n|}|s6|jtkrB|||S|sR| rzt|j t rht dq~| ||SndSdS)zExtract a member from the archive as a file object. `member' may be a filename or a TarInfo object. If `member' is a regular file or a link, an io.BufferedReader object is returned. Otherwise, None is returned. rxz'cannot extract (sym)link as file objectN)rr9r;rrrri fileobjectrrrrr extractfile_find_link_target)rrrr8r8r9rE s      zTarFile.extractfilecCsT|d}|dtj}tj|}|r>tj|s>t||sN| rh| dd|j |j fn| d|j | r|||n|r|||nx|r|||nb|s|r|||nD|s| r|||n&|jtkr|||n ||||rP||||| sP||||||dS)z\Extract the TarInfo object tarinfo to a physical file called targetpath. rr#z%s -> %sN)rZrr{rr%rrmakedirsrrrrrrmakefilermakedirrmakefiforrmakedevmakelinkrri makeunknownrrr)rr targetpathr rZ upperdirsr8r8r9rd s4       zTarFile._extract_membercCs@z&|jdkrt|n t|dWntk r:YnXdS)z,Make a directory called targetpath. Ni)rr{mkdirFileExistsErrorrrr'r8r8r9r" s   zTarFile.makedirc Cs|j}||j|j}t|db}|jdk rn|jD]"\}}||t|||t|q4||j| nt|||jt|W5QRXdS)z'Make a file called targetpath. rN) rrrrrrr[rr'truncate)rrr'sourceratargetrr'r8r8r9r! s      zTarFile.makefilecCs"||||dd|jdS)zYMake a file from a TarInfo object with an unknown type at targetpath. r#z9tarfile: Unknown file type %r, extracted as regular file.N)r!rrr*r8r8r9r& s zTarFile.makeunknowncCs"ttdrt|ntddS)z'Make a fifo called targetpath. mkfifozfifo not supported by systemN)rr{r.r r*r8r8r9r# s  zTarFile.makefifocCsjttdrttdstd|j}|dkr.d}|rB|tjO}n |tjO}t||t |j |j dS)zrnrorprqrrrrrrSr r6r7rrrrrrrrrrrrrrrrrrrrrrrrrr r rrrrr"r!r&r#r$r%rrrrmrrrrrCrrHrJr8r8r8r9rBs oZ        c&3 5 -    1! 6 ( cCs2zt|}|WdStk r,YdSXdS)zfReturn True if name points to a tar archive that we are able to handle, else return False. TFN)rrr)rrr8r8r9r s c Csddl}d}|j|d}|jdddddd |jd d td d |jdd}|jddddd|jdddddd|jdddddd|jdd dd!d|}|jr|jdkr|d"d#|j dk r4|j }t |rt |d$ }| t | tjd%W5QRX|jr0t d&|n|d"d'|n|jdk r|j}t |rxt |d(}|j|jd)W5QRXn|d"d'|nv|jdk rbt|jd"kr|jd}tj}n,t|jd*kr|j\}}n|d"|t |rNt |d(}|j||jd+W5QRX|jr`|d,kr8d-|} n d.||} t | n|d"d'|n|jdk r|jd} tj| \} } d/d/d0d0d1d1d1d1d2} | | krd3| | nd4}|j}t | |}|D]}||qW5QRX|jrt d5| dS)6Nrz3A simple command-line interface for tarfile module.) descriptionz-vz --verbose store_trueFzVerbose output)actiondefaulthelpz--filterz zFilter for extraction)metavarchoicesrOT)Zrequiredz-lz--list zShow listing of a tarfile)rPrOz-ez --extract+)rRz zExtract tarfile into target dir)nargsrPrOz-cz--create)zzzCreate tarfile from sourcesz-tz--testzTest if a tarfile is validr#z&--filter is only valid for extraction rxrDz{!r} is a tar archive.z{!r} is not a tar archive. r)rr$)r%rrz{!r} file is extracted.z+{!r} file is extracted into {!r} directory.rrr)rz.tgzz.xzz.txzz.bz2z.tbzz.tbz2z.tb2zw:ryz{!r} file created.)argparseArgumentParser add_argumentrZadd_mutually_exclusive_group parse_argsrrexitZtestrrrrkrirErrSrrr2r{curdirZ format_helprZcreatepopr%splitextr)rUrKparserruargsr_rZtfrZrGZtar_name_ZextZ compressionsZtar_modeZ tar_files file_namer8r8r9main s                       ra__main__)T)mrqversion __author__ __credits__builtinsrrrir{rrZrrrVrrsrrrrAttributeErrorNotImplementedErrorr6r NameError__all__rrr3rrr2r-r/r.rCrrWrrrErFr!rZCONTTYPEr5r4rXr=r?rfr rrrrirr[rrzr:rIrrr getfilesystemencodingr:r?rNrTrXr[rl Exceptionrr rrr r rrrsrtrKrurvrobjectrrBufferedReaderrrrrrrrr r rrrrrrrrarnr8r8r8r9s<         sh  ? u) _