23:15 < someone> What's the difference between httpd_sys_rw_content_t and
httpd_sys_content_rw_t?
23:19 < dgrift> none
23:19 < dgrift> their aliased
23:19 < dgrift> theyre
bash completion for setsebool/getsebool added for Fedora 17
-
policycoreutils-python-2.1.10-26.fc17.x86_64 now has bash completion
scripts for semanage and setsebool/getsebool
/etc/bash_completion.d/semanage-bash-comp...
1 dag geleden

And what is its purpose to make two ?
BeantwoordenVerwijderenOften its just a typo in the old type and then later the proper type gets created and then an alias is created for backwards compatibility purposed.
BeantwoordenVerwijderenThis particular alias is similar to that. I guess the rw part of the type was moved for some stupid reason.
Sometimes aliases are used for good reason though. This is not one of them obviously.