mirror of https://github.com/rd235/cado
11 lines
178 B
C
11 lines
178 B
C
|
#ifndef SET_AMBIENT_CAP_H
|
||
|
#define SET_AMBIENT_CAP_H
|
||
|
|
||
|
void set_ambient_cap(uint64_t capset);
|
||
|
|
||
|
void raise_cap_dac_read_search(void);
|
||
|
|
||
|
void lower_cap_dac_read_search(void);
|
||
|
|
||
|
#endif
|