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

Subversion リポジトリの参照

Diff of /branches/ccs-patch/security/ccsecurity/domain.c

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

revision 2958 by kumaneko, Wed Aug 26 09:43:56 2009 UTC revision 2960 by kumaneko, Thu Aug 27 04:46:40 2009 UTC
# Line 1267  int ccs_start_execve(struct linux_binprm Line 1267  int ccs_start_execve(struct linux_binprm
1267   ok:   ok:
1268          if (retval < 0)          if (retval < 0)
1269                  goto out;                  goto out;
1270          ee->r.mode = ccs_get_mode(ee->r.profile, CCS_MAC_ENVIRON);          ee->r.mode = ccs_get_mode(ee->r.domain->profile, CCS_MAC_ENVIRON);
1271          retval = ccs_environ(ee);          retval = ccs_environ(ee);
1272          if (retval < 0)          if (retval < 0)
1273                  goto out;                  goto out;

Legend:
Removed from v.2958  
changed lines
  Added in v.2960

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