chiark / gitweb /
execute: support syscall filtering using seccomp filters
[elogind.git] / src / core / path.c
index 6cf03add44c9ba9a357ecb07a76fba9be7b4ba5f..42dd5da8e1c7ca401447a002a2fccdf9632864ac 100644 (file)
@@ -738,7 +738,6 @@ static const char* const path_result_table[_PATH_RESULT_MAX] = {
 DEFINE_STRING_TABLE_LOOKUP(path_result, PathResult);
 
 const UnitVTable path_vtable = {
-        .suffix = ".path",
         .object_size = sizeof(Path),
         .sections =
                 "Unit\0"