-
(This is a best practice that sort of runs into the "protips" area, one that applies more in Plushu or Dokku than it does to most Bash scripts.)
## Ownership and sudo
Whenever you're creating somethi…
-
I want to run a test on a remote VM. To do so I use the paramiko backend like that :
py.test -v --instance_name MYDDSR60 --vm_name otvmi460s test_monitoring.py --hosts=otvmi460s
My problem is t…
-
Hi,
Is there any plan to add a role to manage the sudoers file?
I'm currently using https://github.com/ahuffman/ansible-sudoers, which works great, but is not distributed as a collection.
I can s…
-
# Description
During this test https://github.com/wazuh/wazuh/issues/26188, it was observed that sudo commands are not generating alerts on macOS Sequoia 15.0 (x86_64 and aarch64). This behavior wa…
-
**Story**
As a VIC user I want to have docker style NAT port fowarding available in a VHC
As a security engineer I want all VCH endpointVM components running with least privilege
**Detail**
We c…
-
I've just ran for the first time this module.
I'm installing some AUR packages with it, but always that it start the task, it request me my sudo password:
```
TASK [role : Task name] ***
[sudo] …
-
When destroying infrastructure with `terraform destroy --force` the variable asks for input, although the input does not matter. I don't need to type in its value for it to be destroyed; any string wo…
-
In "build" step, the process interrput with the following information:
[100%] Built target spmatrix_test
[100%] Building C object CMakeFiles/splinalg_test.dir/splinalg/test.c.o
[100%] Linking C e…
-
-
### Summary
When deploying a sudoers on a FreeBSD system it will fail because it tries to send it to _/etc/sudoers.d_.
This path does not exist.
I know it can be overriden by setting _sudoers_path_…