Skip to content

Commit

Permalink
usbguard: Fix tmpfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Jan 18, 2025
1 parent 8741225 commit 367ce68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified u/usbguard/manifest.x86_64.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion u/usbguard/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,6 @@
}
},
"source-name": "usbguard",
"source-release": "1",
"source-release": "2",
"source-version": "1.1.3"
}
4 changes: 2 additions & 2 deletions u/usbguard/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
name : usbguard
version : 1.1.3
release : 1
release : 2
homepage : https://usbguard.github.io/
upstreams :
- https://github.com/USBGuard/usbguard/releases/download/usbguard-1.1.3/usbguard-1.1.3.tar.gz : 707dad2938923202697f636c2b4e0be80f192242039a2af3fc7ac35d03f78551
Expand Down Expand Up @@ -42,4 +42,4 @@ install : |
# Install mutable rules via factory
%tmpfiles "C /etc/usbguard - - - -"
%tmpfiles "D /etc/usbguard/rules.d 0755 root root -"
%tmpfiles "D /run/log/usbguard 0755 root root -"
%tmpfiles "D /var/log/usbguard 0755 root root -"

0 comments on commit 367ce68

Please sign in to comment.