summaryrefslogtreecommitdiffstats
path: root/libao2
diff options
context:
space:
mode:
authorjkeil <jkeil@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-27 16:29:11 +0000
committerjkeil <jkeil@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-27 16:29:11 +0000
commit2ae88126452c17a8add254c6d20fd1668e9510e8 (patch)
treeaad6e41a68afdb4958c1b9dedeed36c9f3025199 /libao2
parenta24ab94f063284d20e8b7a450b412ec723971b6a (diff)
downloadmpv-2ae88126452c17a8add254c6d20fd1668e9510e8.tar.bz2
mpv-2ae88126452c17a8add254c6d20fd1668e9510e8.tar.xz
Fix DVD authentication on Solaris 9.
Solaris 9 does not allow USCSICMD ioctls for non-root users on vold devices any more; they are failing with an EPERM "permission denied" error. Now, only root is allowed to run USCSICMD ioctls on vold devices. Fortunatelly there's a new subroutine exported from libsmedia.so (smedia_uscsi_cmd) which allows non-root users to perform user mode SCSI commands on a vold device. (This works with a help of a daemon running as user root, /usr/lib/smedia/rpc.smserverd) This change detects the presence of function "smedia_uscsi_cmd" in library libsmedia.so at runtime, and uses this function if it's found (i.e. on solaris 9 smedia_uscsi_cmd() is used to execture user mode scsi commands). On solaris 8 or older, "smedia_uscsi_cmd" is not available and the code falls back to the old ioctl(.. USCSICMD ..) method. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8576 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2')
0 files changed, 0 insertions, 0 deletions