augeas

package
v0.11.24 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 14, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package augeas provides some lenses for use with osquery's augeas support.

As we run a subset of the lenses, the simplest way to check for missing dependencies is to augtool:

augtool -c -S  -I ./assets/lenses

Also handy is seeing what files this will ingest:

augtool  -S  -I .//assets/lenses print /files//*

You can also explore the augeas space via osquery. Some interesting examples:

select * from augeas;
select * from augeas where node like "/augeas/load/%";     (requies osquery patches)
select * from augeas where node like "/augeas/files/%%";   (requies osquery patches)

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InstallLenses

func InstallLenses(targetDir string) error

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL