Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 630010 Details for
Bug 868298
ecryptfs-migrate-home shouldn't call setsebool unconditionally
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
proposed patch
ecryptfs-setsebool.patch (text/plain), 506 bytes, created by
Martin Wilck
on 2012-10-19 12:47:47 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Martin Wilck
Created:
2012-10-19 12:47:47 UTC
Size:
506 bytes
patch
obsolete
>--- /tmp/ecryptfs-migrate-home 2012-10-19 14:21:25.340831689 +0200 >+++ /usr/bin/ecryptfs-migrate-home 2012-10-19 14:40:37.993568794 +0200 >@@ -136,7 +136,9 @@ > error "Cannot proceed." > fi > # start encryption >- setsebool -P use_ecryptfs_home_dirs=1 1>/dev/null 2>&1 ||: >+ case "$(getsebool use_ecryptfs_home_dirs)" in >+ *off) setsebool -P use_ecryptfs_home_dirs=1 1>/dev/null 2>&1 ||:;; >+ esac > orig=$(mktemp /home/$USER_NAME.XXXXXXXX) > rm "$orig" && mv "$USER_HOME" "$orig" > chmod 700 "$orig"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 868298
: 630010