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
Where Else to Find Me
-
I’m not blogging much these days, and more likely posting on these
accounts: If you’d like to follow updates for the Linux Security Summit
(LSS), see here:...
3 weken 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.