Unix and Linux Discussions Tagged with exec |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
4 |
16,341 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
2,555 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
5,514 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
2,292 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
2,902 |
Shell Programming and Scripting |
|
|
|
14 |
8,845 |
Shell Programming and Scripting |
|
|
|
5 |
2,581 |
Shell Programming and Scripting |
|
|
|
6 |
7,815 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
11,683 |
Shell Programming and Scripting |
|
|
|
8 |
6,375 |
Shell Programming and Scripting |
|
|
|
0 |
7,057 |
Shell Programming and Scripting |
|
|
|
1 |
4,649 |
Homework & Coursework Questions |
|
|
|
1 |
2,901 |
Programming |
|
|
|
5 |
4,960 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
5,679 |
Shell Programming and Scripting |
|
|
|
4 |
10,725 |
Shell Programming and Scripting |
|
|
|
3 |
6,287 |
Programming |
|
|
|
1 |
4,165 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
5,307 |
Homework & Coursework Questions |
|
|
|
3 |
6,171 |
Shell Programming and Scripting |
|
|
|
0 |
2,741 |
Shell Programming and Scripting |
|
|
|
3 |
3,909 |
Shell Programming and Scripting |
|
|
|
10 |
172,237 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
6,103 |
Shell Programming and Scripting |
|
|
|
0 |
3,194 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
24,607 |
Shell Programming and Scripting |
|
|
|
1 |
2,444 |
Shell Programming and Scripting |
|
|
|
2 |
8,318 |
Shell Programming and Scripting |
|
|
|
1 |
7,124 |
Shell Programming and Scripting |
|
|
|
8 |
23,259 |
Shell Programming and Scripting |
|
|
|
40 |
63,929 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
200,460 |
Shell Programming and Scripting |
|
|
|
1 |
6,008 |
Shell Programming and Scripting |
|
|
|
0 |
4,306 |
Shell Programming and Scripting |
|
|
|
2 |
3,173 |
Programming |
|
|
|
1 |
4,806 |
Shell Programming and Scripting |
|
|
|
3 |
87,026 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
15,443 |
Shell Programming and Scripting |
|
|
|
2 |
7,235 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
6,954 |
Shell Programming and Scripting |
AA-EXEC(8) AppArmor AA-EXEC(8)
NAME
aa-exec - confine a program with the specified AppArmor profile
SYNOPSIS
aa-exec [options] [--] [<command> ...]
DESCRIPTION
aa-exec is used to launch a program confined by the specified profile and or namespace. If both a profile and namespace are specified
command will be confined by profile in the new policy namespace. If only a namespace is specified, the profile name of the current
confinement will be used. If neither a profile or namespace is specified command will be run using standard profile attachment (ie. as if
run without the aa-exec command).
If the arguments are to be pasted to the <command> being invoked by aa-exec then -- should be used to separate aa-exec arguments from the
command.
aa-exec -p profile1 -- ls -l
OPTIONS aa-exec accepts the following arguments:
-p PROFILE, --profile=PROFILE
confine <command> with PROFILE. If the PROFILE is not specified use the current profile name (likely unconfined).
-n NAMESPACE, --namespace=NAMESPACE
use profiles in NAMESPACE. This will result in confinement transitioning to using the new profile namespace.
-f FILE, --file=FILE
a file or directory containing profiles to load before confining the program.
-i, --immediate
transition to PROFILE before doing executing <command>. This subjects the running of <command> to the exec transition rules of the
current profile.
-v, --verbose
show commands being performed
-d, --debug
show commands and error codes
-- Signal the end of options and disables further option processing. Any arguments after the -- are treated as arguments of the command.
This is useful when passing arguments to the <command> being invoked by aa-exec.
BUGS
If you find any bugs, please report them at <http://https://bugs.launchpad.net/apparmor/+filebug>.
SEE ALSO
aa-stack(8), aa-namespace(8), apparmor(7), apparmor.d(5), aa_change_profile(3), aa_change_onexec(3) and <http://wiki.apparmor.net>.
AppArmor 2.7.103 2012-06-28 AA-EXEC(8)