diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-02-20 22:02:02 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-02-20 22:02:02 -0600 |
commit | ee33a1a838ae6aa5bdb1de6688c79883d9e35fe3 (patch) | |
tree | b5b4825c22251afb02abf8cf5bcf6a9e90b9291b /system/polkit/disable-ck-test.patch | |
parent | 0007a6ccd7d5975b19c9033eb7bc2ce3aa98f35b (diff) | |
download | packages-ee33a1a838ae6aa5bdb1de6688c79883d9e35fe3.tar.gz packages-ee33a1a838ae6aa5bdb1de6688c79883d9e35fe3.tar.bz2 packages-ee33a1a838ae6aa5bdb1de6688c79883d9e35fe3.tar.xz packages-ee33a1a838ae6aa5bdb1de6688c79883d9e35fe3.zip |
system/polkit: add PAM-enabled PolicyKit
Diffstat (limited to 'system/polkit/disable-ck-test.patch')
-rw-r--r-- | system/polkit/disable-ck-test.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/system/polkit/disable-ck-test.patch b/system/polkit/disable-ck-test.patch new file mode 100644 index 000000000..e1987d40d --- /dev/null +++ b/system/polkit/disable-ck-test.patch @@ -0,0 +1,15 @@ +This test requires ConsoleKit to be running. + +--- polkit-0.105/test/polkitbackend/Makefile.am.old 2012-04-24 11:05:34.000000000 -0500 ++++ polkit-0.105/test/polkitbackend/Makefile.am 2017-09-27 20:48:42.479959296 -0500 +@@ -36,8 +36,8 @@ + TEST_PROGS += polkitbackendlocalauthorizationstoretest + polkitbackendlocalauthorizationstoretest_SOURCES = polkitbackendlocalauthorizationstoretest.c + +-TEST_PROGS += polkitbackendlocalauthoritytest +-polkitbackendlocalauthoritytest_SOURCES = polkitbackendlocalauthoritytest.c ++#TEST_PROGS += polkitbackendlocalauthoritytest ++#polkitbackendlocalauthoritytest_SOURCES = polkitbackendlocalauthoritytest.c + + # ---------------------------------------------------------------------------------------------------- + |