mirror of
https://github.com/rd235/cado
synced 2024-12-27 06:24:11 +01:00
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
|