OneDrive Backup
OneDrive Backup
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
#include <tunables/global>
|
||||
|
||||
profile hassio_onedrive_backup flags=(attach_disconnected,mediate_deleted) {
|
||||
#include <abstractions/base>
|
||||
|
||||
# Capabilities
|
||||
file,
|
||||
signal (send) set=(kill,term,int,hup,cont),
|
||||
network,
|
||||
deny network raw,
|
||||
|
||||
# S6-Overlay
|
||||
/init ix,
|
||||
/bin/** ix,
|
||||
/usr/bin/** ix,
|
||||
/run/{s6,s6-rc*,service}/** ix,
|
||||
/package/** ix,
|
||||
/command/** ix,
|
||||
/etc/services.d/** rwix,
|
||||
/etc/cont-init.d/** rwix,
|
||||
/etc/cont-finish.d/** rwix,
|
||||
/run/{,**} rwk,
|
||||
/dev/tty rw,
|
||||
|
||||
# Addon Data
|
||||
/data/** rw,
|
||||
}
|
||||
Reference in New Issue
Block a user