Fix incorrect feature_info description for prctl-dumpable
Copy'n'paste error.
This commit is contained in:
parent
7de9a402df
commit
19e25a73c0
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ check_include_files(malloc.h HAVE_MALLOC_H)
|
|||
|
||||
check_include_file("sys/prctl.h" HAVE_SYS_PRCTL_H)
|
||||
check_symbol_exists(PR_SET_DUMPABLE "sys/prctl.h" HAVE_PR_SET_DUMPABLE)
|
||||
add_feature_info("prctl-dumpable" HAVE_PR_SET_DUMPABLE "Required for disallow ptrace on greeter and kcheckpass process")
|
||||
add_feature_info("prctl-dumpable" HAVE_PR_SET_DUMPABLE "Required for disallow ptrace on kwin_wayland process")
|
||||
|
||||
configure_file(config-kwin.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-kwin.h )
|
||||
|
||||
|
|
Loading…
Reference in a new issue