this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Build some more of Security, update submodules Also add some macros to quarantine.h

+3
+3
src/quarantine/quarantine.h
··· 24 24 25 25 #define QTN_NOT_QUARANTINED (-1) 26 26 27 + #define QTN_FLAG_SANDBOX 1 28 + #define QTN_FLAG_HARD 2 29 + 27 30 typedef struct _qtn_file_s *qtn_file_t; 28 31 29 32 extern qtn_file_t _qtn_file_alloc();