contrib/sepgsql fails on Fedora 28

Поиск
Список
Период
Сортировка
От Tom Lane
Тема contrib/sepgsql fails on Fedora 28
Дата
Msg-id 821.1527190203@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: contrib/sepgsql fails on Fedora 28  (Mike Palmiotto <mike.palmiotto@crunchydata.com>)
Список pgsql-hackers
I tried to run the regression test for sepgsql on F28 (so I could
fix the now-obsolete expected-file therein).  It fails at this
preparatory step:

$ sudo semodule -u sepgsql-regtest.pp
The --upgrade option is deprecated. Use --install instead.
neverallow check failed at /var/lib/selinux/targeted/tmp/modules/100/base/cil:4703
  (neverallow base_typeattr_6 base_typeattr_7 (process (fork transition sigchld sigkill sigstop signull signal ptrace
getschedsetsched getsession getpgid setpgid getcap setcap share getattr setexec setfscreate noatsecure siginh setrlimit
rlimitinhdyntransition setcurrent execmem execstack execheap setkeycreate setsockcreate getrlimit))) 
    <root>
    allow at /var/lib/selinux/targeted/tmp/modules/100/postgresql/cil:769
      (allow sepgsql_client_type sepgsql_ranged_proc_t (process (transition)))
    <root>
... lots more ...
    optional at /var/lib/selinux/targeted/tmp/modules/400/sepgsql-regtest/cil:1617
    optional at /var/lib/selinux/targeted/tmp/modules/400/sepgsql-regtest/cil:1676
    allow at /var/lib/selinux/targeted/tmp/modules/400/sepgsql-regtest/cil:1679
      (allow sepgsql_regtest_superuser_t sepgsql_client_type (process (dyntransition)))

Failed to generate binary
semodule:  Failed!

For the moment I'll try an older Fedora release, but it seems
we have some work to do here.

            regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Gierth
Дата:
Сообщение: Re: Unexpected casts while using date_trunc()
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Unexpected casts while using date_trunc()