mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 18:07:57 +00:00
12 lines
229 B
C
12 lines
229 B
C
|
#ifndef __CR_APPARMOR_H__
|
||
|
#define __CR_APPARMOR_H__
|
||
|
|
||
|
int collect_aa_namespace(char *profile);
|
||
|
int dump_aa_namespaces(void);
|
||
|
|
||
|
bool check_aa_ns_dumping(void);
|
||
|
|
||
|
int prepare_apparmor_namespaces(void);
|
||
|
|
||
|
#endif /* __CR_APPARMOR_H__ */
|