オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Diff of /trunk/1.6.x/ccs-patch/fs/tomoyo_domain.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1902 by kumaneko, Tue Nov 11 00:22:48 2008 UTC revision 1903 by kumaneko, Mon Dec 1 06:16:16 2008 UTC
# Line 5  Line 5 
5   *   *
6   * Copyright (C) 2005-2008  NTT DATA CORPORATION   * Copyright (C) 2005-2008  NTT DATA CORPORATION
7   *   *
8   * Version: 1.6.5   2008/11/11   * Version: 1.6.6-pre   2008/12/01
9   *   *
10   * This file is applicable to both 2.4.30 and 2.6.11 and later.   * This file is applicable to both 2.4.30 and 2.6.11 and later.
11   * See README.ccs for ChangeLog.   * See README.ccs for ChangeLog.
# Line 1419  static int try_alt_exec(struct ccs_reque Line 1419  static int try_alt_exec(struct ccs_reque
1419          struct task_struct *task = current;          struct task_struct *task = current;
1420          char *buffer = r->obj->tmp->buffer;          char *buffer = r->obj->tmp->buffer;
1421          /* Allocate memory for execute handler's pathname. */          /* Allocate memory for execute handler's pathname. */
1422          char *execute_handler = ccs_alloc(sizeof(struct ccs_page_buffer));          char *execute_handler = ccs_alloc(sizeof(struct ccs_page_buffer),
1423                                              false);
1424          *eh_path = execute_handler;          *eh_path = execute_handler;
1425          if (!execute_handler)          if (!execute_handler)
1426                  return -ENOMEM;                  return -ENOMEM;
# Line 1683  int search_binary_handler_with_transitio Line 1684  int search_binary_handler_with_transitio
1684           * Thus, keep valid until search_binary_handler() finishes.           * Thus, keep valid until search_binary_handler() finishes.
1685           */           */
1686          char *eh_path = NULL;          char *eh_path = NULL;
1687          struct ccs_page_buffer *tmp = ccs_alloc(sizeof(struct ccs_page_buffer));          struct ccs_page_buffer *tmp = ccs_alloc(sizeof(struct ccs_page_buffer),
1688                                                    false);
1689          memset(&obj, 0, sizeof(obj));          memset(&obj, 0, sizeof(obj));
1690          if (!sbin_init_started)          if (!sbin_init_started)
1691                  ccs_load_policy(bprm->filename);                  ccs_load_policy(bprm->filename);

Legend:
Removed from v.1902  
changed lines
  Added in v.1903

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26