Browse Source

Update IPC and UFW configuration options

jimsterino98 2 months ago
parent
commit
56b5bc808d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/actions/droidspaces/action.yml

+ 2 - 2
.github/actions/droidspaces/action.yml

@@ -26,7 +26,7 @@ runs:
      CONFIG_POSIX_MQUEUE=y
 
      # Namespaces
-     CONFIG_IPC_NC=y
+     CONFIG_IPC_NS=y
      CONFIG_PID_NS=y
 
      # HW Access Support
@@ -40,7 +40,7 @@ runs:
      # UFW
      CONFIG_NETFILTER_XT_TARGET_REJECT=y
      CONFIG_NETFILTER_XT_TARGET_LOG=y
-     CONFIG_NETFILTER_XT_MATCH_RECENT
+     CONFIG_NETFILTER_XT_MATCH_RECENT=y
 
      # Fail2Ban
      CONFIG_IP_SET=y