Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1905611 Details for
Bug 2118294
[PATCH] cups: selinux: LSPP marking does not work
Home
New
Search
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.rh90 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]
patch v3
1.diff (text/plain), 1.22 KB, created by
Mikhail Novosyolov
on 2022-08-15 14:31:52 UTC
(
hide
)
Description:
patch v3
Filename:
MIME Type:
Creator:
Mikhail Novosyolov
Created:
2022-08-15 14:31:52 UTC
Size:
1.22 KB
patch
obsolete
>diff --git a/scheduler/ipp.c b/scheduler/ipp.c >index 64b190780..bf38942e3 100644 >--- a/scheduler/ipp.c >+++ b/scheduler/ipp.c >@@ -3919,7 +3919,7 @@ check_context(cupsd_client_t *con, /* I - Client connection */ > "Error while determining SELinux enforcement"); > return -1; > } >- cupsdLogJob(job, CUPSD_LOG_DEBUG, >+ cupsdLogJob(job, CUPSD_LOG_INFO, > "check_context: client context %s job context %s", > con->scon, job->scon); > >diff --git a/scheduler/job.c b/scheduler/job.c >index 4c9486082..61c6b1669 100644 >--- a/scheduler/job.c >+++ b/scheduler/job.c >@@ -2450,7 +2452,7 @@ cupsdSaveJob(cupsd_job_t *job) /* I - Job */ > context_free(jobcon); > return; > } >- cupsdLogJob(job, CUPSD_LOG_DEBUG2, "New spool file context=%s", >+ cupsdLogJob(job, CUPSD_LOG_INFO, "New spool file context=%s", > context_str(tmpcon)); > context_free(tmpcon); > context_free(jobcon); >@@ -5236,7 +5238,7 @@ start_job(cupsd_job_t *job, /* I - Job ID */ > return ; > } > printercon = context_new(devcon); >- cupsdLogJob(job, CUPSD_LOG_DEBUG, >+ cupsdLogJob(job, CUPSD_LOG_INFO, > "Printer context %s client context %s", > context_str(printercon), job->scon); > context_free(printercon);
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 2118294
:
1905562
|
1905569
| 1905611