Skip to content

Commit

Permalink
Enable use of Capsicum sandbox when there is only one
Browse files Browse the repository at this point in the history
input file (or the input is stdin) and we are not creating
output file.

Reported by:	Lasse Collin
MFC after:	1 month
  • Loading branch information
delphij committed Jan 9, 2019
1 parent 8cb623c commit bf6e258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/liblzma/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/* #undef HAVE_BYTESWAP_H */

/* Define to 1 if Capsicum is available. */
/* #undef HAVE_CAPSICUM */
#define HAVE_CAPSICUM 1

/* Define to 1 if the system has the type `CC_SHA256_CTX'. */
/* #undef HAVE_CC_SHA256_CTX */
Expand Down Expand Up @@ -261,7 +261,7 @@
/* #undef HAVE_SYS_BYTEORDER_H */

/* Define to 1 if you have the <sys/capsicum.h> header file. */
/* #undef HAVE_SYS_CAPSICUM_H */
#define HAVE_SYS_CAPSICUM_H 1

/* Define to 1 if you have the <sys/endian.h> header file. */
#define HAVE_SYS_ENDIAN_H 1
Expand Down

0 comments on commit bf6e258

Please sign in to comment.