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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/firejail/firejail.h b/src/firejail/firejail.h
index 95b25b658..b0fdc83aa 100644
--- a/src/firejail/firejail.h
+++ b/src/firejail/firejail.h
@@ -967,11 +967,6 @@ void oom_set(const char *oom_string);
967// landlock.c 967// landlock.c
968#ifdef HAVE_LANDLOCK 968#ifdef HAVE_LANDLOCK
969int ll_get_fd(void); 969int ll_get_fd(void);
970int ll_is_supported(void);
971int ll_read(const char *allowed_path);
972int ll_write(const char *allowed_path);
973int ll_special(const char *allowed_path);
974int ll_exec(const char *allowed_path);
975int ll_restrict(uint32_t flags); 970int ll_restrict(uint32_t flags);
976void ll_add_profile(int type, const char *data); 971void ll_add_profile(int type, const char *data);
977#endif /* HAVE_LANDLOCK */ 972#endif /* HAVE_LANDLOCK */