plugins

Home

Examples

Plugins

Components

News

scc

version: 0.0.18 |  date: 06/02/2026 |  Compliance checks for Linux services and packages |  source code

# scc

Compliance checks for Linux services and packages

# Install

```bash
s6 --install scc
```
# How to run

```bash
cat /etc/ssh/sshd_config | s6 --plg-run scc@check=sshd
sudo sshd -T | s6 --plg-run scc@check=sshd
sudo cat /etc/redis/redis.conf | s6 --plg-run scc@check=redis
sudo cat /etc/sudoers | s6 --plg-run scc@check=sudoers
```

# Parameters

## check

Check ID.

Available IDs

- sshd
- redis
- sudoers
- bind
- sysctl
- fstab

# Examples

You can see example configs to play with at
examples/ directory

# Report example

Sshd

![report.png](report.png)

# Author

Alexey Melezhik