aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/firejail.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/firejail.h')
-rw-r--r--src/firejail/firejail.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/firejail/firejail.h b/src/firejail/firejail.h
index c98f80d13..49d19e33d 100644
--- a/src/firejail/firejail.h
+++ b/src/firejail/firejail.h
@@ -728,10 +728,13 @@ void x11_xorg(void);
728// ls.c 728// ls.c
729enum { 729enum {
730 SANDBOX_FS_LS = 0, 730 SANDBOX_FS_LS = 0,
731 SANDBOX_FS_CAT,
731 SANDBOX_FS_GET, 732 SANDBOX_FS_GET,
732 SANDBOX_FS_PUT, 733 SANDBOX_FS_PUT,
733 SANDBOX_FS_MAX // this should always be the last entry 734 SANDBOX_FS_MAX // this should always be the last entry
734}; 735};
736void ls(const char *path);
737void cat(const char *path);
735void sandboxfs(int op, pid_t pid, const char *path1, const char *path2) __attribute__((noreturn)); 738void sandboxfs(int op, pid_t pid, const char *path1, const char *path2) __attribute__((noreturn));
736 739
737// checkcfg.c 740// checkcfg.c