Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Contents of /trunk/1.5.x/ccs-patch/include/linux/ccs_proc.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 418 - (show annotations) (download) (as text)
Fri Aug 24 02:17:17 2007 UTC (16 years, 8 months ago) by kumaneko
File MIME type: text/x-chdr
File size: 964 byte(s)
Move /proc/ccs/status to /proc/ccs/profile
1 /*
2 * include/linux/ccs_proc.h
3 *
4 * /proc interface for SAKURA and TOMOYO.
5 *
6 * Copyright (C) 2005-2007 NTT DATA CORPORATION
7 *
8 * Version: 1.5.0-pre 2007/08/24
9 *
10 * This file is applicable to both 2.4.30 and 2.6.11 and later.
11 * See README.ccs for ChangeLog.
12 *
13 */
14
15 #ifndef _LINUX_CCS_PROC_H
16 #define _LINUX_CCS_PROC_H
17
18 #ifndef __user
19 #define __user
20 #endif
21
22 /************************* Indexes for /proc interfaces. *************************/
23
24 #define CCS_DOMAINPOLICY 0
25 #define CCS_EXCEPTIONPOLICY 1
26 #define CCS_SYSTEMPOLICY 2
27 #define CCS_DOMAIN_STATUS 3
28 #define CCS_PROCESS_STATUS 4
29 #define CCS_MEMINFO 5
30 #define CCS_GRANTLOG 6
31 #define CCS_REJECTLOG 7
32 #define CCS_SELFDOMAIN 8
33 #define CCS_VERSION 9
34 #define CCS_PROFILE 10
35 #define CCS_QUERY 11
36 #define CCS_MANAGER 12
37 #define CCS_UPDATESCOUNTER 13
38
39 #endif

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