1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-27 23:15:33 +02:00
tldr/pages/linux/aa-unconfined.md
Prithviraj03 529b37fbb1
aa-*, apparmor_parser: add page (#16844)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
Co-authored-by: Wiktor Perskawiec <wiktor@perskawiec.cc>
2025-06-14 20:24:48 +03:00

20 lines
557 B
Markdown

# aa-unconfined
> List processes with open TCP/UDP ports that do not have AppArmor profiles loaded.
> More information: <https://gitlab.com/apparmor/apparmor/-/wikis/manpage_aa-unconfined.8>.
- List unconfined processes using the `ss` command (default):
`sudo aa-unconfined`
- Use `netstat` instead of `ss` to detect open network sockets:
`sudo aa-unconfined --with-netstat`
- Show all processes from /proc with TCP/UDP ports and no AppArmor profiles (more detailed):
`sudo aa-unconfined --paranoid`
- Display help:
`aa-unconfined {{[-h|--help]}}`