logprof.conf(5)


NAME

   logprof.conf - configuration file for expert options that modify the
   behavior of the AppArmor aa-logprof(1) program.

DESCRIPTION

   The aa-logprof(1) program can be configured to have certain default
   behavior by the contents of logprof.conf.

   The [qualifiers] section lists specific programs that should have a
   subset of the full ix/px/ux list when asking what mode to execute it
   using.

   Since creating a separate profile for /bin/bash is dangerous, we can
   specify that for /bin/bash, only (I)nherit, (U)nconstrained, and (D)eny
   should be allowed options and only those will show up in the prompt
   when we're asking about adding that to a profile.

   Likewise, if someone currently exec's /bin/mount in ix or px mode,
   things won't work, so we can provide only (U)nconstrained and (D)eny as
   options.

   And certain apps like grep, awk, sed, cp, and mkdir should always
   inherit the parent profile rather than having their own profile or
   running unconfined, so for them we can specify that only (I)nherit and
   (D)eny are the allowed options.

   Any programs that are not listed in the qualifiers section get the full
   (I)nherit / (P)rofile / (U)nconstrained / (D)eny option set.

   If the user is doing something tricky and wants different behavior,
   they can tweak or remove the corresponding line in the conf file.

   The [defaulthat] section lists changehat-aware programs and what hat
   aa-logprof(1) will collapse the entries to for that program if the user
   specifies that the access should be allowed, but should not have it's
   own hat.

   The [globs] section allows modification of the logprof rule engine with
   respect to globbing suggestions that the user will be prompted with.

   The format of each line is-- "<perl glob> = <apparmor glob>".

   When aa-logprof(1) asks about a specific path, if the perl glob matches
   the path, it replaces the part of the path that matched with the
   corresponding apparmor glob and adds it to the list of globbing
   suggestions.

   Lines starting with # are comments and are ignored.

EXAMPLE

     [qualifiers]
       # things will very likely be painfully broken if bash has it's own profile
       /bin/bash  = iu

       # mount doesn't work if it's confined
       /bin/mount = u

       # these helper utilities should inherit the parent profile and
       # shouldn't have their own profiles
       /bin/awk   = i
       /bin/grep  = i
       /bin/sed   = i

     [defaulthat]
       /usr/sbin/sshd           = EXEC
       /usr/sbin/httpd2         = DEFAULT_URI
       /usr/sbin/httpd2-prefork = DEFAULT_URI

     [globs]
       # /foo/bar/lib/libbaz.so -> /foo/bar/lib/lib*
       /lib/lib[^\/]+so[^\/]*$  = /lib/lib*so*

       # strip kernel version numbers from kernel module accesses
       ^/lib/modules/[^\/]+\/   = /lib/modules/*/

       # strip pid numbers from /proc accesses
       ^/proc/\d+/              = /proc/*/

BUGS

   If you find any bugs, please report them at
   <https://bugs.launchpad.net/apparmor/+filebug>.

SEE ALSO

   apparmor(7), apparmor.d(5), aa-enforce(1), aa-complain(1),
   aa-disable(1), aa_change_hat(2), aa-logprof(1), aa-genprof(1), and
   <http://wiki.apparmor.net>.





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.