Skip to content
  • intrigeri's avatar
    Fix disabling of automatic conntrack helper assignment. · 57ffdbd7
    intrigeri authored
    The sysctl way only works when it is done _after_ the module was loaded.
    In Tails, we unblock network pretty late, so the module is loaded late,
    and thus the sysctl method is not effective.
    
    So, let's do the same, but by pre-seeding the module's parameters
    via modprobe configuration.
    57ffdbd7