File: mount.yml

package info (click to toggle)
scap-security-guide 0.1.79-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 114,704 kB
  • sloc: xml: 244,677; sh: 84,647; python: 33,203; makefile: 27
file content (26 lines) | stat: -rw-r--r-- 623 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: "cpe:/a:mount-{arg}"
title: "The {mountpoint} mountpoint is active (mounted) or configured in /etc/fstab"
check_id: installed_env_mount_{arg}
bash_conditional: {{{ bash_mount_conditional("{mountpoint}") }}}
ansible_conditional: {{{ ansible_mount_conditional("{mountpoint}") }}}
template:
  name: platform_mount
args:
  home:
    mountpoint: /home
  opt:
    mountpoint: /opt
  srv:
    mountpoint: /srv
  tmp:
    mountpoint: /tmp
  var:
    mountpoint: /var
  var-log:
    mountpoint: /var/log
  var-log-audit:
    mountpoint: /var/log/audit
  var-tmp:
    mountpoint: /var/tmp
  boot-efi:
    mountpoint: /boot/efi