-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added configuring of device mount permissions in udev discovery handler
#726 (#737) * added configuring of device mount permissions in udev discovery handler #726 Signed-off-by: Marcel Bindseil <[email protected]> * incremented version Signed-off-by: Marcel Bindseil <[email protected]> * formatting Signed-off-by: Marcel Bindseil <[email protected]> * fixed version Signed-off-by: Marcel Bindseil <[email protected]> * updated helm chart version Signed-off-by: Marcel Bindseil <[email protected]> * updated rust version Signed-off-by: Marcel Bindseil <[email protected]> * updated rust version to 1.84 Signed-off-by: Marcel Bindseil <[email protected]> * fixed default for permissions Signed-off-by: Marcel Bindseil <[email protected]> * added default func for permissions Signed-off-by: Marcel Bindseil <[email protected]> * updated rust version to 1.81 Signed-off-by: Marcel Bindseil <[email protected]> * Update discovery-handlers/udev/src/discovery_handler.rs Co-authored-by: Kate Goldenring <[email protected]> Signed-off-by: Marcel Bindseil <[email protected]> * added unit test and added dependencies Signed-off-by: Marcel Bindseil <[email protected]> * test for permissions Signed-off-by: Marcel Bindseil <[email protected]> * removed unused var Signed-off-by: Marcel Bindseil <[email protected]> * restructured test Signed-off-by: Marcel Bindseil <[email protected]> * fixed test Signed-off-by: Marcel Bindseil <[email protected]> * added default permissions for lint files Signed-off-by: Marcel Bindseil <[email protected]> * signoff Signed-off-by: Marcel Bindseil <[email protected]> Signed-off-by: Marcel Bindseil <[email protected]> * removed panic Signed-off-by: Marcel Bindseil <[email protected]> --------- Signed-off-by: Marcel Bindseil <[email protected]> Co-authored-by: Kate Goldenring <[email protected]>
- Loading branch information
1 parent
8e5b3ab
commit 5e20ee4
Showing
15 changed files
with
79 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ on: | |
|
||
env: | ||
CARGO_TERM_COLOR: always | ||
CARGO_VERSION: 1.79.0 | ||
CARGO_VERSION: 1.81.0 | ||
|
||
jobs: | ||
build: | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.13.9 | ||
0.13.10 |