Displaying 20 results from an estimated 400 matches similar to: "Time Synchronisation - SELinux Labeling and Policy"
2019 Apr 16
0
Time Synchronisation - SELinux Labeling and Policy
On 4/16/19 12:47 PM, Marco Gemignani via samba wrote:
> hi, i want set selinux to usw with ntpd
>
>
> but when i run (as described in wiki)
>
> semanage -a -t ntpd_t "/usr/local/samba/var/lib/ntp_signd"
>
>
> i have that error
> "
> usage: semanage [-h]
>
>
>
2019 May 08
2
Issues trying to change the selinux context
We're forced to use Siteminder, by CA, who have no clue what they're doing
in *nix. No packages, tarballs...
Anyway, I'm trying clean up some stuff, and in /*/smwa/webagent/bin (all
their binaries, including .so's, are in there, duh... I'm trying to set
the .so's to lib_t.
semanage -fcontext -a -t lib_t "/<elided>/smwa/webagent/bin(/.*).so"
gives me the
2020 Nov 03
3
ntp/chrony on AD DC and SELinux
Hi,
the instructions for "Time Synchronisation - SELinux Labeling and
Policy" on
https://wiki.samba.org/index.php/Time_Synchronisation_-_SELinux_Labeling_and_Policy
don't seem to work on CentOS 8. Using chrony I tried to adapt them (with
very limited SELinux knowledge) like this:
chcon -u system_u -t chronyd_exec_t /var/lib/samba/ntp_signd
semanage fcontext -a -t chronyd_exec_t
2007 Mar 20
2
selinux ntp samba error message
Just prior to the time change, I made sure that ntpd and my timezone
files were properly setup. Since this time, I've noticed the
following errors:
audit(1173310084.404:5): avc: denied { read } for pid=8634
comm="ntpd" name="unexpected.tdb" dev=md1 ino=147662
scontext=root:system_r:ntpd_t tcontext=root:object_r:samba_var_t
tclass=file
I've not successfully (so
2018 May 04
2
Samba HOWTO wiki bug: chcon samba_share_t
On May 4, 2018, at 5:13 PM, Gordon Messmer <gordon.messmer at gmail.com> wrote:
>
> On 05/04/2018 12:03 PM, Warren Young wrote:
>> ?there is a command down in section 2 that gives an error here on CentOS 7:
>>
>> $ sudo semanage fcontext ?at samba_share_t /path/to/share
>> ?noise noise noise?
>> semanage: error: unrecognized arguments:
2017 Sep 14
13
Help win10 join
Hi,
i have a LDAP+Kerberos+nfs+samba server and Windows 7 workstation joined
to domain
now i have some new workstation to join samba AD, but unable to join them
i try and try many solution, but no success
need some help
2018 May 04
4
Samba HOWTO wiki bug: chcon samba_share_t
In this wiki article:
https://wiki.centos.org/HowTos/SetUpSamba
?there is a command down in section 2 that gives an error here on CentOS 7:
$ sudo semanage fcontext ?at samba_share_t /path/to/share
?noise noise noise?
semanage: error: unrecognized arguments: samba_share_t /path/to/share
That and the following restorecon command can be replaced by a single shorter command, which
2019 Apr 12
6
Samba nns winbind not working
Hi,
i have a centos7 system, build samba from source usif samba-4.9.6.tar.gz
done provision as ad dc and all working good (i use samba a lot of time
in past)
than i have problem on domain users/group, system not read them
vi /usr/local/samba/etc/smb.conf
[global]
dns forwarder = 192.168.0.1
netbios name = DC
realm = TECNOGM.LAN
server role = active
2019 Mar 07
5
Help with centos 7, samba, windows ACLs
Hi,
i have a small server with centos 7 samba 4.8.3
done domain provision, joined some windows 10 PCs and i'm happy
i prefer manage it from RSAT and i created a lot of policy, and all seem
fine!
main problem is how to set ACL on User folders, i'm unable to set share
permissions from Windows on samba users share, when appy changes i
receive an error like permission denied.
edited
2007 Sep 05
3
E1 Line Tapping
Hi all,
My name is Ricardo and unfortunately I'm just crawling in this
telecomm/asterisk world. So, after reading all day long i still don't
understand a few things. :D
I'm trying to "develop" a call recorder for a costumer. He has a small
call center ( 10 agents ) and want to record all calls. Since he already has
everything (ACD only) working perfectly in the PBX and
2008 Aug 23
2
CentOS 5.2 + SELinux + Apache/PHP + Postfix
Hi All,
I'm running CentOS 5.2 with SELinux in enforcing mode (default
targeted policy). The server hosts a PHP web app that sends mail. I'm
getting the following errors (see end of message) in my selinux
audit.log file every time the app sends an email. The email always
seems to get sent successfully, despite the log messages. However,
they do concern me and I would like to understand
2009 Oct 04
2
deliver stopped working
Hi:
I have been using Dovecot for well over a year now and it has always worked with few
problems. The mail setup is not simple...
Postfix+MailScanner+ClamAV+Docvecot+MySql+postfix.admin... just to mention the major
things. The system is CentOS 5.3 on VMware. The maildir is on an NFS share, index and
control is local.
About a month ago I thought I upgraded from 1.1.x to 1.2.x. by doing an
2011 Feb 21
3
[LLVMdev] attaching metadata to llvm::Argument
Hey everyone,
I'm trying to retrieve information about signed-/unsignedness of an
llvm::Argument so I can print out it's value to the user properly. llvm itself
doesn't distinguish signed and unsigned and so llvm::Type is of no help here.
Checking for nsw/usw is only an unreliable approximation and only available
for llvm::Instructions anyways.
I tried to use debugging
2005 Sep 20
2
upssched-cmd wrong call
Hi,
i am running nut-2.0.0-5 on Fedora core 3.
I have the following Problem:
In my upssched.conf i have set the Following Parameter:
CMDSCRIPT /usr/local/guzman/sbin/upssched-cmd
...
AT COMMBAD * START-TIMER upsgone 10
AT COMMOK * CANCEL-TIMER upsgone
...
Now if I pull the serial Plug, in my log i see the following error:
Event: upsgone
Execute command failure:
2011 Feb 22
0
[LLVMdev] attaching metadata to llvm::Argument
I too would have an immediate application if metadata could be attached
to arguments. I'm currently working around it by using named metadata
in the module (matched by index to the arguments).
Andrew
On 02/21/2011 11:18 AM, Florian Merz wrote:
> Hey everyone,
>
> I'm trying to retrieve information about signed-/unsignedness of an
> llvm::Argument so I can print out
2019 Oct 18
2
CentOS 8 Libvirt /qemu
Hello,
can any install more then one KVM Client with UEFI ??
On my system it is not possible; I have total crash on the system, when I
install a client with UEFI
after Install one UEFI System, it is only possible to install a KVM client
without UEFI this is working??
I found so match broken things, so I mean the best situation is to go back to
7.7 :-(.
Is in the near time a situation to
2010 Jul 23
1
postgresql copy to and selinux
I need to run a "copy table to '/home/user/dir/copy.txt';" but I get
permission denied. Filesystem dir modes are ok and I get no event
logged in audit.log, but if I setenforce 0, I can do the copy. This
explains auditd silence:
# sesearch --audit |egrep postgres.*home
dontaudit postgresql_t user_home_dir_t : dir { getattr search };
dontaudit postgresql_t home_root_t : dir
2012 Jan 11
2
SELinux blocking cgi script from "writing to socket (httpd_t)"
Is this really supposed to get easier over time? :) Now my audit.log
file shows that SELinux is blocking my cgi script, index.cgi (which is
what's actually served when the user visits the front page of one of our
proxy sites like sugarsurfer.com) from having '"read write" to socket
(httpd_t)'. I have no idea what that means, except that I thought that
cgi scripts were
2008 Dec 04
7
Win32 GUI Client
Can anyone recommend a good win32 GUI rsync client?
-------------- next part --------------
HTML attachment scrubbed and removed
2014 Dec 12
2
Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: 26.
Anna Crepes: Traubenzucker
+ Feldsalat spezielles Dressing (bringt selbst mit?)
-------- Weitergeleitete Nachricht --------
Betreff: Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: 26.
Datum: Thu, 11 Dec 2014 15:34:39 +0100
Von: Markus <universe at truemetal.org>
An: universe at truemetal.org
Geschenke Moritz: dunkle Schokolade.
Geschenke Anna: normale Schokolade.
-------- Weitergeleitete