How to implement and modify policies for Role-based access control on Ubuntu Linux?Listening to 80 port with...
What is better: yes / no radio, or simple checkbox?
Was it really inappropriate to write a pull request for the company I interviewed with?
Under what conditions would I NOT add my Proficiency Bonus to a Spell Attack Roll (or Saving Throw DC)?
Can verbs simutaniously use the volitional form and negative form?
Is divide-by-zero a security vulnerability?
If nine coins are tossed, what is the probability that the number of heads is even?
Named nets not connected in Eagle board design
Are there other characters in the Star Wars universe who had damaged bodies and needed to wear an outfit like Darth Vader?
Convert an array of objects to array of the objects' values
Why aren't there more gauls like Obelix?
The (Easy) Road to Code
Can a Mimic (container form) actually hold loot?
Are Wave equations equivalent to Maxwell equations in free space?
Does the US political system, in principle, allow for a no-party system?
Split a number into equal parts given the number of parts
Calculate total length of edges in select Voronoi diagram
Has a sovereign Communist government ever run, and conceded loss, on a fair election?
3.5% Interest Student Loan or use all of my savings on Tuition?
Align equations with text before one of them
Problems with rounding giving too many digits
What does it mean when I add a new variable to my linear model and the R^2 stays the same?
Why doesn't "adolescent" take any articles in "listen to adolescent agonising"?
What's the best tool for cutting holes into duct work?
I've given my players a lot of magic items. Is it reasonable for me to give them harder encounters?
How to implement and modify policies for Role-based access control on Ubuntu Linux?
Listening to 80 port with non-root Glassfish on Centossudo like in Ubuntu (for Debian and other Linuxes)Backup Solution for windows and ubuntuHow to install VMware tools for Ubuntu 11.04 hosted on VMware ESXi?apparmor on fedora / rhel / centosSElinux policy to grant read access to /etc/my.cnf for httpdPXE booting of Linux OSs using NFS (Ubuntu works, but not Debian and Fedora)SELinux on CentOS not workingNagios and SELinux - what are proper settings for Nagios files?'https_log_t policy' of SELinux is not taken into effect
Selinux is currently installed on the machine but there's no simple way to enable and modify RBAC for users. Seedit is available for Fedora and CentOS but it is not working on Ubuntu distros.
Are there any other RBAC solutions that are supported on Ubuntu/Debian with tools like Seedit to modify the policies. SEAdmin does not work in Ubuntu 10.04
ubuntu selinux rbac
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Selinux is currently installed on the machine but there's no simple way to enable and modify RBAC for users. Seedit is available for Fedora and CentOS but it is not working on Ubuntu distros.
Are there any other RBAC solutions that are supported on Ubuntu/Debian with tools like Seedit to modify the policies. SEAdmin does not work in Ubuntu 10.04
ubuntu selinux rbac
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Selinux is currently installed on the machine but there's no simple way to enable and modify RBAC for users. Seedit is available for Fedora and CentOS but it is not working on Ubuntu distros.
Are there any other RBAC solutions that are supported on Ubuntu/Debian with tools like Seedit to modify the policies. SEAdmin does not work in Ubuntu 10.04
ubuntu selinux rbac
Selinux is currently installed on the machine but there's no simple way to enable and modify RBAC for users. Seedit is available for Fedora and CentOS but it is not working on Ubuntu distros.
Are there any other RBAC solutions that are supported on Ubuntu/Debian with tools like Seedit to modify the policies. SEAdmin does not work in Ubuntu 10.04
ubuntu selinux rbac
ubuntu selinux rbac
asked Jan 17 '12 at 22:07
Dennis Y.Dennis Y.
214
214
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
AppArmor is the most commonly used way to implement RBAC on Ubuntu.
Ubuntu has had AppArmor since version 7.04, and it has been turned on by default since 7.10.
Reading the Ubuntu wiki and the Ubuntu Server Guide should help you get up and running.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f350834%2fhow-to-implement-and-modify-policies-for-role-based-access-control-on-ubuntu-lin%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
AppArmor is the most commonly used way to implement RBAC on Ubuntu.
Ubuntu has had AppArmor since version 7.04, and it has been turned on by default since 7.10.
Reading the Ubuntu wiki and the Ubuntu Server Guide should help you get up and running.
add a comment |
AppArmor is the most commonly used way to implement RBAC on Ubuntu.
Ubuntu has had AppArmor since version 7.04, and it has been turned on by default since 7.10.
Reading the Ubuntu wiki and the Ubuntu Server Guide should help you get up and running.
add a comment |
AppArmor is the most commonly used way to implement RBAC on Ubuntu.
Ubuntu has had AppArmor since version 7.04, and it has been turned on by default since 7.10.
Reading the Ubuntu wiki and the Ubuntu Server Guide should help you get up and running.
AppArmor is the most commonly used way to implement RBAC on Ubuntu.
Ubuntu has had AppArmor since version 7.04, and it has been turned on by default since 7.10.
Reading the Ubuntu wiki and the Ubuntu Server Guide should help you get up and running.
edited Feb 3 at 21:08
Michael Hampton♦
171k27312638
171k27312638
answered Jan 25 '12 at 12:26
Kenny RasschaertKenny Rasschaert
7,71733455
7,71733455
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f350834%2fhow-to-implement-and-modify-policies-for-role-based-access-control-on-ubuntu-lin%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown