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

Subversion リポジトリの参照

Diff of /trunk/1.8.x/ccs-patch/security/ccsecurity/domain.c

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

revision 2048 by kumaneko, Thu Jan 8 07:15:05 2009 UTC revision 2049 by kumaneko, Thu Jan 8 07:36:34 2009 UTC
# Line 1766  void ccs_finish_execve(int retval) Line 1766  void ccs_finish_execve(int retval)
1766   *   *
1767   * Returns 0.   * Returns 0.
1768   */   */
1769  static inline int ccs_start_execve(struct linux_binprm *bprm)  int ccs_start_execve(struct linux_binprm *bprm)
1770  {  {
1771  #ifdef CONFIG_SAKURA  #ifdef CONFIG_SAKURA
1772          /* Clear manager flag. */          /* Clear manager flag. */
# Line 1780  static inline int ccs_start_execve(struc Line 1780  static inline int ccs_start_execve(struc
1780  /**  /**
1781   * ccs_finish_execve - Clean up execve() operation.   * ccs_finish_execve - Clean up execve() operation.
1782   */   */
1783  static inline void ccs_finish_execve(int retval)  void ccs_finish_execve(int retval)
1784  {  {
1785  }  }
1786    

Legend:
Removed from v.2048  
changed lines
  Added in v.2049

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