Update hyprpm

This commit is contained in:
odomingao 2024-07-15 12:00:25 -03:00 committed by GitHub
parent 03516160a4
commit 2c60383087
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ include <tunables/global>
@{exec_path} = @{bin}/hyprpm
profile hyprpm /{,usr/}{,s}bin/hyprpm {
profile hyprpm @{exec_path} {
include <abstractions/base>
include <abstractions/nameservice-strict>
include <abstractions/ssl_certs>
@ -17,27 +17,25 @@ profile hyprpm /{,usr/}{,s}bin/hyprpm {
network inet dgram,
network inet stream,
network inet6 dgram,
network inet6 stream,
@{exec_path} mr,
@{bin}/** rix,
@{lib}/gcc/** rix,
@{lib}/gcc/*/*/** rix,
@{lib}/git-core/** rix,
/usr/include/** r,
/usr/share/git-core/** r,
/usr/share/pkgconfig/** r,
owner @{user_share_dirs}/hyprpm/ r,
owner @{user_share_dirs}/hyprpm/** rw,
owner @{user_share_dirs}/hyprpm/*/*/** rw,
owner @{HOME}/.gitconfig r,
owner @{user_share_dirs}/hyprpm/{,**} rw,
/tmp/hyprpm/** rw,
/tmp/hyprpm/*/*/** rw,
include if exists <local/hyprpm>
}
# vim:syntax=apparmor