• R/O
  • HTTP
  • SSH
  • HTTPS

origin: Commit

gpet(Gui Policy Editor for TOMOYO Linux) repository


Commit MetaInfo

Revisiondab6fabae4e8358215c1f922d2379b5e333b4695 (tree)
Zeit2011-09-22 23:24:24
Autoryocto <yocto@user...>
Commiteryocto

Log Message

Rebased using ccs-editpolicy in ccs-tools-1.8.2p5-20110916

ベースとなるccs-editpolicyをccstools 1.8.2p5 20110916版 に変更

Ändern Zusammenfassung

Diff

--- a/src/usr_sbin/editpolicy.c
+++ b/src/usr_sbin/editpolicy.c
@@ -5,7 +5,7 @@
55 *
66 * Copyright (C) 2005-2011 NTT DATA CORPORATION
77 *
8- * Version: 1.8.2+ 2011/07/11
8+ * Version: 1.8.2+ 2011/09/16
99 *
1010 * This program is free software; you can redistribute it and/or modify it
1111 * under the terms of the GNU General Public License v2 as published by the
@@ -1613,7 +1613,8 @@ static void ccs_parse_exception_line(const struct ccs_path_info *ns,
16131613 return;
16141614 for (index = 0; index < ccs_dp.list_len; index++) {
16151615 char *cp;
1616- if (ccs_dp.list[index].group != group)
1616+ const struct ccs_domain *ptr = &ccs_dp.list[index];
1617+ if (ptr->group != group || ptr->target || ptr->is_dd)
16171618 continue;
16181619 cp = ccs_strdup(line);
16191620 ccs_parse_domain_line(ns, cp, index, false);
Show on old repository browser