aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/firejail/landlock.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/firejail/landlock.c b/src/firejail/landlock.c
index eadce2d97..e93bde402 100644
--- a/src/firejail/landlock.c
+++ b/src/firejail/landlock.c
@@ -301,9 +301,6 @@ void ll_add_profile(int type, const char *data) {
301 assert(type < LL_MAX); 301 assert(type < LL_MAX);
302 assert(data); 302 assert(data);
303 303
304 if (!ll_is_supported())
305 return;
306
307 while (*data == ' ' || *data == '\t') 304 while (*data == ' ' || *data == '\t')
308 data++; 305 data++;
309 306