This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/sbin/nft -f | |
flush ruleset | |
table inet filter { | |
# Define allowed IP range | |
set allowed_nets { | |
type ipv4_addr | |
flags interval | |
elements = { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- orig/functions 2023-06-12 19:44:03.169739289 +0200 | |
+++ /usr/lib/cryptsetup/functions 2023-06-12 19:45:25.780386107 +0200 | |
@@ -83,6 +83,7 @@ | |
CRYPTTAB_OPTION_keyslot \ | |
CRYPTTAB_OPTION_header \ | |
CRYPTTAB_OPTION_tcrypthidden \ | |
+ CRYPTTAB_OPTION_timeout \ | |
CRYPTTAB_OPTION_same_cpu_crypt \ | |
CRYPTTAB_OPTION_submit_from_crypt_cpus \ | |
CRYPTTAB_OPTION_no_read_workqueue \ |