Open SCAP Library
Defines | Functions | Variables
/home/pvrabec/project/openscap/openscap-0.8.0/src/OVAL/probes/unix/linux/partition.c File Reference

partition probe implementation More...

#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <limits.h>
#include <sys/statvfs.h>
#include <probe-api.h>
#include <mntent.h>
#include <pcre.h>
#include "common/debug_priv.h"

Defines

#define MTAB_PATH   "/proc/mounts"
#define MTAB_LINE_MAX   4096

Functions

int probe_main (probe_ctx *ctx, void *probe_arg)

Variables

const char * __OVAL_fs_types [][2]

Detailed Description

partition probe implementation

Author:
"Daniel Kopecek" <dkopecek@redhat.com>