mirror of https://github.com/CISOfy/lynis.git
commit
3c04c6b394
|
@ -1,3 +1,4 @@
|
|||
|
||||
# Contributions
|
||||
|
||||
## Helping out
|
||||
|
@ -6,13 +7,13 @@
|
|||
Run the tool in debug mode (use lynis audit system --profile developer.prf) and see if it shows any error.
|
||||
|
||||
### Report bugs
|
||||
Create an GitHub issue on the issue tracker
|
||||
Create a GitHub issue on the issue tracker.
|
||||
|
||||
### Suggest changes (pull request)
|
||||
When you find something that can be improved, fork the project and create a pull request.
|
||||
|
||||
### Translations
|
||||
See the db/languages directory
|
||||
See the db/languages directory.
|
||||
|
||||
|
||||
## Developer Guidelines
|
||||
|
@ -30,13 +31,13 @@ Identation should be 4 spaces (no tab character).
|
|||
|
||||
### Comments
|
||||
Comments: use # sign followed by a space. When needed, create a comment block.
|
||||
Blank lines: allowed, one line maximum
|
||||
Blank lines: allowed, one line maximum.
|
||||
|
||||
### Functions
|
||||
All functions use CamelCase to clearly show a difference between shell built-in commands, or external commands.
|
||||
|
||||
### Variables
|
||||
Variables should be capitalized, with underscore as word separator (e.g. PROCESS_EXISTS=1)
|
||||
Variables should be capitalized, with underscore as word separator (e.g. PROCESS_EXISTS=1).
|
||||
|
||||
|
||||
## Pull Requests
|
||||
|
@ -56,7 +57,7 @@ to this repository, you agree that you:
|
|||
|
||||
4. Allow the project the [Unlimited Rights](#Unlimited-Rights) to your contribution
|
||||
|
||||
If you have questions regarding development, send us an e-mail at [lynis-dev](mailto:lynis-dev@cisofy.com)
|
||||
If you have questions regarding development, send us an e-mail at [lynis-dev](mailto:lynis-dev@cisofy.com).
|
||||
|
||||
|
||||
## Unlimited Rights
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Community
|
||||
|
||||
Since 2007 the Lynis project helped many system administrators and security
|
||||
Since 2007, the Lynis project helped many system administrators and security
|
||||
professionals to scan their systems and perform system hardening. Happy users
|
||||
and contributors are the foundation of a healthy project.
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
|
||||
|
||||
[](https://linuxsecurity.expert/tools/lynis/)
|
||||
[](https://travis-ci.org/CISOfy/lynis)
|
||||
[](https://bestpractices.coreinfrastructure.org/projects/96)
|
||||
|
@ -14,7 +15,7 @@ Do you like this software? **Star the project** and become a [stargazer](https:/
|
|||
|
||||
> Lynis - Security auditing and hardening tool, for UNIX-based systems.
|
||||
|
||||
Lynis is a security auditing for system based on UNIX like Linux, macOS, BSD, and others. It performs an **in-depth security scan** and runs on the system itself. The primary goal is to test security defenses and **provide tips for further system hardening**. It will also scan for general system information, vulnerable software packages, and possible configuration issues. Lynis was commonly used by system administrators and auditors to assess the security defenses of their systems. Besides the "blue team", nowadays penetration testers also have Lynis in their toolkit.
|
||||
Lynis is a security auditing tool for systems based on UNIX like Linux, macOS, BSD, and others. It performs an **in-depth security scan** and runs on the system itself. The primary goal is to test security defenses and **provide tips for further system hardening**. It will also scan for general system information, vulnerable software packages, and possible configuration issues. Lynis was commonly used by system administrators and auditors to assess the security defenses of their systems. Besides the "blue team," nowadays penetration testers also have Lynis in their toolkit.
|
||||
|
||||
We believe software should be **simple**, **updated on a regular basis**, and **open**. You should be able to trust, understand, and have the option to change the software. Many agree with us, as the software is being used by thousands every day to protect their systems.
|
||||
|
||||
|
@ -57,7 +58,7 @@ If you want to run the software as `root`, we suggest changing the ownership of
|
|||
|
||||
### Software Package
|
||||
|
||||
For Linux, BSD, macOS, there is typically a package available. The Lynis project also provides packages in RPM or DEB format. The [CISOfy software repository](https://packages.cisofy.com) can be used to install Lynis on systems running:
|
||||
For Linux, BSD, and macOS, there is typically a package available. The Lynis project also provides packages in RPM or DEB format. The [CISOfy software repository](https://packages.cisofy.com) can be used to install Lynis on systems running:
|
||||
`CentOS`, `Debian`, `Fedora`, `OEL`, `openSUSE`, `RHEL`, `Ubuntu`, and others.
|
||||
|
||||
Some distributions may also have Lynis in their software repository: [](https://repology.org/project/lynis/versions)
|
||||
|
@ -103,7 +104,7 @@ Lynis is collecting some awards and we are proud of that.
|
|||
|
||||
> We love contributors.
|
||||
|
||||
Do you have something to share? Or help out with translating Lynis into your own language? Create an issue or pull request on GitHub, or send us an e-mail: lynis-dev@cisofy.com.
|
||||
Do you have something to share? Want to help out with translating Lynis into your own language? Create an issue or pull request on GitHub, or send us an e-mail: lynis-dev@cisofy.com.
|
||||
|
||||
More details can be found in the [Contributors Guide](https://github.com/CISOfy/lynis/blob/master/CONTRIBUTING.md).
|
||||
|
||||
|
|
Loading…
Reference in New Issue