feat(profile): initial support for whonix.

This commit is contained in:
Alexandre Pujol 2023-12-09 11:25:38 +00:00
parent f4505dd97d
commit a9c864fe60
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
8 changed files with 84 additions and 116 deletions

View file

@ -60,6 +60,8 @@ profile dbus-daemon @{exec_path} flags=(attach_disconnected) {
/usr/share/org.gnome.Characters/org.gnome.Characters rPx,
/usr/share/org.gnome.Characters/org.gnome.Characters.BackgroundService rPx,
@{lib}/mate-notification-daemon/mate-notification-daemon rPUx,
@{user_share_dirs}/gnome-shell/extensions/gsconnect@andyholmes.github.io/service/daemon.js rPx,
/etc/dbus-1/{,**} r,

View file

@ -23,10 +23,10 @@ profile xrdb @{exec_path} {
@{lib}/llvm-[0-9]*/bin/clang rix,
/usr/include/stdc-predef.h r,
/usr/etc/X11/xdm/Xresources r,
@{etc_ro}/X11/Xresources r,
@{etc_ro}/X11/Xresources/x11-common r,
/etc/X11/Xresources/* r,
# The location of the .Xresources file
owner @{HOME}/.Xdefaults r,

View file

@ -11,6 +11,8 @@ profile update-grub @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
capability dac_read_search,
@{exec_path} mr,
@{bin}/{,ba,da}sh rix,
@{bin}/grub-mkconfig rPx,

View file

@ -21,5 +21,7 @@ profile systemd-generator-getty @{exec_path} flags=(attach_disconnected) {
@{PROC}/@{pid}/cgroup r,
owner /dev/ttyS@{int} rw,
include if exists <local/systemd-generator-getty>
}