]> Dogcows Code - chaz/tar/blobdiff - src/tar.h
Add SELinux context store/restore/list support.
[chaz/tar] / src / tar.h
index a9671df370f94bfeb4f485cd6509e05fa128cd63..209cae4cc0f25164176490860961817549ad38da 100644 (file)
--- a/src/tar.h
+++ b/src/tar.h
@@ -297,6 +297,8 @@ struct tar_stat_info
   char          *uname;     /* user name of owner */
   char          *gname;     /* group name of owner */
 
+  char *cntx_name;          /* SELinux context for the current archive entry. */
+
   char *acls_a_ptr;         /* Access ACLs for the current archive entry. */
   size_t acls_a_len;        /* Access ACLs for the current archive entry. */
 
This page took 0.027318 seconds and 4 git commands to generate.