aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-09-05 18:09:46 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-09-06 03:19:32 -0300
commitce6fb3a8ddd4e98fca7237e62afc7545e9b2890f (patch)
tree7d59a725059182f19754bcc3b8766d7c5e495ca9 /Makefile
parentneochat: Allow netlink (#5986) (diff)
downloadfirejail-ce6fb3a8ddd4e98fca7237e62afc7545e9b2890f.tar.gz
firejail-ce6fb3a8ddd4e98fca7237e62afc7545e9b2890f.tar.zst
firejail-ce6fb3a8ddd4e98fca7237e62afc7545e9b2890f.zip
build: add missing dbus/x11 commands to arg1 list
Fix the list generation and run `make syntax`. Relates to #5627.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 450b8a0b4..d5ec11ea6 100644
--- a/Makefile
+++ b/Makefile
@@ -111,7 +111,7 @@ contrib/syntax/lists/profile_commands_arg0.list: src/firejail/profile.c Makefile
111# TODO: private-lib is special-cased in the code and doesn't match the regex 111# TODO: private-lib is special-cased in the code and doesn't match the regex
112contrib/syntax/lists/profile_commands_arg1.list: src/firejail/profile.c Makefile 112contrib/syntax/lists/profile_commands_arg1.list: src/firejail/profile.c Makefile
113 @printf 'Generating %s from %s\n' $@ $< 113 @printf 'Generating %s from %s\n' $@ $<
114 @{ sed -En 's/.*strn?cmp\(ptr, "([^"]+) ".*/\1/p' $<; \ 114 @{ sed -En 's/.*strn?cmp\(ptr, "([^"]+) .*/\1/p' $<; \
115 echo private-lib; } | LC_ALL=C sort -u >$@ 115 echo private-lib; } | LC_ALL=C sort -u >$@
116 116
117contrib/syntax/lists/profile_conditionals.list: src/firejail/profile.c Makefile 117contrib/syntax/lists/profile_conditionals.list: src/firejail/profile.c Makefile