Package: selinux-policy-default
Version: 1:1.26-2
Severity: normal
,----[ error message ]
| /usr/bin/checkpolicy: loading policy configuration from policy.conf
| domains/program/nx_server.te:51:ERROR 'unknown type nx_server_xserver_t' at
token ';' on line 375929:
| #line 51
| allow nx_server_ssh_t nx_server_xserver_t:unix_stream_socket connectto;
| /usr/bin/checkpolicy: error(s) encountered while parsing configuration
| make: *** [/etc/selinux/./policy/policy.20] Error 1
`----
Hmm. This seems like some third party module -- the file
contexts seem to talk about /opt. I just commented out swaths of
stuff to make this work:
diff -uBbwr usr/share/selinux/policy/default/domains/program/nx_server.te
usr/share/selinux/policy/c
urrent/domains/program/nx_server.te
--- usr/share/selinux/policy/default/domains/program/nx_server.te
2005-09-25 07:23:41.00000000
0 -0500
+++ usr/share/selinux/policy/current/domains/program/nx_server.te
2005-10-03 11:27:39.00000000
0 -0500
@@ -48,7 +48,7 @@
type nx_server_fonts_config_t;
type nx_server_gnome_settings_t;
-ssh_domain(nx_server)
+#ssh_domain(nx_server)
can_network_client(nx_server_t)
allow nx_server_t port_type:tcp_socket name_connect;
diff -uBbwr usr/share/selinux/policy/default/file_contexts/program/nx_server.fc
usr/share/selinux/po
licy/current/file_contexts/program/nx_server.fc
--- usr/share/selinux/policy/default/file_contexts/program/nx_server.fc
2005-09-25 07:23:41.00000000
0 -0500
+++ usr/share/selinux/policy/current/file_contexts/program/nx_server.fc
2005-10-03 13:56:34.00000000
0 -0500
@@ -1,5 +1,5 @@
# nx
/opt/NX/bin/nxserver -- system_u:object_r:nx_server_exec_t
/opt/NX/var(/.*)? system_u:object_r:nx_server_var_run_t
-/opt/NX/home/nx/\.ssh(/.*)? system_u:object_r:nx_server_home_ssh_t
+#/opt/NX/home/nx/\.ssh(/.*)? system_u:object_r:nx_server_home_ssh_t
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-mh1-skas3-v9-pre7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages selinux-policy-default depends on:
ii checkpolicy 1.27.4-1 SELinux policy compiler
ii libpam-modules 0.79-2 Pluggable Authentication Modules f
ii libselinux1 1.26-1 SELinux shared libraries
ii m4 1.4.3-2 a macro processing language
ii make 3.80-11 The GNU version of the "make" util
ii policycoreutils 1.26-1 SELinux core policy utilities
ii python 2.3.5-3 An interactive high-level object-o
selinux-policy-default recommends no packages.
-- no debconf information
--
Computer Science is the only discipline in which we view adding a new
wing to a building as being maintenance -- Jim Horning
Manoj Srivastava <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]