From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3D7EA138247 for ; Wed, 18 Dec 2013 08:16:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BAAFE0BC3; Wed, 18 Dec 2013 08:16:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9BB7AE0BC3 for ; Wed, 18 Dec 2013 08:16:44 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B52DE33F577 for ; Wed, 18 Dec 2013 08:16:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 61BD211024B for ; Wed, 18 Dec 2013 08:16:42 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1387354507.910dc9c588c6a0af4b2abc7b009b72c6393a29d6.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/mysql.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 910dc9c588c6a0af4b2abc7b009b72c6393a29d6 X-VCS-Branch: master Date: Wed, 18 Dec 2013 08:16:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 42bd3ac2-d3fd-4eb3-97d8-e659be85d6cc X-Archives-Hash: a3c888bc2995b4f161482f15827c7b2a commit: 910dc9c588c6a0af4b2abc7b009b72c6393a29d6 Author: Sven Vermeulen siphos be> AuthorDate: Wed Dec 18 08:15:07 2013 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Wed Dec 18 08:15:07 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=910dc9c5 Remove duplicate file transition --- policy/modules/contrib/mysql.te | 4 ---- 1 file changed, 4 deletions(-) diff --git a/policy/modules/contrib/mysql.te b/policy/modules/contrib/mysql.te index d425838..7584bbe 100644 --- a/policy/modules/contrib/mysql.te +++ b/policy/modules/contrib/mysql.te @@ -258,7 +258,3 @@ files_search_var_lib(mysqlmanagerd_t) miscfiles_read_localization(mysqlmanagerd_t) userdom_search_user_home_dirs(mysqlmanagerd_t) - -ifdef(`distro_gentoo',` - init_daemon_run_dir(mysqld_var_run_t, "mysqld") -')