@@ -8,11 +8,14 @@ argument_specs:
8
8
default : false
9
9
type : bool
10
10
description : true if this is a desktop system, ie Xorg, KDE/GNOME/Unity/etc.
11
+ os_env_user_paths :
12
+ default : [/usr/local/sbin, /usr/local/bin, /usr/sbin, /usr/bin, /sbin, /bin]
13
+ type : list
14
+ description : Specify paths that should be checked for binaries where access will be minimized
11
15
os_env_extra_user_paths :
12
16
default : ' []'
13
17
type : list
14
- description : add additional paths to the user's `PATH` variable (default is
15
- empty).
18
+ description : Specify additional paths that should be checked for binaries where access will be minimized
16
19
os_auth_pw_max_age :
17
20
default : 60
18
21
type : int
@@ -235,7 +238,7 @@ argument_specs:
235
238
default : SUSPEND
236
239
type : str
237
240
description : This parameter tells the system what action to take when the
238
- system has detected that it is low on disk space. Valid values are ignore,
241
+ system has detected that it is low on disk space. Valid values are ignore,
239
242
syslog, rotate, email, exec, suspend, single, and halt.
240
243
os_auditd_space_left :
241
244
default : 75
@@ -451,11 +454,11 @@ argument_specs:
451
454
type : str
452
455
description : Configure file system for fstab entry /dev
453
456
os_mnt_dev_dump :
454
- default : 0
457
+ default : ' 0 '
455
458
type : str
456
459
description : Configure dump for fstab entry /var/tmp.
457
460
os_mnt_dev_passno :
458
- default : 0
461
+ default : ' 0 '
459
462
type : str
460
463
description : Configure passno for fstab entry /var/tmp.
461
464
os_mnt_dev_shm_dir_mode :
@@ -479,11 +482,11 @@ argument_specs:
479
482
type : str
480
483
description : Configure file system for fstab entry /dev/shm
481
484
os_mnt_dev_shm_dump :
482
- default : 0
485
+ default : ' 0 '
483
486
type : str
484
487
description : Configure dump for fstab entry /var/tmp.
485
488
os_mnt_dev_shm_passno :
486
- default : 0
489
+ default : ' 0 '
487
490
type : str
488
491
description : Configure passno for fstab entry /var/tmp.
489
492
os_mnt_home_dir_mode :
@@ -539,11 +542,11 @@ argument_specs:
539
542
type : str
540
543
description : Configure file system for fstab entry /run
541
544
os_mnt_run_dump :
542
- default : 0
545
+ default : ' 0 '
543
546
type : str
544
547
description : Configure dump for fstab entry /var/tmp.
545
548
os_mnt_run_passno :
546
- default : 0
549
+ default : ' 0 '
547
550
type : str
548
551
description : Configure passno for fstab entry /var/tmp.
549
552
os_mnt_tmp_dir_mode :
0 commit comments