davidedmundson added inline comments.

INLINE COMMENTS

> seccomp_test.cpp:97
>      QVERIFY(open(createPathChar, O_RDONLY | O_CREAT, 0) == -1 && errno == 
> EPERM);
>      QVERIFY(openat(AT_FDCWD, createPathChar, O_RDONLY | O_CREAT, 0) == -1 && 
> errno == EPERM);
> +#ifdef SYS_open

Why is this not guarded?

REPOSITORY
  R133 KScreenLocker

REVISION DETAIL
  https://phabricator.kde.org/D9225

To: bshah, #plasma, fvogt
Cc: davidedmundson, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, 
jensreuterberg, abetts, sebas, apol, mart

Reply via email to