Displaying 5 results from an estimated 5 matches for "_selinux".
Did you mean:
selinux
2016 Jul 07
2
How to have more than on SELinux context on a directory
...time which I don't
> have at the moment.
>
> Thanks for you help
>
Don't forget that it's about process type and context.
If you need multiple processes/domain types accessing the same context
files, you'd probably just need a common context/label.
<tip>
man -k _selinux => will show you man pages for everything regarding
selinux and domain/process/context
</tip>
=> man tftpd_selinux
=> search for samba and :
<quote>
If you want to share files with multiple domains (Apache, FTP, rsync,
Samba), you can set a file context of public_content_...
2013 Mar 08
0
setroubleshoot bug returns?
...avc)#012 File
"/usr/share/setroubleshoot/plugins/catchall_boolean.py", line 90, in
analyze#012 man_page = self.check_for_man(b)#012 File
"/usr/share/setroubleshoot/plugins/catchall_boolean.py", line 76, in
check_for_man#012 man_page = name.split("_")[0] +
"_selinux"#012AttributeError: 'tuple' object has no attribute 'split'
which appears to be *exactly* Red Hat Bugzilla ? Bug 518232, closed in
rawhide on 2009-08-19.
Has this crept back in?
mark
2016 Jul 08
0
How to have more than on SELinux context on a directory
Thanks Fabian,
That's what I need! A bit more open than I wish but it is ok.
One more thing... I got some problems to get the man page for
tftpd_selinux.
[ ]$ yum search tftpd_selinux
Loaded plugins: fastestmirror, langpacks
Determining fastest mirrors
Warning: No matches found for: tftpd_selinux
No matches found
[ ~]$ yum provides tftpd_selinux
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
No matches found...
2016 Jul 06
2
How to have more than on SELinux context on a directory
> If I understand well, I could add a type to another type?!?!?!
No.
The default targeted policy is mostly about Type Enforcement. Quote from
the manual:
"All files and processes are labeled with a type: types define a SELinux
domain for processes and a SELinux type for files. SELinux policy rules
define how types access each other, whether it be a domain accessing a
type, or a
2020 Jul 08
1
Permission denied for home, even when it's 777
I used setenforce 0, and I was extremely surprised to see a burst of selinux denials appear in the journal.
So I corrected the problem with:
setsebool -P use_samba_home_dirs 1
And updating some policies.
Thanks very much!
I have never before dealt with selinux denials that don't appear in the journal until "enforcing" is changed to "permissive". Is this a samba