Skip to content

Commit d8ef68a

Browse files
squellbjorn3
authored andcommitted
ignore the insults
1 parent 287e0ff commit d8ef68a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/defaults/mod.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ defaults! {
3838
targetpw = false
3939
noexec = false
4040

41+
insults = false #ignored
42+
43+
setenv = false
4144
apparmor_profile = None (!= None)
45+
4246
passwd_tries = 3 [0..=1000]
4347

4448
secure_path = None (!= None)
@@ -59,7 +63,6 @@ defaults! {
5963
"PERLLIB", "PERL5LIB", "PERL5OPT", "PERL5DB", "FPATH", "NULLCMD",
6064
"READNULLCMD", "ZDOTDIR", "TMPPREFIX", "PYTHONHOME", "PYTHONPATH",
6165
"PYTHONINSPECT", "PYTHONUSERBASE", "RUBYLIB", "RUBYOPT", "*=()*"] #ignored
62-
setenv = false
6366
}
6467

6568
/// A custom parser to parse seconds as fractional "minutes", the format used by

0 commit comments

Comments
 (0)