mirror of https://github.com/CISOfy/lynis.git
23 lines
672 B
Ruby
23 lines
672 B
Ruby
#################################################################################
|
|
#
|
|
# Lynis spec file
|
|
# -----------------
|
|
#
|
|
# This is a dummy file now. If you like to install the latest version as a
|
|
# package, have a look at https://packages.cisofy.com
|
|
#
|
|
# Manual builds
|
|
# -------------
|
|
#
|
|
# If you like to build your own rpm, use the software development kit, or copy
|
|
# manually the lynis.spec file.
|
|
#
|
|
# mkdir -p /home/myuser/lynis
|
|
# cd /home/myuser/lynis
|
|
# git clone https://github.com/CISOfy/lynis
|
|
# git clone https://github.com/CISOfy/lynis-sdk/
|
|
# cd lynis-sdk
|
|
# ./lynis-sdk build rpm
|
|
#
|
|
#################################################################################
|