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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
\hypertarget{runlevel_8c}{
\section{/home/pvrabec/project/openscap/openscap-\/0.5.12/src/OVAL/probes/unix/runlevel.c File Reference}
\label{runlevel_8c}\index{/home/pvrabec/project/openscap/openscap-\/0.5.12/src/OVAL/probes/unix/runlevel.c@{/home/pvrabec/project/openscap/openscap-\/0.5.12/src/OVAL/probes/unix/runlevel.c}}
}
runlevel probe
{\ttfamily \#include $<$stdio.h$>$}\par
{\ttfamily \#include $<$stdbool.h$>$}\par
{\ttfamily \#include $<$string.h$>$}\par
{\ttfamily \#include $<$errno.h$>$}\par
{\ttfamily \#include $<$assert.h$>$}\par
{\ttfamily \#include $<$unistd.h$>$}\par
{\ttfamily \#include $<$sys/types.h$>$}\par
{\ttfamily \#include $<$sys/stat.h$>$}\par
{\ttfamily \#include $<$dirent.h$>$}\par
{\ttfamily \#include $<$seap.h$>$}\par
{\ttfamily \#include $<$probe-\/api.h$>$}\par
{\ttfamily \#include $<$probe-\/entcmp.h$>$}\par
{\ttfamily \#include $<$alloc.h$>$}\par
\subsection*{Data Structures}
\begin{DoxyCompactItemize}
\item
struct \hyperlink{structrunlevel__req}{runlevel\_\-req}
\item
struct \hyperlink{structrunlevel__rep}{runlevel\_\-rep}
\end{DoxyCompactItemize}
\subsection*{Functions}
\begin{DoxyCompactItemize}
\item
\hypertarget{runlevel_8c_ab0a3ec42172cda60de324df43c525fe5}{
\hyperlink{structSEXP}{SEXP\_\-t} $\ast$ {\bfseries probe\_\-main} (\hyperlink{structSEXP}{SEXP\_\-t} $\ast$object, int $\ast$err, void $\ast$arg)}
\label{runlevel_8c_ab0a3ec42172cda60de324df43c525fe5}
\end{DoxyCompactItemize}
\subsection{Detailed Description}
runlevel probe \begin{DoxyAuthor}{Author}
\char`\"{}Daniel Kopecek\char`\"{} $<$\href{mailto:dkopecek@redhat.com}{\tt dkopecek@redhat.com}$>$
\char`\"{}Tomas Heinrich\char`\"{} $<$\href{mailto:theinric@redhat.com}{\tt theinric@redhat.com}$>$
\end{DoxyAuthor}
2010/06/13 \href{mailto:dkopecek@redhat.com}{\tt dkopecek@redhat.com} This probe is able to process a runlevel\_\-object as defined in OVAL 5.4 and 5.5.
|