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

Subversion リポジトリの参照

Diff of /branches/ccs-patch/fs/tomoyo_domain.c

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

revision 1747 by kumaneko, Fri Oct 24 04:07:03 2008 UTC revision 1778 by kumaneko, Tue Nov 4 04:30:02 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-pre   2008/10/20   * Version: 1.6.5-pre   2008/11/04
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 1494  static int try_alt_exec(struct ccs_reque Line 1494  static int try_alt_exec(struct ccs_reque
1494                           "pid=%d uid=%d gid=%d euid=%d egid=%d suid=%d "                           "pid=%d uid=%d gid=%d euid=%d egid=%d suid=%d "
1495                           "sgid=%d fsuid=%d fsgid=%d state[0]=%u "                           "sgid=%d fsuid=%d fsgid=%d state[0]=%u "
1496                           "state[1]=%u state[2]=%u",                           "state[1]=%u state[2]=%u",
1497                           task->pid, task->uid, task->gid, task->euid,                           (pid_t) sys_getpid(), task->uid, task->gid, task->euid,
1498                           task->egid, task->suid, task->sgid, task->fsuid,                           task->egid, task->suid, task->sgid, task->fsuid,
1499                           task->fsgid, (u8) (tomoyo_flags >> 24),                           task->fsgid, (u8) (tomoyo_flags >> 24),
1500                           (u8) (tomoyo_flags >> 16), (u8) (tomoyo_flags >> 8));                           (u8) (tomoyo_flags >> 16), (u8) (tomoyo_flags >> 8));

Legend:
Removed from v.1747  
changed lines
  Added in v.1778

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