Displaying 5 results from an estimated 5 matches for "devpts_t".
Did you mean:
  devpts
  
2008 Mar 03
1
Unable open raw socket in CentOS 5 - SE Linux and kernel capability interaction?
...ox_t)
########################################
# Rawsox local policy
# these two didn't help
#corenet_raw_sendrecv_all_if( rawsox_t );
#corenet_raw_sendrecv_all_nodes( rawsox_t );
require {
        type lib_t;
        type ld_so_t;
        type ld_so_cache_t;
        type usr_t;
        type devpts_t;
        type rawsox_t;
        type etc_t;
        class lnk_file read;
        class dir search;
        class file { read getattr execute };
        class chr_file { read write getattr };
        class rawip_socket create;
	class capability net_raw;
}
#============= rawsox_t ==============
allo...
2005 Aug 31
1
SELinux
...ense - CentOS 4.1
# cat /etc/sysconfig/selinux
..snip...
SELINUXTYPE=targeted
# su - Alec
# tail -n 3 /var/log/messages
Aug 31 08:48:26 srv1 su(pam_unix)[31435]: session opened for user Alec
by root(uid=0)
Aug 31 08:48:26 srv1 su[31435]: Warning!  Could not relabel /dev/pts/0
with user_u:object_r:devpts_t, not relabeling.Operation not permitted
Aug 31 08:48:27 srv1 su(pam_unix)[31435]: session closed for user Alec
restorecon -v /dev/pts/0
or
restorecon -R /dev/pts
don't help
My interest is actually trying to remotely run a vnc session to a
different computer. 
I connect to it via ssh
# ssh -...
2008 Mar 07
1
Unable open raw socket in CentOS 5 - SE Linux and kernelcapability interaction?
...# these two didn't help
>> #corenet_raw_sendrecv_all_if( rawsox_t );
>> #corenet_raw_sendrecv_all_nodes( rawsox_t );
>>
>> require {
>>       type lib_t;
>>       type ld_so_t;
>>       type ld_so_cache_t;
>>       type usr_t;
>>       type devpts_t;
>>       type rawsox_t;
>>       type etc_t;
>>       class lnk_file read;
>>       class dir search;
>>       class file { read getattr execute };
>>       class chr_file { read write getattr };
>>       class rawip_socket create;
>>     class capab...
2012 Jun 15
1
Puppet + Passenger SELinux issues
...ork
and I've found some documentation on making rules to allow it however mine
won't load.  This is the policy I found via this website,
http://sandcat.nl/~stijn/2012/01/20/selinux-passenger-and-puppet-oh-my/comment-page-1/
.
module puppet_passenger 1.7;
require {
    type bin_t;
    type devpts_t;
    type httpd_t;
    type passenger_t;
    type port_t;
    type proc_net_t;
    class process { getattr siginh setexec sigchld noatsecure transition
rlimitinh };
    class unix_stream_socket { getattr accept read write };
    class capability { sys_resource sys_ptrace };
    class file { entryp...
2005 Mar 15
0
cyrus - sieveshell - su - named issues (selinux?) on
...r 14 23:53:45 srv1 perl: No worthy mechs found
Mar 15 00:01:54 srv1 saslauthd[22164]: do_auth         : auth failure:
[user=root] [service=sieve] [realm=] [mech=ldap] [reason=Unknown]
su - user #fails too
Mar 14 23:53:28 srv1 su[22044]: Warning!  Could not relabel /dev/pts/0
with user_u:object_r:devpts_t, not relabeling.Operation not permitted
Mar 14 23:53:29 srv1 su(pam_unix)[22044]: session closed for user Alec
dns updates fail too
Mar 14 23:53:32 srv1 named[6569]: client 192.168.1.134#1686: updating
zone ''myhomelenders.net/IN'': update failed: ''RRset exists (value
dep...