STASIS
A pipeline delivery generator
Loading...
Searching...
No Matches
system.h File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <unistd.h>
#include <limits.h>
#include <sys/wait.h>
#include <sys/stat.h>
Include dependency graph for system.h:

Go to the source code of this file.

Data Structures

struct  Process
 

Macros

#define STASIS_SHELL_SAFE_RESTRICT   ";&|()"
 

Functions

int shell (struct Process *proc, char *args)
 
int shell_safe (struct Process *proc, char *args)
 
char * shell_output (const char *command, int *status)
 

Detailed Description

System functions