From: Frank Brehm Date: Wed, 23 May 2018 20:40:06 +0000 (+0200) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=c3d7d4fffd5cbc1009dcfc704b8a5c7043479cbf;p=config%2Fbruni%2Fetc.git committing changes in /etc after emerge run Package changes: +x11-wm/enlightenment-0.20.5 --- diff --git a/.etckeeper b/.etckeeper index b00aa4ae..01fc7bee 100755 --- a/.etckeeper +++ b/.etckeeper @@ -1247,6 +1247,8 @@ maybe chmod 0755 'elinks' maybe chmod 0644 'elinks/elinks.conf' maybe chmod 0644 'elinks/keybind-full.sample' maybe chmod 0644 'elinks/keybind.conf.sample' +maybe chmod 0755 'enlightenment' +maybe chmod 0644 'enlightenment/sysactions.conf' maybe chmod 0755 'env.d' maybe chmod 0644 'env.d/000opengl' maybe chmod 0644 'env.d/00glibc' @@ -3023,6 +3025,7 @@ maybe chmod 0644 'xdg/lookandfeel.knsrc' maybe chmod 0644 'xdg/lskat.categories' maybe chmod 0644 'xdg/marble.knsrc' maybe chmod 0755 'xdg/menus' +maybe chmod 0644 'xdg/menus/e-applications.menu' maybe chmod 0644 'xdg/menus/gnome-applications.menu' maybe chmod 0644 'xdg/menus/kf5-applications.menu' maybe chmod 0644 'xdg/menus/kinfocenter.menu' diff --git a/enlightenment/sysactions.conf b/enlightenment/sysactions.conf new file mode 100644 index 00000000..fe676238 --- /dev/null +++ b/enlightenment/sysactions.conf @@ -0,0 +1,76 @@ +# ENLIGHTENMENT SYSTEM ACTIONS CONFIGURATION +# +# This is a system configuration for allowing or denying certain users or +# groups to be able to do certain actions that involve system restricted +# actions such as halt, reboot, suspend, hibernate etc. +# +# This file is read in order from top to bottom - the first rule to MATCH +# will be used for a user or a group, and nothing after that is read. +# +# You must put all the ACTION definitons BEFORE user and group rule matches. +# Any action definitons after a rule match has been found will be ignored. +# This allows actions to be re-defined for different user groups, so matches +# so the command for an action can change for matches to the rules later on. +# +# Any user or group NOT matched by an allow or a deny will be ALLOWED to +# perform the action by default (system administrators should be aware of +# this and implement whatever policies they see fit). Generally speaking +# a user of a workstation, desktop or laptop is intended to have such abilities +# to perform these actions, thus the default of allow. For multi-user systems +# the system administrator is considerd capable enough to restrict what they +# see they need to. +# +# A WARNING to admins: do NOT allow access for users to this system remotely +# UNLESS you fully trust them or you have locked down permissions to halt/reboot +# suspend etc. here first. You have been warned. +# +# FORMAT: +# +# action: halt /sbin/shutdown -h now +# action: reboot /sbin/shutdown -r now +# action: suspend /etc/acpi/sleep.sh force +# action: hibernate /etc/acpi/hibernate.sh force +# +# user: username allow: halt reboot suspend hibernate +# group: groupname deny: * +# group: * deny: * +# user: * allow: suspend +# user: billy allow: halt reboot +# group: staff deny: halt suspend hibernate +# +# etc. +# +# user and group name can use glob matches (* == all for example) like the +# shell. as can action names allowed or denied. + +action: halt /sbin/shutdown -h now +action: reboot /sbin/shutdown -r now +action: suspend /usr/sbin/pm-suspend +action: hibernate /usr/sbin/pm-hibernate + +# on FreeBSD use this instead of the above. +#action suspend /usr/sbin/zzz + +# root is allowed to do anything - but it needs to be here explicitly anyway +user: root allow: * +# members of operator, staff and admin groups should be able to do all +group: operator allow: * +group: staff allow: * +group: admin allow: * +group: sys allow: * +group: wheel allow: * +# common "user" groups for "console users" on desktops/laptops +group: dialout allow: * +group: disk allow: * +group: adm allow: * +group: cdrom allow: * +group: floppy allow: * +group: audio allow: * +group: dip allow: * +group: plugdev allow: * +# put in a list of other users and groups here that are allowed or denied etc. +# e.g. +# user: myuser allow: * +# user: another allow: suspend hibernate +# deny everyone else by default +user: * deny: * diff --git a/xdg/menus/e-applications.menu b/xdg/menus/e-applications.menu new file mode 100644 index 00000000..aa8fa25f --- /dev/null +++ b/xdg/menus/e-applications.menu @@ -0,0 +1,209 @@ + + + + + Applications + Applications.directory + + + /etc/X11/applnk + /usr/share/gnome/apps + + + + + + + + + + + + Accessories + Utility.directory + + + Utility + + Accessibility + System + Development + + + + + + + Universal Access + Utility-Accessibility.directory + + + Accessibility + Settings + + + + + + + Development + Development.directory + + + Development + X-KDE-KDevelopIDE + Translation + WebDevelopment + + emacs.desktop + + + + + + Education + Education.directory + + + Education + X-KDE-Edu-Language + Science + + + + + + + Science + GnomeScience.directory + + + Education + Science + Astronomy + Biology + Chemistry + Geology + MedicalSoftware + Physics + Math + + + + + + + Games + Game.directory + + + Game + Amusement + ActionGame + AdventureGame + ArcadeGame + BoardGame + BlocksGame + CardGame + KidsGame + LogicGame + RolePlaying + Simulation + SportsGame + StrategyGame + X-KDE-KidsGame + + + Game + + + + + + + Graphics + Graphics.directory + + + Graphics + + + + + + + Internet + Network.directory + + + Network + + + + + + + Multimedia + AudioVideo.directory + + + AudioVideo + + + + + + + Office + Office.directory + + + Office + + + + + + + System + System-Tools.directory + + + System + Settings + Game + + + + + + + Other + Other.directory + + + + Core + Settings + Screensaver + + + + + + + Debian + debian-menu.menu + Debian.directory + + + + + + + +