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

Subversion リポジトリの参照

Diff of /trunk/1.6.x/ccs-patch/include/linux/ccs_common.h

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

revision 776 by kumaneko, Wed Dec 5 05:29:11 2007 UTC revision 815 by kumaneko, Tue Dec 18 07:13:08 2007 UTC
# Line 5  Line 5 
5   *   *
6   * Copyright (C) 2005-2007  NTT DATA CORPORATION   * Copyright (C) 2005-2007  NTT DATA CORPORATION
7   *   *
8   * Version: 1.5.3-pre   2007/12/03   * Version: 1.5.3-pre   2007/12/18
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 444  struct io_buffer { Line 444  struct io_buffer {
444    
445  /*************************  PROTOTYPES  *************************/  /*************************  PROTOTYPES  *************************/
446    
447  char *InitAuditLog(int *len);  char *InitAuditLog(int *len, const u8 profile, const unsigned int mode);
448  void *ccs_alloc(const size_t size);  void *ccs_alloc(const size_t size);
449  char *print_ipv6(char *buffer, const int buffer_len, const struct in6_addr *ip);  char *print_ipv6(char *buffer, const int buffer_len, const struct in6_addr *ip);
450  const char *GetAltExec(void);  const char *GetAltExec(void);
# Line 519  int io_printf(struct io_buffer *head, co Line 519  int io_printf(struct io_buffer *head, co
519  struct domain_info *FindDomain(const char *domainname);  struct domain_info *FindDomain(const char *domainname);
520  struct domain_info *FindOrAssignNewDomain(const char *domainname, const u8 profile);  struct domain_info *FindOrAssignNewDomain(const char *domainname, const u8 profile);
521  struct domain_info *UndeleteDomain(const char *domainname0);  struct domain_info *UndeleteDomain(const char *domainname0);
522  bool CheckCCSAccept(const unsigned int index, struct domain_info * const domain);  bool CheckCCSQuota(struct domain_info * const domain);
 bool CheckCCSEnforce(const unsigned int index);  
523  unsigned int CheckCCSFlags(const unsigned int index);  unsigned int CheckCCSFlags(const unsigned int index);
524  bool CheckDomainQuota(struct domain_info * const domain);  bool CheckDomainQuota(struct domain_info * const domain);
525  bool TomoyoVerboseMode(void);  bool TomoyoVerboseMode(void);

Legend:
Removed from v.776  
changed lines
  Added in v.815

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