blob: bdfce4ca8f8e06366f7d831f8637b3af755a02b9 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/* This file is automatically generated. Do not edit. */
2#define COMMON_FILE__IOCTL 0x00000001UL
3#define COMMON_FILE__READ 0x00000002UL
4#define COMMON_FILE__WRITE 0x00000004UL
5#define COMMON_FILE__CREATE 0x00000008UL
6#define COMMON_FILE__GETATTR 0x00000010UL
7#define COMMON_FILE__SETATTR 0x00000020UL
8#define COMMON_FILE__LOCK 0x00000040UL
9#define COMMON_FILE__RELABELFROM 0x00000080UL
10#define COMMON_FILE__RELABELTO 0x00000100UL
11#define COMMON_FILE__APPEND 0x00000200UL
12#define COMMON_FILE__UNLINK 0x00000400UL
13#define COMMON_FILE__LINK 0x00000800UL
14#define COMMON_FILE__RENAME 0x00001000UL
15#define COMMON_FILE__EXECUTE 0x00002000UL
16#define COMMON_FILE__SWAPON 0x00004000UL
17#define COMMON_FILE__QUOTAON 0x00008000UL
18#define COMMON_FILE__MOUNTON 0x00010000UL
19
20#define COMMON_SOCKET__IOCTL 0x00000001UL
21#define COMMON_SOCKET__READ 0x00000002UL
22#define COMMON_SOCKET__WRITE 0x00000004UL
23#define COMMON_SOCKET__CREATE 0x00000008UL
24#define COMMON_SOCKET__GETATTR 0x00000010UL
25#define COMMON_SOCKET__SETATTR 0x00000020UL
26#define COMMON_SOCKET__LOCK 0x00000040UL
27#define COMMON_SOCKET__RELABELFROM 0x00000080UL
28#define COMMON_SOCKET__RELABELTO 0x00000100UL
29#define COMMON_SOCKET__APPEND 0x00000200UL
30#define COMMON_SOCKET__BIND 0x00000400UL
31#define COMMON_SOCKET__CONNECT 0x00000800UL
32#define COMMON_SOCKET__LISTEN 0x00001000UL
33#define COMMON_SOCKET__ACCEPT 0x00002000UL
34#define COMMON_SOCKET__GETOPT 0x00004000UL
35#define COMMON_SOCKET__SETOPT 0x00008000UL
36#define COMMON_SOCKET__SHUTDOWN 0x00010000UL
37#define COMMON_SOCKET__RECVFROM 0x00020000UL
38#define COMMON_SOCKET__SENDTO 0x00040000UL
39#define COMMON_SOCKET__RECV_MSG 0x00080000UL
40#define COMMON_SOCKET__SEND_MSG 0x00100000UL
41#define COMMON_SOCKET__NAME_BIND 0x00200000UL
42
43#define COMMON_IPC__CREATE 0x00000001UL
44#define COMMON_IPC__DESTROY 0x00000002UL
45#define COMMON_IPC__GETATTR 0x00000004UL
46#define COMMON_IPC__SETATTR 0x00000008UL
47#define COMMON_IPC__READ 0x00000010UL
48#define COMMON_IPC__WRITE 0x00000020UL
49#define COMMON_IPC__ASSOCIATE 0x00000040UL
50#define COMMON_IPC__UNIX_READ 0x00000080UL
51#define COMMON_IPC__UNIX_WRITE 0x00000100UL
52
53#define FILESYSTEM__MOUNT 0x00000001UL
54#define FILESYSTEM__REMOUNT 0x00000002UL
55#define FILESYSTEM__UNMOUNT 0x00000004UL
56#define FILESYSTEM__GETATTR 0x00000008UL
57#define FILESYSTEM__RELABELFROM 0x00000010UL
58#define FILESYSTEM__RELABELTO 0x00000020UL
59#define FILESYSTEM__TRANSITION 0x00000040UL
60#define FILESYSTEM__ASSOCIATE 0x00000080UL
61#define FILESYSTEM__QUOTAMOD 0x00000100UL
62#define FILESYSTEM__QUOTAGET 0x00000200UL
63
64#define DIR__IOCTL 0x00000001UL
65#define DIR__READ 0x00000002UL
66#define DIR__WRITE 0x00000004UL
67#define DIR__CREATE 0x00000008UL
68#define DIR__GETATTR 0x00000010UL
69#define DIR__SETATTR 0x00000020UL
70#define DIR__LOCK 0x00000040UL
71#define DIR__RELABELFROM 0x00000080UL
72#define DIR__RELABELTO 0x00000100UL
73#define DIR__APPEND 0x00000200UL
74#define DIR__UNLINK 0x00000400UL
75#define DIR__LINK 0x00000800UL
76#define DIR__RENAME 0x00001000UL
77#define DIR__EXECUTE 0x00002000UL
78#define DIR__SWAPON 0x00004000UL
79#define DIR__QUOTAON 0x00008000UL
80#define DIR__MOUNTON 0x00010000UL
81
82#define DIR__ADD_NAME 0x00020000UL
83#define DIR__REMOVE_NAME 0x00040000UL
84#define DIR__REPARENT 0x00080000UL
85#define DIR__SEARCH 0x00100000UL
86#define DIR__RMDIR 0x00200000UL
87
88#define FILE__IOCTL 0x00000001UL
89#define FILE__READ 0x00000002UL
90#define FILE__WRITE 0x00000004UL
91#define FILE__CREATE 0x00000008UL
92#define FILE__GETATTR 0x00000010UL
93#define FILE__SETATTR 0x00000020UL
94#define FILE__LOCK 0x00000040UL
95#define FILE__RELABELFROM 0x00000080UL
96#define FILE__RELABELTO 0x00000100UL
97#define FILE__APPEND 0x00000200UL
98#define FILE__UNLINK 0x00000400UL
99#define FILE__LINK 0x00000800UL
100#define FILE__RENAME 0x00001000UL
101#define FILE__EXECUTE 0x00002000UL
102#define FILE__SWAPON 0x00004000UL
103#define FILE__QUOTAON 0x00008000UL
104#define FILE__MOUNTON 0x00010000UL
105
106#define FILE__EXECUTE_NO_TRANS 0x00020000UL
107#define FILE__ENTRYPOINT 0x00040000UL
108#define FILE__EXECMOD 0x00080000UL
109
110#define LNK_FILE__IOCTL 0x00000001UL
111#define LNK_FILE__READ 0x00000002UL
112#define LNK_FILE__WRITE 0x00000004UL
113#define LNK_FILE__CREATE 0x00000008UL
114#define LNK_FILE__GETATTR 0x00000010UL
115#define LNK_FILE__SETATTR 0x00000020UL
116#define LNK_FILE__LOCK 0x00000040UL
117#define LNK_FILE__RELABELFROM 0x00000080UL
118#define LNK_FILE__RELABELTO 0x00000100UL
119#define LNK_FILE__APPEND 0x00000200UL
120#define LNK_FILE__UNLINK 0x00000400UL
121#define LNK_FILE__LINK 0x00000800UL
122#define LNK_FILE__RENAME 0x00001000UL
123#define LNK_FILE__EXECUTE 0x00002000UL
124#define LNK_FILE__SWAPON 0x00004000UL
125#define LNK_FILE__QUOTAON 0x00008000UL
126#define LNK_FILE__MOUNTON 0x00010000UL
127
128#define CHR_FILE__IOCTL 0x00000001UL
129#define CHR_FILE__READ 0x00000002UL
130#define CHR_FILE__WRITE 0x00000004UL
131#define CHR_FILE__CREATE 0x00000008UL
132#define CHR_FILE__GETATTR 0x00000010UL
133#define CHR_FILE__SETATTR 0x00000020UL
134#define CHR_FILE__LOCK 0x00000040UL
135#define CHR_FILE__RELABELFROM 0x00000080UL
136#define CHR_FILE__RELABELTO 0x00000100UL
137#define CHR_FILE__APPEND 0x00000200UL
138#define CHR_FILE__UNLINK 0x00000400UL
139#define CHR_FILE__LINK 0x00000800UL
140#define CHR_FILE__RENAME 0x00001000UL
141#define CHR_FILE__EXECUTE 0x00002000UL
142#define CHR_FILE__SWAPON 0x00004000UL
143#define CHR_FILE__QUOTAON 0x00008000UL
144#define CHR_FILE__MOUNTON 0x00010000UL
145
146#define CHR_FILE__EXECUTE_NO_TRANS 0x00020000UL
147#define CHR_FILE__ENTRYPOINT 0x00040000UL
148#define CHR_FILE__EXECMOD 0x00080000UL
149
150#define BLK_FILE__IOCTL 0x00000001UL
151#define BLK_FILE__READ 0x00000002UL
152#define BLK_FILE__WRITE 0x00000004UL
153#define BLK_FILE__CREATE 0x00000008UL
154#define BLK_FILE__GETATTR 0x00000010UL
155#define BLK_FILE__SETATTR 0x00000020UL
156#define BLK_FILE__LOCK 0x00000040UL
157#define BLK_FILE__RELABELFROM 0x00000080UL
158#define BLK_FILE__RELABELTO 0x00000100UL
159#define BLK_FILE__APPEND 0x00000200UL
160#define BLK_FILE__UNLINK 0x00000400UL
161#define BLK_FILE__LINK 0x00000800UL
162#define BLK_FILE__RENAME 0x00001000UL
163#define BLK_FILE__EXECUTE 0x00002000UL
164#define BLK_FILE__SWAPON 0x00004000UL
165#define BLK_FILE__QUOTAON 0x00008000UL
166#define BLK_FILE__MOUNTON 0x00010000UL
167
168#define SOCK_FILE__IOCTL 0x00000001UL
169#define SOCK_FILE__READ 0x00000002UL
170#define SOCK_FILE__WRITE 0x00000004UL
171#define SOCK_FILE__CREATE 0x00000008UL
172#define SOCK_FILE__GETATTR 0x00000010UL
173#define SOCK_FILE__SETATTR 0x00000020UL
174#define SOCK_FILE__LOCK 0x00000040UL
175#define SOCK_FILE__RELABELFROM 0x00000080UL
176#define SOCK_FILE__RELABELTO 0x00000100UL
177#define SOCK_FILE__APPEND 0x00000200UL
178#define SOCK_FILE__UNLINK 0x00000400UL
179#define SOCK_FILE__LINK 0x00000800UL
180#define SOCK_FILE__RENAME 0x00001000UL
181#define SOCK_FILE__EXECUTE 0x00002000UL
182#define SOCK_FILE__SWAPON 0x00004000UL
183#define SOCK_FILE__QUOTAON 0x00008000UL
184#define SOCK_FILE__MOUNTON 0x00010000UL
185
186#define FIFO_FILE__IOCTL 0x00000001UL
187#define FIFO_FILE__READ 0x00000002UL
188#define FIFO_FILE__WRITE 0x00000004UL
189#define FIFO_FILE__CREATE 0x00000008UL
190#define FIFO_FILE__GETATTR 0x00000010UL
191#define FIFO_FILE__SETATTR 0x00000020UL
192#define FIFO_FILE__LOCK 0x00000040UL
193#define FIFO_FILE__RELABELFROM 0x00000080UL
194#define FIFO_FILE__RELABELTO 0x00000100UL
195#define FIFO_FILE__APPEND 0x00000200UL
196#define FIFO_FILE__UNLINK 0x00000400UL
197#define FIFO_FILE__LINK 0x00000800UL
198#define FIFO_FILE__RENAME 0x00001000UL
199#define FIFO_FILE__EXECUTE 0x00002000UL
200#define FIFO_FILE__SWAPON 0x00004000UL
201#define FIFO_FILE__QUOTAON 0x00008000UL
202#define FIFO_FILE__MOUNTON 0x00010000UL
203
204#define FD__USE 0x00000001UL
205
206#define SOCKET__IOCTL 0x00000001UL
207#define SOCKET__READ 0x00000002UL
208#define SOCKET__WRITE 0x00000004UL
209#define SOCKET__CREATE 0x00000008UL
210#define SOCKET__GETATTR 0x00000010UL
211#define SOCKET__SETATTR 0x00000020UL
212#define SOCKET__LOCK 0x00000040UL
213#define SOCKET__RELABELFROM 0x00000080UL
214#define SOCKET__RELABELTO 0x00000100UL
215#define SOCKET__APPEND 0x00000200UL
216#define SOCKET__BIND 0x00000400UL
217#define SOCKET__CONNECT 0x00000800UL
218#define SOCKET__LISTEN 0x00001000UL
219#define SOCKET__ACCEPT 0x00002000UL
220#define SOCKET__GETOPT 0x00004000UL
221#define SOCKET__SETOPT 0x00008000UL
222#define SOCKET__SHUTDOWN 0x00010000UL
223#define SOCKET__RECVFROM 0x00020000UL
224#define SOCKET__SENDTO 0x00040000UL
225#define SOCKET__RECV_MSG 0x00080000UL
226#define SOCKET__SEND_MSG 0x00100000UL
227#define SOCKET__NAME_BIND 0x00200000UL
228
229#define TCP_SOCKET__IOCTL 0x00000001UL
230#define TCP_SOCKET__READ 0x00000002UL
231#define TCP_SOCKET__WRITE 0x00000004UL
232#define TCP_SOCKET__CREATE 0x00000008UL
233#define TCP_SOCKET__GETATTR 0x00000010UL
234#define TCP_SOCKET__SETATTR 0x00000020UL
235#define TCP_SOCKET__LOCK 0x00000040UL
236#define TCP_SOCKET__RELABELFROM 0x00000080UL
237#define TCP_SOCKET__RELABELTO 0x00000100UL
238#define TCP_SOCKET__APPEND 0x00000200UL
239#define TCP_SOCKET__BIND 0x00000400UL
240#define TCP_SOCKET__CONNECT 0x00000800UL
241#define TCP_SOCKET__LISTEN 0x00001000UL
242#define TCP_SOCKET__ACCEPT 0x00002000UL
243#define TCP_SOCKET__GETOPT 0x00004000UL
244#define TCP_SOCKET__SETOPT 0x00008000UL
245#define TCP_SOCKET__SHUTDOWN 0x00010000UL
246#define TCP_SOCKET__RECVFROM 0x00020000UL
247#define TCP_SOCKET__SENDTO 0x00040000UL
248#define TCP_SOCKET__RECV_MSG 0x00080000UL
249#define TCP_SOCKET__SEND_MSG 0x00100000UL
250#define TCP_SOCKET__NAME_BIND 0x00200000UL
251
252#define TCP_SOCKET__CONNECTTO 0x00400000UL
253#define TCP_SOCKET__NEWCONN 0x00800000UL
254#define TCP_SOCKET__ACCEPTFROM 0x01000000UL
255#define TCP_SOCKET__NODE_BIND 0x02000000UL
256#define TCP_SOCKET__NAME_CONNECT 0x04000000UL
257
258#define UDP_SOCKET__IOCTL 0x00000001UL
259#define UDP_SOCKET__READ 0x00000002UL
260#define UDP_SOCKET__WRITE 0x00000004UL
261#define UDP_SOCKET__CREATE 0x00000008UL
262#define UDP_SOCKET__GETATTR 0x00000010UL
263#define UDP_SOCKET__SETATTR 0x00000020UL
264#define UDP_SOCKET__LOCK 0x00000040UL
265#define UDP_SOCKET__RELABELFROM 0x00000080UL
266#define UDP_SOCKET__RELABELTO 0x00000100UL
267#define UDP_SOCKET__APPEND 0x00000200UL
268#define UDP_SOCKET__BIND 0x00000400UL
269#define UDP_SOCKET__CONNECT 0x00000800UL
270#define UDP_SOCKET__LISTEN 0x00001000UL
271#define UDP_SOCKET__ACCEPT 0x00002000UL
272#define UDP_SOCKET__GETOPT 0x00004000UL
273#define UDP_SOCKET__SETOPT 0x00008000UL
274#define UDP_SOCKET__SHUTDOWN 0x00010000UL
275#define UDP_SOCKET__RECVFROM 0x00020000UL
276#define UDP_SOCKET__SENDTO 0x00040000UL
277#define UDP_SOCKET__RECV_MSG 0x00080000UL
278#define UDP_SOCKET__SEND_MSG 0x00100000UL
279#define UDP_SOCKET__NAME_BIND 0x00200000UL
280
281#define UDP_SOCKET__NODE_BIND 0x00400000UL
282
283#define RAWIP_SOCKET__IOCTL 0x00000001UL
284#define RAWIP_SOCKET__READ 0x00000002UL
285#define RAWIP_SOCKET__WRITE 0x00000004UL
286#define RAWIP_SOCKET__CREATE 0x00000008UL
287#define RAWIP_SOCKET__GETATTR 0x00000010UL
288#define RAWIP_SOCKET__SETATTR 0x00000020UL
289#define RAWIP_SOCKET__LOCK 0x00000040UL
290#define RAWIP_SOCKET__RELABELFROM 0x00000080UL
291#define RAWIP_SOCKET__RELABELTO 0x00000100UL
292#define RAWIP_SOCKET__APPEND 0x00000200UL
293#define RAWIP_SOCKET__BIND 0x00000400UL
294#define RAWIP_SOCKET__CONNECT 0x00000800UL
295#define RAWIP_SOCKET__LISTEN 0x00001000UL
296#define RAWIP_SOCKET__ACCEPT 0x00002000UL
297#define RAWIP_SOCKET__GETOPT 0x00004000UL
298#define RAWIP_SOCKET__SETOPT 0x00008000UL
299#define RAWIP_SOCKET__SHUTDOWN 0x00010000UL
300#define RAWIP_SOCKET__RECVFROM 0x00020000UL
301#define RAWIP_SOCKET__SENDTO 0x00040000UL
302#define RAWIP_SOCKET__RECV_MSG 0x00080000UL
303#define RAWIP_SOCKET__SEND_MSG 0x00100000UL
304#define RAWIP_SOCKET__NAME_BIND 0x00200000UL
305
306#define RAWIP_SOCKET__NODE_BIND 0x00400000UL
307
308#define NODE__TCP_RECV 0x00000001UL
309#define NODE__TCP_SEND 0x00000002UL
310#define NODE__UDP_RECV 0x00000004UL
311#define NODE__UDP_SEND 0x00000008UL
312#define NODE__RAWIP_RECV 0x00000010UL
313#define NODE__RAWIP_SEND 0x00000020UL
314#define NODE__ENFORCE_DEST 0x00000040UL
315
316#define NETIF__TCP_RECV 0x00000001UL
317#define NETIF__TCP_SEND 0x00000002UL
318#define NETIF__UDP_RECV 0x00000004UL
319#define NETIF__UDP_SEND 0x00000008UL
320#define NETIF__RAWIP_RECV 0x00000010UL
321#define NETIF__RAWIP_SEND 0x00000020UL
322
323#define NETLINK_SOCKET__IOCTL 0x00000001UL
324#define NETLINK_SOCKET__READ 0x00000002UL
325#define NETLINK_SOCKET__WRITE 0x00000004UL
326#define NETLINK_SOCKET__CREATE 0x00000008UL
327#define NETLINK_SOCKET__GETATTR 0x00000010UL
328#define NETLINK_SOCKET__SETATTR 0x00000020UL
329#define NETLINK_SOCKET__LOCK 0x00000040UL
330#define NETLINK_SOCKET__RELABELFROM 0x00000080UL
331#define NETLINK_SOCKET__RELABELTO 0x00000100UL
332#define NETLINK_SOCKET__APPEND 0x00000200UL
333#define NETLINK_SOCKET__BIND 0x00000400UL
334#define NETLINK_SOCKET__CONNECT 0x00000800UL
335#define NETLINK_SOCKET__LISTEN 0x00001000UL
336#define NETLINK_SOCKET__ACCEPT 0x00002000UL
337#define NETLINK_SOCKET__GETOPT 0x00004000UL
338#define NETLINK_SOCKET__SETOPT 0x00008000UL
339#define NETLINK_SOCKET__SHUTDOWN 0x00010000UL
340#define NETLINK_SOCKET__RECVFROM 0x00020000UL
341#define NETLINK_SOCKET__SENDTO 0x00040000UL
342#define NETLINK_SOCKET__RECV_MSG 0x00080000UL
343#define NETLINK_SOCKET__SEND_MSG 0x00100000UL
344#define NETLINK_SOCKET__NAME_BIND 0x00200000UL
345
346#define PACKET_SOCKET__IOCTL 0x00000001UL
347#define PACKET_SOCKET__READ 0x00000002UL
348#define PACKET_SOCKET__WRITE 0x00000004UL
349#define PACKET_SOCKET__CREATE 0x00000008UL
350#define PACKET_SOCKET__GETATTR 0x00000010UL
351#define PACKET_SOCKET__SETATTR 0x00000020UL
352#define PACKET_SOCKET__LOCK 0x00000040UL
353#define PACKET_SOCKET__RELABELFROM 0x00000080UL
354#define PACKET_SOCKET__RELABELTO 0x00000100UL
355#define PACKET_SOCKET__APPEND 0x00000200UL
356#define PACKET_SOCKET__BIND 0x00000400UL
357#define PACKET_SOCKET__CONNECT 0x00000800UL
358#define PACKET_SOCKET__LISTEN 0x00001000UL
359#define PACKET_SOCKET__ACCEPT 0x00002000UL
360#define PACKET_SOCKET__GETOPT 0x00004000UL
361#define PACKET_SOCKET__SETOPT 0x00008000UL
362#define PACKET_SOCKET__SHUTDOWN 0x00010000UL
363#define PACKET_SOCKET__RECVFROM 0x00020000UL
364#define PACKET_SOCKET__SENDTO 0x00040000UL
365#define PACKET_SOCKET__RECV_MSG 0x00080000UL
366#define PACKET_SOCKET__SEND_MSG 0x00100000UL
367#define PACKET_SOCKET__NAME_BIND 0x00200000UL
368
369#define KEY_SOCKET__IOCTL 0x00000001UL
370#define KEY_SOCKET__READ 0x00000002UL
371#define KEY_SOCKET__WRITE 0x00000004UL
372#define KEY_SOCKET__CREATE 0x00000008UL
373#define KEY_SOCKET__GETATTR 0x00000010UL
374#define KEY_SOCKET__SETATTR 0x00000020UL
375#define KEY_SOCKET__LOCK 0x00000040UL
376#define KEY_SOCKET__RELABELFROM 0x00000080UL
377#define KEY_SOCKET__RELABELTO 0x00000100UL
378#define KEY_SOCKET__APPEND 0x00000200UL
379#define KEY_SOCKET__BIND 0x00000400UL
380#define KEY_SOCKET__CONNECT 0x00000800UL
381#define KEY_SOCKET__LISTEN 0x00001000UL
382#define KEY_SOCKET__ACCEPT 0x00002000UL
383#define KEY_SOCKET__GETOPT 0x00004000UL
384#define KEY_SOCKET__SETOPT 0x00008000UL
385#define KEY_SOCKET__SHUTDOWN 0x00010000UL
386#define KEY_SOCKET__RECVFROM 0x00020000UL
387#define KEY_SOCKET__SENDTO 0x00040000UL
388#define KEY_SOCKET__RECV_MSG 0x00080000UL
389#define KEY_SOCKET__SEND_MSG 0x00100000UL
390#define KEY_SOCKET__NAME_BIND 0x00200000UL
391
392#define UNIX_STREAM_SOCKET__IOCTL 0x00000001UL
393#define UNIX_STREAM_SOCKET__READ 0x00000002UL
394#define UNIX_STREAM_SOCKET__WRITE 0x00000004UL
395#define UNIX_STREAM_SOCKET__CREATE 0x00000008UL
396#define UNIX_STREAM_SOCKET__GETATTR 0x00000010UL
397#define UNIX_STREAM_SOCKET__SETATTR 0x00000020UL
398#define UNIX_STREAM_SOCKET__LOCK 0x00000040UL
399#define UNIX_STREAM_SOCKET__RELABELFROM 0x00000080UL
400#define UNIX_STREAM_SOCKET__RELABELTO 0x00000100UL
401#define UNIX_STREAM_SOCKET__APPEND 0x00000200UL
402#define UNIX_STREAM_SOCKET__BIND 0x00000400UL
403#define UNIX_STREAM_SOCKET__CONNECT 0x00000800UL
404#define UNIX_STREAM_SOCKET__LISTEN 0x00001000UL
405#define UNIX_STREAM_SOCKET__ACCEPT 0x00002000UL
406#define UNIX_STREAM_SOCKET__GETOPT 0x00004000UL
407#define UNIX_STREAM_SOCKET__SETOPT 0x00008000UL
408#define UNIX_STREAM_SOCKET__SHUTDOWN 0x00010000UL
409#define UNIX_STREAM_SOCKET__RECVFROM 0x00020000UL
410#define UNIX_STREAM_SOCKET__SENDTO 0x00040000UL
411#define UNIX_STREAM_SOCKET__RECV_MSG 0x00080000UL
412#define UNIX_STREAM_SOCKET__SEND_MSG 0x00100000UL
413#define UNIX_STREAM_SOCKET__NAME_BIND 0x00200000UL
414
415#define UNIX_STREAM_SOCKET__CONNECTTO 0x00400000UL
416#define UNIX_STREAM_SOCKET__NEWCONN 0x00800000UL
417#define UNIX_STREAM_SOCKET__ACCEPTFROM 0x01000000UL
418
419#define UNIX_DGRAM_SOCKET__IOCTL 0x00000001UL
420#define UNIX_DGRAM_SOCKET__READ 0x00000002UL
421#define UNIX_DGRAM_SOCKET__WRITE 0x00000004UL
422#define UNIX_DGRAM_SOCKET__CREATE 0x00000008UL
423#define UNIX_DGRAM_SOCKET__GETATTR 0x00000010UL
424#define UNIX_DGRAM_SOCKET__SETATTR 0x00000020UL
425#define UNIX_DGRAM_SOCKET__LOCK 0x00000040UL
426#define UNIX_DGRAM_SOCKET__RELABELFROM 0x00000080UL
427#define UNIX_DGRAM_SOCKET__RELABELTO 0x00000100UL
428#define UNIX_DGRAM_SOCKET__APPEND 0x00000200UL
429#define UNIX_DGRAM_SOCKET__BIND 0x00000400UL
430#define UNIX_DGRAM_SOCKET__CONNECT 0x00000800UL
431#define UNIX_DGRAM_SOCKET__LISTEN 0x00001000UL
432#define UNIX_DGRAM_SOCKET__ACCEPT 0x00002000UL
433#define UNIX_DGRAM_SOCKET__GETOPT 0x00004000UL
434#define UNIX_DGRAM_SOCKET__SETOPT 0x00008000UL
435#define UNIX_DGRAM_SOCKET__SHUTDOWN 0x00010000UL
436#define UNIX_DGRAM_SOCKET__RECVFROM 0x00020000UL
437#define UNIX_DGRAM_SOCKET__SENDTO 0x00040000UL
438#define UNIX_DGRAM_SOCKET__RECV_MSG 0x00080000UL
439#define UNIX_DGRAM_SOCKET__SEND_MSG 0x00100000UL
440#define UNIX_DGRAM_SOCKET__NAME_BIND 0x00200000UL
441
442#define PROCESS__FORK 0x00000001UL
443#define PROCESS__TRANSITION 0x00000002UL
444#define PROCESS__SIGCHLD 0x00000004UL
445#define PROCESS__SIGKILL 0x00000008UL
446#define PROCESS__SIGSTOP 0x00000010UL
447#define PROCESS__SIGNULL 0x00000020UL
448#define PROCESS__SIGNAL 0x00000040UL
449#define PROCESS__PTRACE 0x00000080UL
450#define PROCESS__GETSCHED 0x00000100UL
451#define PROCESS__SETSCHED 0x00000200UL
452#define PROCESS__GETSESSION 0x00000400UL
453#define PROCESS__GETPGID 0x00000800UL
454#define PROCESS__SETPGID 0x00001000UL
455#define PROCESS__GETCAP 0x00002000UL
456#define PROCESS__SETCAP 0x00004000UL
457#define PROCESS__SHARE 0x00008000UL
458#define PROCESS__GETATTR 0x00010000UL
459#define PROCESS__SETEXEC 0x00020000UL
460#define PROCESS__SETFSCREATE 0x00040000UL
461#define PROCESS__NOATSECURE 0x00080000UL
462#define PROCESS__SIGINH 0x00100000UL
463#define PROCESS__SETRLIMIT 0x00200000UL
464#define PROCESS__RLIMITINH 0x00400000UL
465#define PROCESS__DYNTRANSITION 0x00800000UL
466#define PROCESS__SETCURRENT 0x01000000UL
467#define PROCESS__EXECMEM 0x02000000UL
468
469#define IPC__CREATE 0x00000001UL
470#define IPC__DESTROY 0x00000002UL
471#define IPC__GETATTR 0x00000004UL
472#define IPC__SETATTR 0x00000008UL
473#define IPC__READ 0x00000010UL
474#define IPC__WRITE 0x00000020UL
475#define IPC__ASSOCIATE 0x00000040UL
476#define IPC__UNIX_READ 0x00000080UL
477#define IPC__UNIX_WRITE 0x00000100UL
478
479#define SEM__CREATE 0x00000001UL
480#define SEM__DESTROY 0x00000002UL
481#define SEM__GETATTR 0x00000004UL
482#define SEM__SETATTR 0x00000008UL
483#define SEM__READ 0x00000010UL
484#define SEM__WRITE 0x00000020UL
485#define SEM__ASSOCIATE 0x00000040UL
486#define SEM__UNIX_READ 0x00000080UL
487#define SEM__UNIX_WRITE 0x00000100UL
488
489#define MSGQ__CREATE 0x00000001UL
490#define MSGQ__DESTROY 0x00000002UL
491#define MSGQ__GETATTR 0x00000004UL
492#define MSGQ__SETATTR 0x00000008UL
493#define MSGQ__READ 0x00000010UL
494#define MSGQ__WRITE 0x00000020UL
495#define MSGQ__ASSOCIATE 0x00000040UL
496#define MSGQ__UNIX_READ 0x00000080UL
497#define MSGQ__UNIX_WRITE 0x00000100UL
498
499#define MSGQ__ENQUEUE 0x00000200UL
500
501#define MSG__SEND 0x00000001UL
502#define MSG__RECEIVE 0x00000002UL
503
504#define SHM__CREATE 0x00000001UL
505#define SHM__DESTROY 0x00000002UL
506#define SHM__GETATTR 0x00000004UL
507#define SHM__SETATTR 0x00000008UL
508#define SHM__READ 0x00000010UL
509#define SHM__WRITE 0x00000020UL
510#define SHM__ASSOCIATE 0x00000040UL
511#define SHM__UNIX_READ 0x00000080UL
512#define SHM__UNIX_WRITE 0x00000100UL
513
514#define SHM__LOCK 0x00000200UL
515
516#define SECURITY__COMPUTE_AV 0x00000001UL
517#define SECURITY__COMPUTE_CREATE 0x00000002UL
518#define SECURITY__COMPUTE_MEMBER 0x00000004UL
519#define SECURITY__CHECK_CONTEXT 0x00000008UL
520#define SECURITY__LOAD_POLICY 0x00000010UL
521#define SECURITY__COMPUTE_RELABEL 0x00000020UL
522#define SECURITY__COMPUTE_USER 0x00000040UL
523#define SECURITY__SETENFORCE 0x00000080UL
524#define SECURITY__SETBOOL 0x00000100UL
525#define SECURITY__SETSECPARAM 0x00000200UL
526#define SECURITY__SETCHECKREQPROT 0x00000400UL
527
528#define SYSTEM__IPC_INFO 0x00000001UL
529#define SYSTEM__SYSLOG_READ 0x00000002UL
530#define SYSTEM__SYSLOG_MOD 0x00000004UL
531#define SYSTEM__SYSLOG_CONSOLE 0x00000008UL
532
533#define CAPABILITY__CHOWN 0x00000001UL
534#define CAPABILITY__DAC_OVERRIDE 0x00000002UL
535#define CAPABILITY__DAC_READ_SEARCH 0x00000004UL
536#define CAPABILITY__FOWNER 0x00000008UL
537#define CAPABILITY__FSETID 0x00000010UL
538#define CAPABILITY__KILL 0x00000020UL
539#define CAPABILITY__SETGID 0x00000040UL
540#define CAPABILITY__SETUID 0x00000080UL
541#define CAPABILITY__SETPCAP 0x00000100UL
542#define CAPABILITY__LINUX_IMMUTABLE 0x00000200UL
543#define CAPABILITY__NET_BIND_SERVICE 0x00000400UL
544#define CAPABILITY__NET_BROADCAST 0x00000800UL
545#define CAPABILITY__NET_ADMIN 0x00001000UL
546#define CAPABILITY__NET_RAW 0x00002000UL
547#define CAPABILITY__IPC_LOCK 0x00004000UL
548#define CAPABILITY__IPC_OWNER 0x00008000UL
549#define CAPABILITY__SYS_MODULE 0x00010000UL
550#define CAPABILITY__SYS_RAWIO 0x00020000UL
551#define CAPABILITY__SYS_CHROOT 0x00040000UL
552#define CAPABILITY__SYS_PTRACE 0x00080000UL
553#define CAPABILITY__SYS_PACCT 0x00100000UL
554#define CAPABILITY__SYS_ADMIN 0x00200000UL
555#define CAPABILITY__SYS_BOOT 0x00400000UL
556#define CAPABILITY__SYS_NICE 0x00800000UL
557#define CAPABILITY__SYS_RESOURCE 0x01000000UL
558#define CAPABILITY__SYS_TIME 0x02000000UL
559#define CAPABILITY__SYS_TTY_CONFIG 0x04000000UL
560#define CAPABILITY__MKNOD 0x08000000UL
561#define CAPABILITY__LEASE 0x10000000UL
James Morris0c9b7942005-04-16 15:24:13 -0700562#define CAPABILITY__AUDIT_WRITE 0x20000000UL
563#define CAPABILITY__AUDIT_CONTROL 0x40000000UL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700564
565#define PASSWD__PASSWD 0x00000001UL
566#define PASSWD__CHFN 0x00000002UL
567#define PASSWD__CHSH 0x00000004UL
568#define PASSWD__ROOTOK 0x00000008UL
569#define PASSWD__CRONTAB 0x00000010UL
570
571#define DRAWABLE__CREATE 0x00000001UL
572#define DRAWABLE__DESTROY 0x00000002UL
573#define DRAWABLE__DRAW 0x00000004UL
574#define DRAWABLE__COPY 0x00000008UL
575#define DRAWABLE__GETATTR 0x00000010UL
576
577#define GC__CREATE 0x00000001UL
578#define GC__FREE 0x00000002UL
579#define GC__GETATTR 0x00000004UL
580#define GC__SETATTR 0x00000008UL
581
582#define WINDOW__ADDCHILD 0x00000001UL
583#define WINDOW__CREATE 0x00000002UL
584#define WINDOW__DESTROY 0x00000004UL
585#define WINDOW__MAP 0x00000008UL
586#define WINDOW__UNMAP 0x00000010UL
587#define WINDOW__CHSTACK 0x00000020UL
588#define WINDOW__CHPROPLIST 0x00000040UL
589#define WINDOW__CHPROP 0x00000080UL
590#define WINDOW__LISTPROP 0x00000100UL
591#define WINDOW__GETATTR 0x00000200UL
592#define WINDOW__SETATTR 0x00000400UL
593#define WINDOW__SETFOCUS 0x00000800UL
594#define WINDOW__MOVE 0x00001000UL
595#define WINDOW__CHSELECTION 0x00002000UL
596#define WINDOW__CHPARENT 0x00004000UL
597#define WINDOW__CTRLLIFE 0x00008000UL
598#define WINDOW__ENUMERATE 0x00010000UL
599#define WINDOW__TRANSPARENT 0x00020000UL
600#define WINDOW__MOUSEMOTION 0x00040000UL
601#define WINDOW__CLIENTCOMEVENT 0x00080000UL
602#define WINDOW__INPUTEVENT 0x00100000UL
603#define WINDOW__DRAWEVENT 0x00200000UL
604#define WINDOW__WINDOWCHANGEEVENT 0x00400000UL
605#define WINDOW__WINDOWCHANGEREQUEST 0x00800000UL
606#define WINDOW__SERVERCHANGEEVENT 0x01000000UL
607#define WINDOW__EXTENSIONEVENT 0x02000000UL
608
609#define FONT__LOAD 0x00000001UL
610#define FONT__FREE 0x00000002UL
611#define FONT__GETATTR 0x00000004UL
612#define FONT__USE 0x00000008UL
613
614#define COLORMAP__CREATE 0x00000001UL
615#define COLORMAP__FREE 0x00000002UL
616#define COLORMAP__INSTALL 0x00000004UL
617#define COLORMAP__UNINSTALL 0x00000008UL
618#define COLORMAP__LIST 0x00000010UL
619#define COLORMAP__READ 0x00000020UL
620#define COLORMAP__STORE 0x00000040UL
621#define COLORMAP__GETATTR 0x00000080UL
622#define COLORMAP__SETATTR 0x00000100UL
623
624#define PROPERTY__CREATE 0x00000001UL
625#define PROPERTY__FREE 0x00000002UL
626#define PROPERTY__READ 0x00000004UL
627#define PROPERTY__WRITE 0x00000008UL
628
629#define CURSOR__CREATE 0x00000001UL
630#define CURSOR__CREATEGLYPH 0x00000002UL
631#define CURSOR__FREE 0x00000004UL
632#define CURSOR__ASSIGN 0x00000008UL
633#define CURSOR__SETATTR 0x00000010UL
634
635#define XCLIENT__KILL 0x00000001UL
636
637#define XINPUT__LOOKUP 0x00000001UL
638#define XINPUT__GETATTR 0x00000002UL
639#define XINPUT__SETATTR 0x00000004UL
640#define XINPUT__SETFOCUS 0x00000008UL
641#define XINPUT__WARPPOINTER 0x00000010UL
642#define XINPUT__ACTIVEGRAB 0x00000020UL
643#define XINPUT__PASSIVEGRAB 0x00000040UL
644#define XINPUT__UNGRAB 0x00000080UL
645#define XINPUT__BELL 0x00000100UL
646#define XINPUT__MOUSEMOTION 0x00000200UL
647#define XINPUT__RELABELINPUT 0x00000400UL
648
649#define XSERVER__SCREENSAVER 0x00000001UL
650#define XSERVER__GETHOSTLIST 0x00000002UL
651#define XSERVER__SETHOSTLIST 0x00000004UL
652#define XSERVER__GETFONTPATH 0x00000008UL
653#define XSERVER__SETFONTPATH 0x00000010UL
654#define XSERVER__GETATTR 0x00000020UL
655#define XSERVER__GRAB 0x00000040UL
656#define XSERVER__UNGRAB 0x00000080UL
657
658#define XEXTENSION__QUERY 0x00000001UL
659#define XEXTENSION__USE 0x00000002UL
660
661#define PAX__PAGEEXEC 0x00000001UL
662#define PAX__EMUTRAMP 0x00000002UL
663#define PAX__MPROTECT 0x00000004UL
664#define PAX__RANDMMAP 0x00000008UL
665#define PAX__RANDEXEC 0x00000010UL
666#define PAX__SEGMEXEC 0x00000020UL
667
668#define NETLINK_ROUTE_SOCKET__IOCTL 0x00000001UL
669#define NETLINK_ROUTE_SOCKET__READ 0x00000002UL
670#define NETLINK_ROUTE_SOCKET__WRITE 0x00000004UL
671#define NETLINK_ROUTE_SOCKET__CREATE 0x00000008UL
672#define NETLINK_ROUTE_SOCKET__GETATTR 0x00000010UL
673#define NETLINK_ROUTE_SOCKET__SETATTR 0x00000020UL
674#define NETLINK_ROUTE_SOCKET__LOCK 0x00000040UL
675#define NETLINK_ROUTE_SOCKET__RELABELFROM 0x00000080UL
676#define NETLINK_ROUTE_SOCKET__RELABELTO 0x00000100UL
677#define NETLINK_ROUTE_SOCKET__APPEND 0x00000200UL
678#define NETLINK_ROUTE_SOCKET__BIND 0x00000400UL
679#define NETLINK_ROUTE_SOCKET__CONNECT 0x00000800UL
680#define NETLINK_ROUTE_SOCKET__LISTEN 0x00001000UL
681#define NETLINK_ROUTE_SOCKET__ACCEPT 0x00002000UL
682#define NETLINK_ROUTE_SOCKET__GETOPT 0x00004000UL
683#define NETLINK_ROUTE_SOCKET__SETOPT 0x00008000UL
684#define NETLINK_ROUTE_SOCKET__SHUTDOWN 0x00010000UL
685#define NETLINK_ROUTE_SOCKET__RECVFROM 0x00020000UL
686#define NETLINK_ROUTE_SOCKET__SENDTO 0x00040000UL
687#define NETLINK_ROUTE_SOCKET__RECV_MSG 0x00080000UL
688#define NETLINK_ROUTE_SOCKET__SEND_MSG 0x00100000UL
689#define NETLINK_ROUTE_SOCKET__NAME_BIND 0x00200000UL
690
691#define NETLINK_ROUTE_SOCKET__NLMSG_READ 0x00400000UL
692#define NETLINK_ROUTE_SOCKET__NLMSG_WRITE 0x00800000UL
693
694#define NETLINK_FIREWALL_SOCKET__IOCTL 0x00000001UL
695#define NETLINK_FIREWALL_SOCKET__READ 0x00000002UL
696#define NETLINK_FIREWALL_SOCKET__WRITE 0x00000004UL
697#define NETLINK_FIREWALL_SOCKET__CREATE 0x00000008UL
698#define NETLINK_FIREWALL_SOCKET__GETATTR 0x00000010UL
699#define NETLINK_FIREWALL_SOCKET__SETATTR 0x00000020UL
700#define NETLINK_FIREWALL_SOCKET__LOCK 0x00000040UL
701#define NETLINK_FIREWALL_SOCKET__RELABELFROM 0x00000080UL
702#define NETLINK_FIREWALL_SOCKET__RELABELTO 0x00000100UL
703#define NETLINK_FIREWALL_SOCKET__APPEND 0x00000200UL
704#define NETLINK_FIREWALL_SOCKET__BIND 0x00000400UL
705#define NETLINK_FIREWALL_SOCKET__CONNECT 0x00000800UL
706#define NETLINK_FIREWALL_SOCKET__LISTEN 0x00001000UL
707#define NETLINK_FIREWALL_SOCKET__ACCEPT 0x00002000UL
708#define NETLINK_FIREWALL_SOCKET__GETOPT 0x00004000UL
709#define NETLINK_FIREWALL_SOCKET__SETOPT 0x00008000UL
710#define NETLINK_FIREWALL_SOCKET__SHUTDOWN 0x00010000UL
711#define NETLINK_FIREWALL_SOCKET__RECVFROM 0x00020000UL
712#define NETLINK_FIREWALL_SOCKET__SENDTO 0x00040000UL
713#define NETLINK_FIREWALL_SOCKET__RECV_MSG 0x00080000UL
714#define NETLINK_FIREWALL_SOCKET__SEND_MSG 0x00100000UL
715#define NETLINK_FIREWALL_SOCKET__NAME_BIND 0x00200000UL
716
717#define NETLINK_FIREWALL_SOCKET__NLMSG_READ 0x00400000UL
718#define NETLINK_FIREWALL_SOCKET__NLMSG_WRITE 0x00800000UL
719
720#define NETLINK_TCPDIAG_SOCKET__IOCTL 0x00000001UL
721#define NETLINK_TCPDIAG_SOCKET__READ 0x00000002UL
722#define NETLINK_TCPDIAG_SOCKET__WRITE 0x00000004UL
723#define NETLINK_TCPDIAG_SOCKET__CREATE 0x00000008UL
724#define NETLINK_TCPDIAG_SOCKET__GETATTR 0x00000010UL
725#define NETLINK_TCPDIAG_SOCKET__SETATTR 0x00000020UL
726#define NETLINK_TCPDIAG_SOCKET__LOCK 0x00000040UL
727#define NETLINK_TCPDIAG_SOCKET__RELABELFROM 0x00000080UL
728#define NETLINK_TCPDIAG_SOCKET__RELABELTO 0x00000100UL
729#define NETLINK_TCPDIAG_SOCKET__APPEND 0x00000200UL
730#define NETLINK_TCPDIAG_SOCKET__BIND 0x00000400UL
731#define NETLINK_TCPDIAG_SOCKET__CONNECT 0x00000800UL
732#define NETLINK_TCPDIAG_SOCKET__LISTEN 0x00001000UL
733#define NETLINK_TCPDIAG_SOCKET__ACCEPT 0x00002000UL
734#define NETLINK_TCPDIAG_SOCKET__GETOPT 0x00004000UL
735#define NETLINK_TCPDIAG_SOCKET__SETOPT 0x00008000UL
736#define NETLINK_TCPDIAG_SOCKET__SHUTDOWN 0x00010000UL
737#define NETLINK_TCPDIAG_SOCKET__RECVFROM 0x00020000UL
738#define NETLINK_TCPDIAG_SOCKET__SENDTO 0x00040000UL
739#define NETLINK_TCPDIAG_SOCKET__RECV_MSG 0x00080000UL
740#define NETLINK_TCPDIAG_SOCKET__SEND_MSG 0x00100000UL
741#define NETLINK_TCPDIAG_SOCKET__NAME_BIND 0x00200000UL
742
743#define NETLINK_TCPDIAG_SOCKET__NLMSG_READ 0x00400000UL
744#define NETLINK_TCPDIAG_SOCKET__NLMSG_WRITE 0x00800000UL
745
746#define NETLINK_NFLOG_SOCKET__IOCTL 0x00000001UL
747#define NETLINK_NFLOG_SOCKET__READ 0x00000002UL
748#define NETLINK_NFLOG_SOCKET__WRITE 0x00000004UL
749#define NETLINK_NFLOG_SOCKET__CREATE 0x00000008UL
750#define NETLINK_NFLOG_SOCKET__GETATTR 0x00000010UL
751#define NETLINK_NFLOG_SOCKET__SETATTR 0x00000020UL
752#define NETLINK_NFLOG_SOCKET__LOCK 0x00000040UL
753#define NETLINK_NFLOG_SOCKET__RELABELFROM 0x00000080UL
754#define NETLINK_NFLOG_SOCKET__RELABELTO 0x00000100UL
755#define NETLINK_NFLOG_SOCKET__APPEND 0x00000200UL
756#define NETLINK_NFLOG_SOCKET__BIND 0x00000400UL
757#define NETLINK_NFLOG_SOCKET__CONNECT 0x00000800UL
758#define NETLINK_NFLOG_SOCKET__LISTEN 0x00001000UL
759#define NETLINK_NFLOG_SOCKET__ACCEPT 0x00002000UL
760#define NETLINK_NFLOG_SOCKET__GETOPT 0x00004000UL
761#define NETLINK_NFLOG_SOCKET__SETOPT 0x00008000UL
762#define NETLINK_NFLOG_SOCKET__SHUTDOWN 0x00010000UL
763#define NETLINK_NFLOG_SOCKET__RECVFROM 0x00020000UL
764#define NETLINK_NFLOG_SOCKET__SENDTO 0x00040000UL
765#define NETLINK_NFLOG_SOCKET__RECV_MSG 0x00080000UL
766#define NETLINK_NFLOG_SOCKET__SEND_MSG 0x00100000UL
767#define NETLINK_NFLOG_SOCKET__NAME_BIND 0x00200000UL
768
769#define NETLINK_XFRM_SOCKET__IOCTL 0x00000001UL
770#define NETLINK_XFRM_SOCKET__READ 0x00000002UL
771#define NETLINK_XFRM_SOCKET__WRITE 0x00000004UL
772#define NETLINK_XFRM_SOCKET__CREATE 0x00000008UL
773#define NETLINK_XFRM_SOCKET__GETATTR 0x00000010UL
774#define NETLINK_XFRM_SOCKET__SETATTR 0x00000020UL
775#define NETLINK_XFRM_SOCKET__LOCK 0x00000040UL
776#define NETLINK_XFRM_SOCKET__RELABELFROM 0x00000080UL
777#define NETLINK_XFRM_SOCKET__RELABELTO 0x00000100UL
778#define NETLINK_XFRM_SOCKET__APPEND 0x00000200UL
779#define NETLINK_XFRM_SOCKET__BIND 0x00000400UL
780#define NETLINK_XFRM_SOCKET__CONNECT 0x00000800UL
781#define NETLINK_XFRM_SOCKET__LISTEN 0x00001000UL
782#define NETLINK_XFRM_SOCKET__ACCEPT 0x00002000UL
783#define NETLINK_XFRM_SOCKET__GETOPT 0x00004000UL
784#define NETLINK_XFRM_SOCKET__SETOPT 0x00008000UL
785#define NETLINK_XFRM_SOCKET__SHUTDOWN 0x00010000UL
786#define NETLINK_XFRM_SOCKET__RECVFROM 0x00020000UL
787#define NETLINK_XFRM_SOCKET__SENDTO 0x00040000UL
788#define NETLINK_XFRM_SOCKET__RECV_MSG 0x00080000UL
789#define NETLINK_XFRM_SOCKET__SEND_MSG 0x00100000UL
790#define NETLINK_XFRM_SOCKET__NAME_BIND 0x00200000UL
791
792#define NETLINK_XFRM_SOCKET__NLMSG_READ 0x00400000UL
793#define NETLINK_XFRM_SOCKET__NLMSG_WRITE 0x00800000UL
794
795#define NETLINK_SELINUX_SOCKET__IOCTL 0x00000001UL
796#define NETLINK_SELINUX_SOCKET__READ 0x00000002UL
797#define NETLINK_SELINUX_SOCKET__WRITE 0x00000004UL
798#define NETLINK_SELINUX_SOCKET__CREATE 0x00000008UL
799#define NETLINK_SELINUX_SOCKET__GETATTR 0x00000010UL
800#define NETLINK_SELINUX_SOCKET__SETATTR 0x00000020UL
801#define NETLINK_SELINUX_SOCKET__LOCK 0x00000040UL
802#define NETLINK_SELINUX_SOCKET__RELABELFROM 0x00000080UL
803#define NETLINK_SELINUX_SOCKET__RELABELTO 0x00000100UL
804#define NETLINK_SELINUX_SOCKET__APPEND 0x00000200UL
805#define NETLINK_SELINUX_SOCKET__BIND 0x00000400UL
806#define NETLINK_SELINUX_SOCKET__CONNECT 0x00000800UL
807#define NETLINK_SELINUX_SOCKET__LISTEN 0x00001000UL
808#define NETLINK_SELINUX_SOCKET__ACCEPT 0x00002000UL
809#define NETLINK_SELINUX_SOCKET__GETOPT 0x00004000UL
810#define NETLINK_SELINUX_SOCKET__SETOPT 0x00008000UL
811#define NETLINK_SELINUX_SOCKET__SHUTDOWN 0x00010000UL
812#define NETLINK_SELINUX_SOCKET__RECVFROM 0x00020000UL
813#define NETLINK_SELINUX_SOCKET__SENDTO 0x00040000UL
814#define NETLINK_SELINUX_SOCKET__RECV_MSG 0x00080000UL
815#define NETLINK_SELINUX_SOCKET__SEND_MSG 0x00100000UL
816#define NETLINK_SELINUX_SOCKET__NAME_BIND 0x00200000UL
817
818#define NETLINK_AUDIT_SOCKET__IOCTL 0x00000001UL
819#define NETLINK_AUDIT_SOCKET__READ 0x00000002UL
820#define NETLINK_AUDIT_SOCKET__WRITE 0x00000004UL
821#define NETLINK_AUDIT_SOCKET__CREATE 0x00000008UL
822#define NETLINK_AUDIT_SOCKET__GETATTR 0x00000010UL
823#define NETLINK_AUDIT_SOCKET__SETATTR 0x00000020UL
824#define NETLINK_AUDIT_SOCKET__LOCK 0x00000040UL
825#define NETLINK_AUDIT_SOCKET__RELABELFROM 0x00000080UL
826#define NETLINK_AUDIT_SOCKET__RELABELTO 0x00000100UL
827#define NETLINK_AUDIT_SOCKET__APPEND 0x00000200UL
828#define NETLINK_AUDIT_SOCKET__BIND 0x00000400UL
829#define NETLINK_AUDIT_SOCKET__CONNECT 0x00000800UL
830#define NETLINK_AUDIT_SOCKET__LISTEN 0x00001000UL
831#define NETLINK_AUDIT_SOCKET__ACCEPT 0x00002000UL
832#define NETLINK_AUDIT_SOCKET__GETOPT 0x00004000UL
833#define NETLINK_AUDIT_SOCKET__SETOPT 0x00008000UL
834#define NETLINK_AUDIT_SOCKET__SHUTDOWN 0x00010000UL
835#define NETLINK_AUDIT_SOCKET__RECVFROM 0x00020000UL
836#define NETLINK_AUDIT_SOCKET__SENDTO 0x00040000UL
837#define NETLINK_AUDIT_SOCKET__RECV_MSG 0x00080000UL
838#define NETLINK_AUDIT_SOCKET__SEND_MSG 0x00100000UL
839#define NETLINK_AUDIT_SOCKET__NAME_BIND 0x00200000UL
840
841#define NETLINK_AUDIT_SOCKET__NLMSG_READ 0x00400000UL
842#define NETLINK_AUDIT_SOCKET__NLMSG_WRITE 0x00800000UL
James Morrisb207a292005-05-01 08:58:40 -0700843#define NETLINK_AUDIT_SOCKET__NLMSG_RELAY 0x01000000UL
844#define NETLINK_AUDIT_SOCKET__NLMSG_READPRIV 0x02000000UL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700845
846#define NETLINK_IP6FW_SOCKET__IOCTL 0x00000001UL
847#define NETLINK_IP6FW_SOCKET__READ 0x00000002UL
848#define NETLINK_IP6FW_SOCKET__WRITE 0x00000004UL
849#define NETLINK_IP6FW_SOCKET__CREATE 0x00000008UL
850#define NETLINK_IP6FW_SOCKET__GETATTR 0x00000010UL
851#define NETLINK_IP6FW_SOCKET__SETATTR 0x00000020UL
852#define NETLINK_IP6FW_SOCKET__LOCK 0x00000040UL
853#define NETLINK_IP6FW_SOCKET__RELABELFROM 0x00000080UL
854#define NETLINK_IP6FW_SOCKET__RELABELTO 0x00000100UL
855#define NETLINK_IP6FW_SOCKET__APPEND 0x00000200UL
856#define NETLINK_IP6FW_SOCKET__BIND 0x00000400UL
857#define NETLINK_IP6FW_SOCKET__CONNECT 0x00000800UL
858#define NETLINK_IP6FW_SOCKET__LISTEN 0x00001000UL
859#define NETLINK_IP6FW_SOCKET__ACCEPT 0x00002000UL
860#define NETLINK_IP6FW_SOCKET__GETOPT 0x00004000UL
861#define NETLINK_IP6FW_SOCKET__SETOPT 0x00008000UL
862#define NETLINK_IP6FW_SOCKET__SHUTDOWN 0x00010000UL
863#define NETLINK_IP6FW_SOCKET__RECVFROM 0x00020000UL
864#define NETLINK_IP6FW_SOCKET__SENDTO 0x00040000UL
865#define NETLINK_IP6FW_SOCKET__RECV_MSG 0x00080000UL
866#define NETLINK_IP6FW_SOCKET__SEND_MSG 0x00100000UL
867#define NETLINK_IP6FW_SOCKET__NAME_BIND 0x00200000UL
868
869#define NETLINK_IP6FW_SOCKET__NLMSG_READ 0x00400000UL
870#define NETLINK_IP6FW_SOCKET__NLMSG_WRITE 0x00800000UL
871
872#define NETLINK_DNRT_SOCKET__IOCTL 0x00000001UL
873#define NETLINK_DNRT_SOCKET__READ 0x00000002UL
874#define NETLINK_DNRT_SOCKET__WRITE 0x00000004UL
875#define NETLINK_DNRT_SOCKET__CREATE 0x00000008UL
876#define NETLINK_DNRT_SOCKET__GETATTR 0x00000010UL
877#define NETLINK_DNRT_SOCKET__SETATTR 0x00000020UL
878#define NETLINK_DNRT_SOCKET__LOCK 0x00000040UL
879#define NETLINK_DNRT_SOCKET__RELABELFROM 0x00000080UL
880#define NETLINK_DNRT_SOCKET__RELABELTO 0x00000100UL
881#define NETLINK_DNRT_SOCKET__APPEND 0x00000200UL
882#define NETLINK_DNRT_SOCKET__BIND 0x00000400UL
883#define NETLINK_DNRT_SOCKET__CONNECT 0x00000800UL
884#define NETLINK_DNRT_SOCKET__LISTEN 0x00001000UL
885#define NETLINK_DNRT_SOCKET__ACCEPT 0x00002000UL
886#define NETLINK_DNRT_SOCKET__GETOPT 0x00004000UL
887#define NETLINK_DNRT_SOCKET__SETOPT 0x00008000UL
888#define NETLINK_DNRT_SOCKET__SHUTDOWN 0x00010000UL
889#define NETLINK_DNRT_SOCKET__RECVFROM 0x00020000UL
890#define NETLINK_DNRT_SOCKET__SENDTO 0x00040000UL
891#define NETLINK_DNRT_SOCKET__RECV_MSG 0x00080000UL
892#define NETLINK_DNRT_SOCKET__SEND_MSG 0x00100000UL
893#define NETLINK_DNRT_SOCKET__NAME_BIND 0x00200000UL
894
895#define DBUS__ACQUIRE_SVC 0x00000001UL
896#define DBUS__SEND_MSG 0x00000002UL
897
898#define NSCD__GETPWD 0x00000001UL
899#define NSCD__GETGRP 0x00000002UL
900#define NSCD__GETHOST 0x00000004UL
901#define NSCD__GETSTAT 0x00000008UL
902#define NSCD__ADMIN 0x00000010UL
903#define NSCD__SHMEMPWD 0x00000020UL
904#define NSCD__SHMEMGRP 0x00000040UL
905#define NSCD__SHMEMHOST 0x00000080UL
906
James Morris0c9b7942005-04-16 15:24:13 -0700907#define ASSOCIATION__SENDTO 0x00000001UL
908#define ASSOCIATION__RECVFROM 0x00000002UL
909
910#define NETLINK_KOBJECT_UEVENT_SOCKET__IOCTL 0x00000001UL
911#define NETLINK_KOBJECT_UEVENT_SOCKET__READ 0x00000002UL
912#define NETLINK_KOBJECT_UEVENT_SOCKET__WRITE 0x00000004UL
913#define NETLINK_KOBJECT_UEVENT_SOCKET__CREATE 0x00000008UL
914#define NETLINK_KOBJECT_UEVENT_SOCKET__GETATTR 0x00000010UL
915#define NETLINK_KOBJECT_UEVENT_SOCKET__SETATTR 0x00000020UL
916#define NETLINK_KOBJECT_UEVENT_SOCKET__LOCK 0x00000040UL
917#define NETLINK_KOBJECT_UEVENT_SOCKET__RELABELFROM 0x00000080UL
918#define NETLINK_KOBJECT_UEVENT_SOCKET__RELABELTO 0x00000100UL
919#define NETLINK_KOBJECT_UEVENT_SOCKET__APPEND 0x00000200UL
920#define NETLINK_KOBJECT_UEVENT_SOCKET__BIND 0x00000400UL
921#define NETLINK_KOBJECT_UEVENT_SOCKET__CONNECT 0x00000800UL
922#define NETLINK_KOBJECT_UEVENT_SOCKET__LISTEN 0x00001000UL
923#define NETLINK_KOBJECT_UEVENT_SOCKET__ACCEPT 0x00002000UL
924#define NETLINK_KOBJECT_UEVENT_SOCKET__GETOPT 0x00004000UL
925#define NETLINK_KOBJECT_UEVENT_SOCKET__SETOPT 0x00008000UL
926#define NETLINK_KOBJECT_UEVENT_SOCKET__SHUTDOWN 0x00010000UL
927#define NETLINK_KOBJECT_UEVENT_SOCKET__RECVFROM 0x00020000UL
928#define NETLINK_KOBJECT_UEVENT_SOCKET__SENDTO 0x00040000UL
929#define NETLINK_KOBJECT_UEVENT_SOCKET__RECV_MSG 0x00080000UL
930#define NETLINK_KOBJECT_UEVENT_SOCKET__SEND_MSG 0x00100000UL
931#define NETLINK_KOBJECT_UEVENT_SOCKET__NAME_BIND 0x00200000UL
932