Home
last modified time | relevance | path

Searched refs:PROCATTR (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/lsm/
H A Dcommon.c18 #define PROCATTR "/proc/self/attr/" macro
26 len = strlen(PROCATTR) + strlen(attr) + 1; in read_proc_attr()
30 sprintf(path, "%s%s", PROCATTR, attr); in read_proc_attr()