The symmetry group of a given $n$-ary truth function $f:\{0,1\}^n\to\{0,1\}$ is the permutation group consisting of all the $f$-preserving permutations of the $n$ input variable names: $\{\sigma\in S_n:f^\sigma=f\}$, where $f^\sigma(x_1,\dots,x_n):=f(x_{\sigma(1)},\dots,x_{\sigma(n)})$. For example, the truth function $f(x_1,x_2,x_3)=x_1\land(x_2\lor x_3)$ has symmetry group generated by the transposition $(23)$.
Does every subgroup of $S_n$ occur in this way?
Note that the permutation structure, not just the group structure, matters here. For example, $\langle(1234)\rangle$ and $\langle(1234)(56)\rangle$ are isomorphic as groups, but $\langle(1234)\rangle$ ought to be the symmetry group of something like
$$f(w,x,y,z)=g(w\to x,x\to y,y\to z,z\to w)$$
for some highly-symmetric $g$ (and possibly a higher-arity asymmetric operation in place of "$\to$"), whereas I can't think of a truth function with symmetry group generated by $(1234)(56)$.