Aggiornamento e revisione della sezione sulla scansione delle
[gapil.git] / listati / cap_user_header_t.h
1 #define _LINUX_CAPABILITY_VERSION  0x19980330
2
3 typedef struct __user_cap_header_struct {
4         int version;
5         int pid;
6 } *cap_user_header_t;
7  
8 typedef struct __user_cap_data_struct {
9         int effective;
10         int permitted;
11         int inheritable;
12 } *cap_user_data_t;