Skip to content
Snippets Groups Projects

basic-system: Allow overriding /tmp mount options

Merged Thomas Schneider requested to merge th/tmp-mount-options into master
2 files
+ 6
1
Compare changes
  • Side-by-side
  • Inline

Files

+ 5
0
@@ -10,3 +10,8 @@ journal_persistent_with_package: true
@@ -10,3 +10,8 @@ journal_persistent_with_package: true
logrotate_period: 'daily' # 'weekly' is newer default
logrotate_period: 'daily' # 'weekly' is newer default
logrotate_backlogs: 7 # default is 7 for daily, 4 for weekly
logrotate_backlogs: 7 # default is 7 for daily, 4 for weekly
common_sysctl_file: '/etc/sysctl.conf'
common_sysctl_file: '/etc/sysctl.conf'
 
tmp_mount_options:
 
- rw
 
- nosuid
 
- nodev
 
- noexec
Loading