7001077 Can not startup xinit on sparc box, with non-root user
authorAlan Coopersmith <Alan.Coopersmith@Oracle.COM>
Mon, 28 Feb 2011 12:36:26 -0800
changeset 1081 85173097ab79
parent 1080 2a35321b7733
child 1082 0aa179bcf1bc
7001077 Can not startup xinit on sparc box, with non-root user
pkg/manifests/x11-server-xorg.mf
--- a/pkg/manifests/x11-server-xorg.mf	Fri Feb 25 17:03:35 2011 -0800
+++ b/pkg/manifests/x11-server-xorg.mf	Mon Feb 28 12:36:26 2011 -0800
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the "Software"),
@@ -63,11 +63,11 @@
 file path=etc/hal/fdi/preprobe/10osvendor/10-x11-input.fdi
 # Xorg must be setuid root on x86 in order to access PCI bus devices
 # and make the sysi86 system call to change I/O privilege level (IOPL).
-# On SPARC, Xorg only requires setgid root in order to create the
-# sockets and pipes in /tmp/.X11-* securely.
+# On SPARC, Xorg only requires setuid root in order to create the
+# Xorg.*.log file in /var/log
 $(i386_ONLY)file path=usr/bin/$(ARCH32)/Xorg mode=4555 owner=root
 $(i386_ONLY)file path=usr/bin/$(ARCH64)/Xorg mode=4555 owner=root
-$(sparc_ONLY)file path=usr/bin/Xorg group=root mode=2555 owner=root
+$(sparc_ONLY)file path=usr/bin/Xorg mode=4555 owner=root
 file path=usr/bin/cvt
 file path=usr/bin/gtf
 file path=usr/include/xorg/BT.h