Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
python-libmount.462
util-linux-noenc-suse.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File util-linux-noenc-suse.patch of Package python-libmount.462
Index: util-linux/libmount/src/context_loopdev.c =================================================================== --- util-linux.orig/libmount/src/context_loopdev.c +++ util-linux/libmount/src/context_loopdev.c @@ -212,6 +212,9 @@ int mnt_context_setup_loopdev(struct lib if (rc == 0 && (cxt->user_mountflags & MNT_MS_ENCRYPTION) && mnt_optstr_get_option(optstr, "encryption", &val, &len) == 0) { DBG(CXT, ul_debugobj(cxt, "encryption no longer supported")); + // XXX: nasty for the lib but there's on better way to give a hint atm + fprintf(stderr, "mount: encryption no longer supported.\n" + " Please use /etc/crypttab instead (man 5 crypttab)\n"); rc = -MNT_ERR_MOUNTOPT; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor