How can I disable _POSIX_CHOWN_RESTRICTED? My users want to chown files?

How can I disable _POSIX_CHOWN_RESTRICTED? My users want to chown files?



Add the following to /etc/system:



set rstchown = 0


Note that this defeats quotas.


In Solaris 10 you can assign this on a per user basis by giving specific
users the "file_chown_self" privilege through user_attr(4).





Home
FAQ