-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
pifi (0.1.0) UNRELEASED; urgency=medium | ||
pifi (0.1.2) UNRELEASED; urgency=medium | ||
|
||
* Added basic cli tool for mangaging pifi | ||
* Added pkla to allow network manager over ssh, and override default | ||
|
||
-- Rohan Agrawal <send2arohan@gmail.com> Sun, 09 Jul 2017 09:51:16 -0700 | ||
-- Rohan Agrawal <rohan@aleopile.com> Sun, 09 Jul 2017 11:22:53 -0700 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
pifi-NetworkManager.pkla /var/lib/polkit-1/localauthority/50-local.d/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[Allow access to the network manager API for all users] | ||
Identity=unix-group:netdev;unix-group:sudo | ||
Action=org.freedesktop.NetworkManager.* | ||
# Allow network manager changes by remote users | ||
ResultAny=yes | ||
ResultInactive=yes | ||
ResultActive=yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters