Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.0:Rings:1-MinimalX
libapparmor
disable-cache-on-ro-fs.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File disable-cache-on-ro-fs.diff of Package libapparmor
--- parser/parser_main.c +++ parser/parser_main.c 2018/01/11 16:52:00 @@ -1124,7 +1124,7 @@ retval = aa_policy_cache_new(&policy_cache, features, AT_FDCWD, cacheloc, max_caches); if (retval) { - if (errno != ENOENT && errno != EEXIST) { + if (errno != ENOENT && errno != EEXIST && errno != EROFS) { PERROR(_("Failed setting up policy cache (%s): %s\n"), cacheloc, strerror(errno)); return 1;
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