Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
man page
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Schleizer committed Jan 17, 2020
1 parent 613a4ef commit b4dfa2a
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions man/networking-aae.8.ronn
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
networking-aae(8) -- ifup and ifdown wrapper for apparmor-profile-everything
=============================================

<span class="comment">
# Copyright (C) 2019 - 2019 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
# See the file COPYING for copying conditions.
</span>

## SYNOPSIS
`networking-aae [up|down]`

## DESCRIPTION
`networking.service` calls

`ExecStart=/sbin/ifup -a --read-environment`

`ExecStop=/sbin/ifdown -a --read-environment --exclude=lo`

`networking.service.d/30_apparmor_profile_everything.conf`
overwrites this and runs

`ExecStart=/sbin/networking-aae up`

`ExecStop=/sbin/networking-aae down`

instead.

## EXAMPLES
sudo networking-aae up

sudo networking-aae down

## WWW
https://github.com/Whonix/apparmor-profile-everything

## AUTHOR
This man page has been written by Patrick Schleizer (adrelanos@riseup.net).

0 comments on commit b4dfa2a

Please sign in to comment.