Skip to content

Commit

Permalink
Release 7.7.48 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Feb 15, 2023
1 parent 471bb24 commit 121deeb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 7.7.48 2023-02-15 <dave at tiredofit dot ca>

### Changed
- Additional doas fixes


## 7.7.46 2023-02-14 <dave at tiredofit dot ca>

### Changed
Expand Down
2 changes: 1 addition & 1 deletion install/assets/functions/00-container
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ grant_doas() {
doas_command=""
fi

echo "permit nopass $1 ${doas_command} as root" >> /etc/doas.d/doas.conf
echo "permit nopass $1 ${doas_command} as root" >> /etc/doas.conf
chown root:root /etc/doas.conf
chmod 0400 -R /etc/doas.conf
fi
Expand Down

0 comments on commit 121deeb

Please sign in to comment.