Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Cria um dispositivo gerenciado de cores

## Explantion:
## Ia a security policy
## Policy file (on ubuntu 20.04):
## /usr/share/polkit-1/actions/org.freedesktop.color.policy

# Create pkla file
sudo nano /etc/polkit-1/localauthority/50-local.d/create-device-tf2.pkla

# Add folow content
[Allow Color Manager]
Identity=unix-user:*
Action=org.freedesktop.color-manager.create-device;org.freedesktop.color-manager.create-profile;org.freedesktop.color-manager.delete-device;org.freedesktop.color-manager.delete-profile;org.freedesktop.color-manager.modify-device;org.freedesktop.color-manager.modify-profile;org.freedesktop.color-manager.install-system-wide;org.freedesktop.color-manager.device-inhibit;org.freedesktop.color-manager.sensor-lock
ResultAny=yes
ResultInactive=yes
ResultActive=yes
Comment

PREVIOUS NEXT
Code Example
Shell :: terraform import role assignment 
Shell :: install node arch linux 
Shell :: bash ls each file on a single line 
Shell :: hugo serve 
Shell :: nvm how to install latest node 
Shell :: How to install SciPy on Anaconda 
Shell :: git delete local commit 
Shell :: linux download file from url 
Shell :: cursor pointer freezes ubuntu- keystrokes to release 
Shell :: get last modified date pdf online 
Shell :: kill apache Failed to restart apache: [apache] 
Shell :: hardhat contract verify 
Shell :: alpine add user 
Shell :: install elasticsearch ubuntu 20.04 
Shell :: kill a process on ubuntu 
Shell :: ubuntu get public ip 
Shell :: install jq on windows 
Shell :: git config github username 
Shell :: angular install version 12 
Shell :: intellij ultimate install ubuntu 
Shell :: kill screen 
Shell :: jupyter notebook allow root 
Shell :: update linux zsh history editor 
Shell :: copy first 10 lines of a file to another file in unix 
Shell :: free up ram in linux ubuntu 
Shell :: brightness function not working problem in kali linux 
Shell :: f.lux for ubuntu 18.04 
Shell :: django-dotenv pip 
Shell :: pull remote branches 
Shell :: shell find string in directory 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =