ftp_home_dir booleano não está definido - RHEL7.3

3

Estou tentando configurar o vsftpd 3.0.2 no RHEL 7.3. Estou tentando definir meu setsebool -P ftp_home_dir=1 para permitir que os usuários acessem seu diretório inicial. No entanto, recebo:

Boolean ftp_home_dir is not defined

Isso é confirmado ao visualizar semanage boolean -l , não há ftp_home_dir .

Linhas 14,15 & 16 state para verificar este booleano em vsftpd.conf .

 # Uncomment this to allow local users to log in.
 # When SELinux is enforcing check for SE bool ftp_home_dir
 local_enable=YES

/data/ftp/pub/some-dir/ftpuser1...etc
[root@xxxxx ftp]# ls -lZ
drwxr-xr-x. root root unconfined_u:object_r:etc_runtime_t:s0 pub

Eu sou levado a acreditar que, ao consertar isso, ele também corrigirá meu problema chroot que estou tendo, o que é uma questão totalmente separada.

Obrigado antecipadamente!

informação:

Red Hat Enterprise Linux Server release 7.3 (Maipo)
uname -a shows: 3.10.0-514.2.2.el7.x86_64 #1 SMP Wed Nov 16 13:15:13 EST 2016 x86_64 x86_64 x86_64 GNU/Linux

(lembre-se de que fazemos correções em um sistema bimolar, portanto, a atualização não é uma opção atualmente).

    
por Mr.J 10.01.2017 / 20:12

1 resposta

6

Resposta oficial da Red Hat:

On further investigation, I have found that mentioned booblean was removed on RHEL 7.3.

We have already filed a bugzilla for the same, BZ:1406542

https://bugzilla.redhat.com/show_bug.cgi?id=1406542 It appears that , ftp users may be able to access their home directory by default on RHEL 7.3.

If it doesn't work, set "ftpd_full_access" until this gets addressed in RHEL 7.3.

    
por 11.01.2017 / 18:52