-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
tests/install/install-Z-selinux: fix selinux for install #8307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
8a0102d to
b84a035
Compare
|
GNU testsuite comparison: |
b84a035 to
e0f4cc3
Compare
|
GNU testsuite comparison: |
e0f4cc3 to
84d2959
Compare
|
GNU testsuite comparison: |
84d2959 to
82a002c
Compare
|
GNU testsuite comparison: |
82a002c to
00b15c1
Compare
|
GNU testsuite comparison: |
00b15c1 to
503558b
Compare
|
GNU testsuite comparison: |
503558b to
8f94ee6
Compare
|
GNU testsuite comparison: |
b268db4 to
8e81ec6
Compare
|
GNU testsuite comparison: |
src/uu/install/src/install.rs
Outdated
| /// # Returns | ||
| /// | ||
| /// Returns `Ok(())` if the context was successfully set, or a `SeLinuxError` if the operation failed. | ||
| pub fn set_selinux_default_context_for_install(path: &Path) -> Result<(), SeLinuxError> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would shorten the name to just set_selinux_default_context.
8e81ec6 to
9cb715c
Compare
|
GNU testsuite comparison: |
460c76c to
4e5cdb3
Compare
|
GNU testsuite comparison: |
82878ae to
cc8ee03
Compare
|
GNU testsuite comparison: |
|
The update of |
|
GNU testsuite comparison: |
441d9c8 to
59942d3
Compare
|
GNU testsuite comparison: |
Fixes: tests/install/install-Z-selinux
59942d3 to
2434c2a
Compare
|
GNU testsuite comparison: |
Great, kudos :) |
No description provided.