Article 5T8EW SELinux: allow line for any application

SELinux: allow line for any application

by
JuventusFC
from LinuxQuestions.org on (#5T8EW)
It's possible to write for SELinux an allow line for every application?

I.e. I am working on a Linux embedded distro and many applications need to explicitly allowed to make use of the pseudoterminal:

Code:allow application_name devpts_t:chr_file { read write };The process of finding any app that does not have this access is very tedious and has to be repeated for any new application... Any way to write just one line of devpts_t:chr_file rw access instead of doing it in several different policies?latest?d=yIl2AUoC8zA latest?i=pinJstBlkSM:OYycnpF2esY:F7zBnMy latest?i=pinJstBlkSM:OYycnpF2esY:V_sGLiP latest?d=qj6IDK7rITs latest?i=pinJstBlkSM:OYycnpF2esY:gIN9vFw
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments