feat(profiles): general update.
This commit is contained in:
parent
8142ad657d
commit
c32b19a808
40 changed files with 218 additions and 196 deletions
|
|
@ -10,6 +10,8 @@ include <tunables/global>
|
|||
profile aurpublish @{exec_path} {
|
||||
include <abstractions/base>
|
||||
|
||||
signal (receive) peer=git,
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
/{usr/,}bin/{,ba,da}sh rix,
|
||||
|
|
|
|||
|
|
@ -18,8 +18,11 @@ profile borg @{exec_path} {
|
|||
|
||||
network inet dgram,
|
||||
network inet6 dgram,
|
||||
network netlink raw,
|
||||
|
||||
@{exec_path} r,
|
||||
|
||||
/{usr/,}bin/ r,
|
||||
/{usr/,}bin/python3.[0-9]* r,
|
||||
|
||||
/{usr/,}bin/uname rix,
|
||||
|
|
@ -66,15 +69,11 @@ profile borg @{exec_path} {
|
|||
|
||||
# Dirs that can be backed up
|
||||
/ r,
|
||||
/boot/{,**} r,
|
||||
/efi/{,**} r,
|
||||
/etc/{,**} r,
|
||||
/home/{,**} r,
|
||||
@{MOUNTS}/{,**} r,
|
||||
/opt/{,**} r,
|
||||
/root/{,**} r,
|
||||
/srv/{,**} r,
|
||||
/usr/{,**} r,
|
||||
/var/{,**} r,
|
||||
|
||||
# The backup dirs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue