Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libvirt
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Libvirt Packaging Team
libvirt
Commits
39ae471f
Commit
39ae471f
authored
12 years ago
by
Guido Günther
Browse files
Options
Downloads
Patches
Plain Diff
Drop Revert-security-Add-DAC-to-security_drivers.patch
fixed upstream.
parent
e27653a0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/patches/Revert-security-Add-DAC-to-security_drivers.patch
+0
-32
0 additions, 32 deletions
...patches/Revert-security-Add-DAC-to-security_drivers.patch
debian/patches/series
+0
-1
0 additions, 1 deletion
debian/patches/series
with
0 additions
and
33 deletions
debian/patches/Revert-security-Add-DAC-to-security_drivers.patch
deleted
100644 → 0
+
0
−
32
View file @
e27653a0
From: Peter Krempa <pkrempa@redhat.com>
Date: Wed, 29 Aug 2012 14:29:43 +0200
Subject: Revert "security: Add DAC to security_drivers"
This reverts commit 9f9b7b85c9b422e8f4e813f3920bf8f433246a4a.
The DAC security driver needs special handling and extra parameters and
can't just be added to regular security drivers.
---
src/security/security_driver.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/security/security_driver.c b/src/security/security_driver.c
index e6da220..f450a94 100644
--- a/src/security/security_driver.c
+++ b/src/security/security_driver.c
@@ -35,7 +35,6 @@
# include "security_apparmor.h"
#endif
-#include "security_dac.h"
#include "security_nop.h"
#define VIR_FROM_THIS VIR_FROM_SECURITY
@@ -47,7 +46,6 @@
static virSecurityDriverPtr security_drivers[] = {
#ifdef WITH_SECDRIVER_APPARMOR
&virAppArmorSecurityDriver,
#endif
- &virSecurityDriverDAC,
&virSecurityDriverNop, /* Must always be last, since it will always probe */
};
This diff is collapsed.
Click to expand it.
debian/patches/series
+
0
−
1
View file @
39ae471f
...
...
@@ -9,4 +9,3 @@ Disable-failing-virnetsockettest.patch
Don-t-fail-if-we-can-t-setup-avahi.patch
Reduce-udevadm-settle-timeout-to-10-seconds.patch
debian/Debianize-systemd-service-files.patch
Revert-security-Add-DAC-to-security_drivers.patch
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment