78a903b1f7
- New refactor allow qubuntu to share most of Debian's codebase - Installation now more closely mimiks Debian's installation methods - Added a shared functions lib named distributions.sh - Any portions of Whonix that may need to be updatable have been moved to a new package named qubes-whonix which will be updatable via Debian package manager. qubes-whonix is also added as part of installation process
22 lines
261 B
Plaintext
22 lines
261 B
Plaintext
# file: etc/hostname
|
|
# owner: root
|
|
# group: root
|
|
user::rw-
|
|
group::r--
|
|
other::r--
|
|
|
|
# file: etc/sudoers.d
|
|
# owner: root
|
|
# group: root
|
|
user::rwx
|
|
group::--x
|
|
other::---
|
|
|
|
# file: etc/sudoers.d/whonix-build
|
|
# owner: root
|
|
# group: root
|
|
user::r--
|
|
group::r--
|
|
other::---
|
|
|