[selinux-policy/f18] Remove sandbox_type from sandbox.pp

Miroslav Grepl mgrepl at fedoraproject.org
Tue Sep 4 10:14:28 UTC 2012


commit b0872e5a8e6ae1de88d1b861125e8badb26db666
Author: Miroslav Grepl <mgrepl at redhat.com>
Date:   Tue Sep 4 12:13:56 2012 +0200

    Remove  sandbox_type from sandbox.pp

 policy_contrib-rawhide.patch |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/policy_contrib-rawhide.patch b/policy_contrib-rawhide.patch
index 222c98a..a6484bb 100644
--- a/policy_contrib-rawhide.patch
+++ b/policy_contrib-rawhide.patch
@@ -53044,10 +53044,10 @@ index 0000000..b7db254
 +# Empty
 diff --git a/sandbox.if b/sandbox.if
 new file mode 100644
-index 0000000..ad91dbe
+index 0000000..7addd77
 --- /dev/null
 +++ b/sandbox.if
-@@ -0,0 +1,56 @@
+@@ -0,0 +1,55 @@
 +
 +## <summary>policy for sandbox</summary>
 +
@@ -53095,9 +53095,8 @@ index 0000000..ad91dbe
 +
 +	gen_require(`
 +		attribute sandbox_domain;
-+		attribute sandbox_type;
 +	')
-+	type $1_t, sandbox_domain, sandbox_type;
++	type $1_t, sandbox_domain;
 +
 +	application_type($1_t)
 +


More information about the scm-commits mailing list